mirror of https://github.com/g4klx/DMRGateway
Allow for XLX000.
This commit is contained in:
parent
12a9f72dc9
commit
5b8a61f04b
|
|
@ -492,7 +492,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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue