From d167bad161f5167681dec4a2f8a482035bf8e92a Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 20 Nov 2021 23:41:39 +0000 Subject: [PATCH] add 3/4 data to inbound from OBP too --- bridge_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index 3675ac7..8d7a8b5 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -1434,7 +1434,7 @@ class routerOBP(OPENBRIDGE): _bits = _data[15] # Match UNIT data, SMS/GPS, and send it to the dst_id if it is in out UNIT_MAP - if _call_type == 'unit' and (_dtype_vseq == 6 or _dtype_vseq == 7 or ((_stream_id not in self.STATUS) and _dtype_vseq == 3)): + if _call_type == 'unit' and (_dtype_vseq == 6 or _dtype_vseq == 7 or _dtype_vseq == 8 or ((_stream_id not in self.STATUS) and _dtype_vseq == 3)): _int_dst_id = int_id(_dst_id) ## if ahex(dmrpkt)[27:-27] == b'd5d7f77fd757':