Fixed RCM Names

This commit is contained in:
Cort Buffington 2014-05-18 15:30:11 -05:00
parent 9e7f9961f4
commit 7340309638
2 changed files with 3 additions and 3 deletions

View File

@ -1005,8 +1005,8 @@ class IPSC(DatagramProtocol):
return
# ORIGINATED BY PEERS, NOT IPSC MAINTENANCE: Call monitoring is all we've found here so far
elif _packettype == CALL_MON_ORIGIN:
self.call_mon_origin(self._network, data)
elif _packettype == CALL_MON_STATUS:
self.call_mon_status(self._network, data)
return
elif _packettype == CALL_MON_RPT:

View File

@ -8,7 +8,7 @@
# Known IPSC Message Types
CALL_CONFIRMATION = '\x05' # Confirmation FROM the recipient of a confirmed call.
CALL_MON_ORIGIN = '\x61' # |
CALL_MON_STATUS = '\x61' # |
CALL_MON_RPT = '\x62' # | Exact meaning unknown
CALL_MON_NACK = '\x63' # |
XCMP_XNL = '\x70' # XCMP/XNL control message