Handle dtype_vseq == 8 for confirmed data

lowleveltgfilter
Simon 4 years ago
parent ce6fa9bbe4
commit 383d1b6cf6
No known key found for this signature in database
GPG Key ID: 6ACF11630B5D8F82

@ -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:

Loading…
Cancel
Save

Powered by TurnKey Linux.