Documenting New Message Type

Message Type 0x05 - this is the ack, or "confirmation" from the
subscriber receiving a confirmed private voice or data call.
This commit is contained in:
Cort Buffington 2013-10-29 08:03:16 -05:00
parent 0dfc57b23e
commit 67c9a17c3b
2 changed files with 3 additions and 2 deletions

View File

@ -31,7 +31,8 @@ Each peer will send keep-alives to each other peer in the IPSC network at an int
**KNOWN IPSC PACKET TYPES:**
The following sections of this document will include various packet types. This is a list of currently known types and their meanings. Note: The names are arbitrarily chosen with the intention of being descriptive, and each is defined by what they've been "observed" to do in the wild.
CALL_CTL_1 = 0x61 |
CALL_CONFIRMATION = 0x05 Confirmation FROM the recipient of a confirmed call.
CALL_CTL_1 = 0x61 |
CALL_CTL_2 = 0x62 | Call control messages, exact use unknown
CALL_CTL_3 = 0x63 |
XCMP_XNL = 0x70 Control protocol messages

View File

@ -7,7 +7,7 @@
# California, 94041, USA.
# Known IPSC Message Types
PVT_CALL_SETUP = b'\x05' # Something to do with private call setup
CALL_CONFIRMATION = b'\x05' # Confirmation FROM the recipient of a confirmed call.
CALL_CTL_1 = b'\x61' # |
CALL_CTL_2 = b'\x62' # | Exact meaning unknown
CALL_CTL_3 = b'\x63' # |