@ -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'] > 1 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",self._system,_pkt_crc,int_id(_stream_id),int_id(_dst_id),_seq)
#Inbound out-of-order packets
Powered by TurnKey Linux.