You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
With more and more services which are connected to XLX by transcoders, a repeater callsign may connect several times parallel.
XLX assigns a constant module ID to DMR conects, by default "B".
This creates issues if you are connecting with a real DSTAR repeater which uses the same callsign.
"B" was always reserved for DSTAR repeaters on UHF.
I am running several repeaters which use DSTAR on 70cm (B), 23cm (A), 10m (E), DMR and YSF.
Different DMR devices (or YSF2DMR etc.) with the same callsign all get the same Module ID.
Solution:
I created a little patch which creates the Module-ID based on the DMR-ID.
It starts with "H" and by that reserves A to G for real DSTAR modules.
The ID is calculated from the DMR-ID, so it is always the same for the same DMR-ID.
Problem and solution in one:
Problem:
With more and more services which are connected to XLX by transcoders, a repeater callsign may connect several times parallel.
XLX assigns a constant module ID to DMR conects, by default "B".
This creates issues if you are connecting with a real DSTAR repeater which uses the same callsign.
"B" was always reserved for DSTAR repeaters on UHF.
I am running several repeaters which use DSTAR on 70cm (B), 23cm (A), 10m (E), DMR and YSF.
Different DMR devices (or YSF2DMR etc.) with the same callsign all get the same Module ID.
Solution:
I created a little patch which creates the Module-ID based on the DMR-ID.
It starts with "H" and by that reserves A to G for real DSTAR modules.
The ID is calculated from the DMR-ID, so it is always the same for the same DMR-ID.
I placed a patch to a fork at https://github.com/dl5di/xlxd
The changes are in the file https://github.com/dl5di/xlxd/blob/master/src/cdmrmmdvmprotocol.cpp
73 de Hans DL5DI
The text was updated successfully, but these errors were encountered: