use existing HMAC for obp CRC - fix 3

options
Simon 4 years ago
parent 942436ac4a
commit 43a01c4f3f
No known key found for this signature in database
GPG Key ID: 6ACF11630B5D8F82

@ -1467,7 +1467,7 @@ class routerOBP(OPENBRIDGE):
_bits = _data[15]
#pkt_crc = Crc32.calc(_data[4:53])
#_pkt_crc = Crc32.calc(dmrpkt)
pkt_crc = _hash
_pkt_crc = _hash
# 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.