From f93460a0bd70c2e757b0cff4f794c07f57fd0fb4 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 7 Sep 2021 19:32:11 -0400 Subject: fix spurious algid --- op25/gr-op25_repeater/apps/trunking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op25/gr-op25_repeater/apps/trunking.py b/op25/gr-op25_repeater/apps/trunking.py index 5a2cc8b..00f5ae4 100644 --- a/op25/gr-op25_repeater/apps/trunking.py +++ b/op25/gr-op25_repeater/apps/trunking.py @@ -671,7 +671,7 @@ class trunked_system (object): target = target & 0xffff d['target_group'] = self.mk_tg_dict(target) else: # target is a subscriber unit id - algid = 0 + algid = 128 d['target_unit'] = self.mk_src_dict(target) d['algid'] = algid if opt_act and opt_group: # only group id type supported -- cgit v1.2.3