test ID in SUB_MAP

kf7eel-inc
Simon 4 years ago
parent 10d1c06303
commit 9738020e21
No known key found for this signature in database
GPG Key ID: 6ACF11630B5D8F82

@ -1959,6 +1959,7 @@ class routerHBP(HBSYSTEM):
#Handle private calls (for reflectors) #Handle private calls (for reflectors)
if _call_type == 'unit' and _slot == 2 and not _data_call: if _call_type == 'unit' and _slot == 2 and not _data_call:
if (_stream_id != self.STATUS[_slot]['RX_STREAM_ID']): if (_stream_id != self.STATUS[_slot]['RX_STREAM_ID']):
@ -2444,7 +2445,7 @@ if __name__ == '__main__':
BRIDGES = make_bridges(rules_module.BRIDGES) BRIDGES = make_bridges(rules_module.BRIDGES)
#Subscriber map for unit calls #Subscriber map for unit calls
SUB_MAP = {} SUB_MAP = {bytes_3(7357):('REP-1',1,time())}
#Generator #Generator
generator = {} generator = {}

Loading…
Cancel
Save

Powered by TurnKey Linux.