Fixed RCM Names
This commit is contained in:
parent
9e7f9961f4
commit
7340309638
@ -1005,8 +1005,8 @@ class IPSC(DatagramProtocol):
|
|||||||
return
|
return
|
||||||
|
|
||||||
# ORIGINATED BY PEERS, NOT IPSC MAINTENANCE: Call monitoring is all we've found here so far
|
# ORIGINATED BY PEERS, NOT IPSC MAINTENANCE: Call monitoring is all we've found here so far
|
||||||
elif _packettype == CALL_MON_ORIGIN:
|
elif _packettype == CALL_MON_STATUS:
|
||||||
self.call_mon_origin(self._network, data)
|
self.call_mon_status(self._network, data)
|
||||||
return
|
return
|
||||||
|
|
||||||
elif _packettype == CALL_MON_RPT:
|
elif _packettype == CALL_MON_RPT:
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
# Known IPSC Message Types
|
# Known IPSC Message Types
|
||||||
CALL_CONFIRMATION = '\x05' # Confirmation FROM the recipient of a confirmed call.
|
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_RPT = '\x62' # | Exact meaning unknown
|
||||||
CALL_MON_NACK = '\x63' # |
|
CALL_MON_NACK = '\x63' # |
|
||||||
XCMP_XNL = '\x70' # XCMP/XNL control message
|
XCMP_XNL = '\x70' # XCMP/XNL control message
|
||||||
|
Loading…
x
Reference in New Issue
Block a user