From bb4356e027eee0fcdfc509a9dd21f8137a662fa4 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Wed, 4 Dec 2019 18:45:22 -0600 Subject: [PATCH] Update bridge.py --- bridge.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bridge.py b/bridge.py index 323836e..3ec2437 100755 --- a/bridge.py +++ b/bridge.py @@ -435,11 +435,6 @@ class routerOBP(OPENBRIDGE): 'RFS': _rf_src, 'TGID': _dst_id, } - - # Collision in progress, bail out! - if (self.STATUS[_slot]['RX_TYPE'] != HBPF_SLT_VTERM) and (pkt_time < (self.STATUS[_slot]['RX_TIME'] + STREAM_TO)) and (_rf_src != self.STATUS[_slot]['RX_RFS']): - logger.warning('(%s) Packet received with STREAM ID: %s SUB: %s PEER: %s UNIT %s, SLOT %s collided with existing call', self._system, int_id(_stream_id), int_id(_rf_src), int_id(_peer_id), int_id(_dst_id), _slot) - return # Create a destination list for the call: if _dst_id in UNIT_MAP: