everything but sequence

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

@ -1464,8 +1464,8 @@ class routerOBP(OPENBRIDGE):
pkt_time = time()
dmrpkt = _data[20:53]
_bits = _data[15]
#_pkt_crc = Crc16.calc(_data[4:53])
_pkt_crc = Crc16.calc(dmrpkt)
_pkt_crc = Crc16.calc(_data[5:53])
#_pkt_crc = Crc16.calc(dmrpkt)
# Match UNIT data, SMS/GPS, and send it to the dst_id if it is in SUB_MAP

Loading…
Cancel
Save

Powered by TurnKey Linux.