Update bridge.py
This commit is contained in:
		
							parent
							
								
									da607cd542
								
							
						
					
					
						commit
						9219b4b2ee
					
				@ -436,11 +436,6 @@ class routerOBP(OPENBRIDGE):
 | 
			
		||||
                '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 <FROM> SUB: %s PEER: %s <TO> 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:
 | 
			
		||||
                if UNIT_MAP[_dst_id][0] != self._system:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user