From 6fb36017248e467fb28ab52125fc265a82e44c3b Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Wed, 25 Jun 2014 16:32:34 -0500 Subject: [PATCH] New RCM Type Found Type 0x84 was seen by a user running ARS & GPS. It is not yet known exactly what the type is for. --- ipsc/ipsc_message_types.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ipsc/ipsc_message_types.py b/ipsc/ipsc_message_types.py index 284c6f1..b4cd2bb 100644 --- a/ipsc/ipsc_message_types.py +++ b/ipsc/ipsc_message_types.py @@ -81,7 +81,8 @@ TYPE = { '\x50': 'Private Voice', '\x51': 'Group Data', '\x52': 'Private Data', - '\x53': 'All Call' + '\x53': 'All Call', + '\x84': 'ARS/GPS?' # Not yet clear, seen by a user running ARS & GPS } SEC = {