mirror of
https://github.com/g4klx/DMRGateway.git
synced 2026-01-08 17:40:00 +01:00
.
This commit is contained in:
parent
a3884c2150
commit
1bfaf84dc8
|
|
@ -61,11 +61,10 @@ PROCESS_RESULT CRewriteType::process(CDMRData& data, bool trace)
|
|||
if (m_fromSlot != m_toSlot)
|
||||
data.setSlotNo(m_toSlot);
|
||||
|
||||
if (m_fromTGStart != m_fromTGEnd) {
|
||||
if (m_fromTGStart != m_toIdStart) {
|
||||
unsigned int newDstId = dstId + m_toIdStart - m_fromTGStart;
|
||||
data.setDstId(newDstId);
|
||||
} else
|
||||
data.setDstId(toId);
|
||||
}
|
||||
data.setFLCO(FLCO_USER_USER);
|
||||
|
||||
processMessage(data);
|
||||
|
|
|
|||
Loading…
Reference in a new issue