From baf87b7bf801620cf928b846ea02c821779ee22d Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Fri, 29 Aug 2014 17:01:12 -0500 Subject: [PATCH] NEW TYPE FOUND --- ipsc/ipsc_message_types.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ipsc/ipsc_message_types.py b/ipsc/ipsc_message_types.py index b4cd2bb..6668523 100644 --- a/ipsc/ipsc_message_types.py +++ b/ipsc/ipsc_message_types.py @@ -17,6 +17,7 @@ PVT_VOICE = '\x81' GROUP_DATA = '\x83' PVT_DATA = '\x84' RPT_WAKE_UP = '\x85' # Similar to OTA DMR "wake up" +UNKNOWN_COLLISION = '\x86' # Seen when two dmrlinks try to transmit at once MASTER_REG_REQ = '\x90' # FROM peer TO master MASTER_REG_REPLY = '\x91' # FROM master TO peer PEER_LIST_REQ = '\x92' # From peer TO master