RCM Updates

This commit is contained in:
Cort Buffington 2014-05-18 15:28:27 -05:00
parent 0ee36acc52
commit d6fafd256a
2 changed files with 2 additions and 2 deletions

View File

@ -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
View File

@ -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]