extend pkt even more

crc16
Simon 4 years ago
parent c48c69802e
commit 4d7bba989c
No known key found for this signature in database
GPG Key ID: 6ACF11630B5D8F82

@ -1464,7 +1464,7 @@ class routerOBP(OPENBRIDGE):
pkt_time = time()
dmrpkt = _data[20:53]
_bits = _data[15]
_pkt_crc = Crc16.calc(_data[5:53])
_pkt_crc = Crc16.calc(_data[4:53])
# Match UNIT data, SMS/GPS, and send it to the dst_id if it is in SUB_MAP
if _call_type == 'unit' and (_dtype_vseq == 6 or _dtype_vseq == 7 or _dtype_vseq == 8 or ((_stream_id not in self.STATUS) and _dtype_vseq == 3)):

Loading…
Cancel
Save

Powered by TurnKey Linux.