logger.error('(%s) OpenBridge packet discarded because NETWORK_ID: %s Does not match sent Peer ID: %s',self._system,int_id(self._config['NETWORK_ID']),int_id(_peer_id))
self._laststrid.append(_stream_id)
return
#This is a v1 packet, so all the extended stuff we can set to default
@ -413,10 +415,14 @@ class OPENBRIDGE(DatagramProtocol):
logger.error('(%s) OpenBridge packet discarded because NETWORK_ID: %s Does not match sent Peer ID: %s',self._system,int_id(self._config['NETWORK_ID']),int_id(_peer_id))
self._laststrid.append(_stream_id)
return
_seq=_data[4]
_rf_src=_data[5:8]
@ -433,7 +439,6 @@ class OPENBRIDGE(DatagramProtocol):
_call_type='group'
_frame_type=(_bits&0x30)>>4
_dtype_vseq=(_bits&0xF)# data, 1=voice header, 2=voice terminator; voice, 0=burst A ... 5=burst F
logger.error('(%s) OpenBridge packet discarded because NETWORK_ID: %s Does not match sent Peer ID: %s',self._system,int_id(self._config['NETWORK_ID']),int_id(_peer_id))