From 95bba45b02dcbcdc217748fafeb0c921c4872dcd Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 7 Feb 2014 18:25:04 -0500 Subject: [PATCH] state machine bugfix --- op25/gr-op25_repeater/apps/trunking.py | 1 + 1 file changed, 1 insertion(+) diff --git a/op25/gr-op25_repeater/apps/trunking.py b/op25/gr-op25_repeater/apps/trunking.py index 96a7036..d140b5a 100644 --- a/op25/gr-op25_repeater/apps/trunking.py +++ b/op25/gr-op25_repeater/apps/trunking.py @@ -570,6 +570,7 @@ class rx_ctl (object): if self.wait_until <= curr_time and self.tgid_hold_until <= curr_time: self.wait_until = curr_time + self.TSYS_HOLD_TIME new_nac = self.find_next_tsys() + new_state = self.states.CC if new_nac: nac = self.current_nac = new_nac