mirror of
https://github.com/g4klx/DMRGateway
synced 2025-12-21 21:45:39 +08:00
Fix the XLX number mapping. Reported by Adrian VK4TUX.
This commit is contained in:
@@ -493,7 +493,7 @@ int CDMRGateway::run()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (dstId > (m_xlxBase + 4000U) && dstId < (m_xlxBase + 5000U) && flco == FLCO_USER_USER && slotNo == m_xlxSlot) {
|
} else if (dstId > (m_xlxBase + 4000U) && dstId < (m_xlxBase + 5000U) && flco == FLCO_USER_USER && slotNo == m_xlxSlot) {
|
||||||
dstId += 4000U;
|
dstId -= 4000U;
|
||||||
dstId -= m_xlxBase;
|
dstId -= m_xlxBase;
|
||||||
|
|
||||||
if (dstId != m_xlxNumber)
|
if (dstId != m_xlxNumber)
|
||||||
|
|||||||
Reference in New Issue
Block a user