From d6b3e764e2a8b7cf1f8e6d0fbddb489cee89e38f Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 19 Jan 2022 00:41:37 +0000 Subject: [PATCH] HBP does not do DMRE --- hblink.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hblink.py b/hblink.py index 166fa09..86da4a3 100755 --- a/hblink.py +++ b/hblink.py @@ -371,6 +371,7 @@ class OPENBRIDGE(DatagramProtocol): #Remove timestamp from data. For now dmrd_received does not expect it #Leaving it in screws up the AMBE data #_data = b''.join([_data[:5],_data[12:]]) + _data = b''.join([DMRD,_data[4:]]) # Userland actions -- typically this is the function you subclass for an application self.dmrd_received(_peer_id, _rf_src, _dst_id, _seq, _slot, _call_type, _frame_type, _dtype_vseq, _stream_id, _data,_hash) #Silently treat a DMRD packet like a keepalive - this is because it's traffic and the