From ed2cb5d66a28f0d43fa072aea9c8d35228aff4f0 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 8 Jan 2022 15:20:52 +0000 Subject: [PATCH] packets --- bridge_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index 4246e28..4455155 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -2433,7 +2433,7 @@ class routerHBP(HBSYSTEM): 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 self.STATUS[_slot]['packets'] > 1 and _pkt_crc in self.STATUS[_slot]['crcs']: + if self.STATUS[_slot]['packets'] > 2 and _pkt_crc in self.STATUS[_slot]['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 %s: ",self._system,_pkt_crc,int_id(_stream_id),int_id(_dst_id),_seq,self.STATUS[_slot]['packets']) return #Inbound out-of-order packets