From 0a19b96bf9c66859af3116438daf97bc732d2fb7 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 5 Jan 2022 17:46:23 +0000 Subject: [PATCH] Revert "gkjljglj" This reverts commit f947b1e7c5b3e52d8e2c966e6b008913922700b4. --- bridge_master.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bridge_master.py b/bridge_master.py index 973b597..c93abe3 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -1741,9 +1741,9 @@ class routerOBP(OPENBRIDGE): # Final actions - Is this a voice terminator? if (_frame_type == HBPF_DATA_SYNC) and (_dtype_vseq == HBPF_SLT_VTERM): call_duration = pkt_time - self.STATUS[_stream_id]['START'] + packet_rate = 0 - if 'packets' in self.STATUS[_stream_id]['packets']: - packet_rate = self.STATUS[_stream_id]['packets'] / call_duration + packet_rate = self.STATUS[_stream_id]['packets'] / call_duration logger.info('(%s) *CALL END* STREAM ID: %s SUB: %s (%s) PEER: %s (%s) TGID %s (%s), TS %s, Duration: %.2f, Packet rate: %.2f/s', \ self._system, int_id(_stream_id), get_alias(_rf_src, subscriber_ids), int_id(_rf_src), get_alias(_peer_id, peer_ids), int_id(_peer_id), get_alias(_dst_id, talkgroup_ids), int_id(_dst_id), _slot, call_duration, packet_rate) if CONFIG['REPORTS']['REPORT']: