proxy_info
Simon 4 years ago
parent 780e34fa58
commit 61e7f7fe21
No known key found for this signature in database
GPG Key ID: 6ACF11630B5D8F82

@ -1078,7 +1078,6 @@ class HBSYSTEM(DatagramProtocol):
_peer_id = _data[11:15]
if self._config['LOOSE'] or _peer_id == self._config['RADIO_ID']: # Validate the Radio_ID unless using loose validation
#_seq = _data[4:5]
logger.info((bitarray(_data[20])))
_seq = _data[4]
_rf_src = _data[5:8]
_dst_id = _data[8:11]

Loading…
Cancel
Save

Powered by TurnKey Linux.