From 04df10154e44a7520a1765b13db8423dd11741b2 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 5 Jan 2022 15:39:03 +0000 Subject: [PATCH] Revert "fix packet counter" This reverts commit 78c5777b46fa696a3fd392b62fc1b975571fe31b. --- bridge_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index c4050c2..bddfd5d 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -1617,7 +1617,7 @@ class routerOBP(OPENBRIDGE): } - self.STATUS[_stream_id]['packets'] = self.STATUS[_stream_id]['packets'] +1 + self.STATUS[_stream_id]['packets'] = self.STATUS[_stream_id]['packets'] +1 # If we can, use the LC from the voice header as to keep all options intact if _frame_type == HBPF_DATA_SYNC and _dtype_vseq == HBPF_SLT_VHEAD: