From 411be8d22a36c3971d6a810d8501ac03c0f3469b Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 18 Jan 2022 23:38:58 +0000 Subject: [PATCH] 25 --- hblink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hblink.py b/hblink.py index f3cfbff..81a4860 100755 --- a/hblink.py +++ b/hblink.py @@ -320,7 +320,7 @@ 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 - _stream_id = _data[24:28] + _stream_id = _data[25:29] #logger.debug('(%s) DMRD - Seqence: %s, RF Source: %s, Destination ID: %s', self._system, int_id(_seq), int_id(_rf_src), int_id(_dst_id)) # Sanity check for OpenBridge -- all calls must be on Slot 1 if _slot != 1: