From 383d1b6cf6da069d4553799a1e150d10ac2c2739 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 20 Nov 2021 23:36:28 +0000 Subject: [PATCH] Handle dtype_vseq == 8 for confirmed data --- bridge_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index 2126a5e..a9e626e 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -2021,7 +2021,7 @@ class routerHBP(HBSYSTEM): #Add system to SUB_MAP SUB_MAP[_rf_src] = (self._system,_slot,pkt_time) - if _call_type == 'unit' and (_dtype_vseq == 6 or _dtype_vseq == 7 or (_stream_id != self.STATUS[_slot]['RX_STREAM_ID'] and _dtype_vseq == 3)): + if _call_type == 'unit' and (_dtype_vseq == 6 or _dtype_vseq == 7 or _dtype_vseq == 8 or (_stream_id != self.STATUS[_slot]['RX_STREAM_ID'] and _dtype_vseq == 3)): _data_call = True if _dtype_vseq == 3: