mirror of
https://github.com/ShaYmez/hblink3.git
synced 2024-11-21 23:45:15 -05:00
Inbound OBP Unit calls
This commit is contained in:
parent
877e1c6c65
commit
4643ea47b7
@ -218,7 +218,11 @@ class routerOBP(OPENBRIDGE):
|
|||||||
|
|
||||||
def __init__(self, _name, _config, _report):
|
def __init__(self, _name, _config, _report):
|
||||||
OPENBRIDGE.__init__(self, _name, _config, _report)
|
OPENBRIDGE.__init__(self, _name, _config, _report)
|
||||||
|
self.name = _name
|
||||||
self.STATUS = {}
|
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):
|
def group_received(self, _peer_id, _rf_src, _dst_id, _seq, _slot, _frame_type, _dtype_vseq, _stream_id, _data):
|
||||||
pkt_time = time()
|
pkt_time = time()
|
||||||
|
Loading…
Reference in New Issue
Block a user