From be71cd63d3e79dcd7ce17177502e9f93ec9849fe Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Wed, 27 Jul 2016 14:42:49 -0500 Subject: [PATCH] omitted _radio_id parsing --- hblink.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hblink.py b/hblink.py index 4b4669c..c0234ce 100755 --- a/hblink.py +++ b/hblink.py @@ -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