omitted _radio_id parsing

This commit is contained in:
Cort Buffington 2016-07-27 14:42:49 -05:00
parent 768eb05ff6
commit be71cd63d3
1 changed files with 1 additions and 0 deletions

View File

@ -325,6 +325,7 @@ class HBCLIENT(DatagramProtocol):
self.dmrd_received(_radio_id, _data)
elif _command == 'MSTN': # Actually MSTNAK -- a NACK from the master
_radio_id = _data[4:8]
if self._config['RADIO_ID'] == _radio_id: # Check to ensure this packet is meant for us
logger.info('(%s) MSTNAK Received', self._client)
self._stats['CONNECTION'] = 'NO' # Disconnect ourselves and re-register