diff --git a/bridge_master.py b/bridge_master.py index e63121d..3be60f5 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -2027,7 +2027,7 @@ class routerHBP(HBSYSTEM): logger.info('(%s) Type Rewrite - GPS data from ID: %s, on TG 900999 rewritten to unit call to ID 900999',self._system,int_id(_rf_src)) #Rewrite incoming loro request to group call - if _call_type == 'group' and _int_dst_id == 9990: + if _call_type == 'unit' and _int_dst_id == 9990: _bits = header(_slot,'group',_bits) logger.info('(%s) Type Rewrite - Echo data from ID: %s, on PC 9990 rewritten to group call to TG 9990',self._system,int_id(_rf_src))