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':