From 434a6c79272720807f15c279ba1f29d43a784908 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 8 Jan 2022 13:39:12 +0000 Subject: [PATCH] temp remove seq --- bridge_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index d910fdf..0324e0f 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -1712,7 +1712,7 @@ class routerOBP(OPENBRIDGE): logger.warning("(%s) *PacketControl* Duplicate sequence number %s, disgarding. Stream ID:, %s TGID: %s",self._system,_seq,int_id(_stream_id),int_id(_dst_id)) return #Duplicate DMR payload to previuos packet (by Crc32) - if _seq != 0 and _pkt_crc in self.STATUS[_stream_id]['crcs']: + if _pkt_crc in self.STATUS[_stream_id]['crcs']: logger.warning("(%s) *PacketControl* DMR packet payload with Crc32: %s seen before in this stream, disgarding. Stream ID:, %s TGID: %s: SEQ:%s packets: ",self._system,_pkt_crc,int_id(_stream_id),int_id(_dst_id),_seq, self.STATUS[_stream_id]['packets']) return #Inbound out-of-order packets