RCM Updates
This commit is contained in:
parent
0ee36acc52
commit
d6fafd256a
@ -684,7 +684,7 @@ class IPSC(DatagramProtocol):
|
||||
# CALLBACK FUNCTIONS FOR USER PACKET TYPES
|
||||
#************************************************
|
||||
|
||||
def call_mon_origin(self, _network, _data):
|
||||
def call_mon_status(self, _network, _data):
|
||||
logger.debug('(%s) Repeater Call Monitor Origin Packet Received: %s',_network, h(_data))
|
||||
|
||||
def call_mon_rpt(self, _network, _data):
|
||||
|
2
rcm.py
2
rcm.py
@ -45,7 +45,7 @@ class rcmIPSC(IPSC):
|
||||
# CALLBACK FUNCTIONS FOR USER PACKET TYPES
|
||||
#************************************************
|
||||
#
|
||||
def call_mon_origin(self, _network, _data):
|
||||
def call_mon_status(self, _network, _data):
|
||||
_source = _data[1:5]
|
||||
_ipsc_src = _data[5:9]
|
||||
_seq_num = _data[9:13]
|
||||
|
Loading…
x
Reference in New Issue
Block a user