hash passthrough in bridge.py

options
Simon 4 years ago
parent f72adc7a00
commit 1ba394a521
No known key found for this signature in database
GPG Key ID: 6ACF11630B5D8F82

@ -249,7 +249,7 @@ class routerOBP(OPENBRIDGE):
self._lastSeq = False
def dmrd_received(self, _peer_id, _rf_src, _dst_id, _seq, _slot, _call_type, _frame_type, _dtype_vseq, _stream_id, _data):
def dmrd_received(self, _peer_id, _rf_src, _dst_id, _seq, _slot, _call_type, _frame_type, _dtype_vseq, _stream_id, _data,_hash):
pkt_time = time()
dmrpkt = _data[20:53]
_bits = _data[15]

Loading…
Cancel
Save

Powered by TurnKey Linux.