Inbound OBP Unit calls

This commit is contained in:
Cort Buffington 2019-12-04 17:23:04 -06:00
parent 877e1c6c65
commit 4643ea47b7
1 changed files with 4 additions and 0 deletions

View File

@ -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()