use existing HMAC for obp CRC - fix 2

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

@ -1465,7 +1465,7 @@ class routerOBP(OPENBRIDGE):
pkt_time = time()
dmrpkt = _data[20:53]
_bits = _data[15]
_#pkt_crc = Crc32.calc(_data[4:53])
#pkt_crc = Crc32.calc(_data[4:53])
#_pkt_crc = Crc32.calc(dmrpkt)
pkt_crc = _hash

Loading…
Cancel
Save

Powered by TurnKey Linux.