From 4643ea47b7bc2b2f9ca790fc01a35a97f41cbc5e Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Wed, 4 Dec 2019 17:23:04 -0600 Subject: [PATCH] Inbound OBP Unit calls --- bridge.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bridge.py b/bridge.py index 3e844f6..ee1e0f9 100755 --- a/bridge.py +++ b/bridge.py @@ -218,7 +218,11 @@ class routerOBP(OPENBRIDGE): def __init__(self, _name, _config, _report): OPENBRIDGE.__init__(self, _name, _config, _report) + self.name = _name self.STATUS = {} + + # list of targets for unit (subscriber, private) calls + self.targets = [] def group_received(self, _peer_id, _rf_src, _dst_id, _seq, _slot, _frame_type, _dtype_vseq, _stream_id, _data): pkt_time = time()