diff --git a/src/common/p25/P25Defines.h b/src/common/p25/P25Defines.h index eaf100a4..f5a1a9dc 100644 --- a/src/common/p25/P25Defines.h +++ b/src/common/p25/P25Defines.h @@ -198,8 +198,8 @@ namespace p25 enum : uint8_t { INVALID = 0x00U, //! Invalid Service Class COMPOSITE = 0x01U, //! Composite Control Channel - VOICE = 0x10U, //! Voice - DATA = 0x20U, //! Data + DATA = 0x10U, //! Data + VOICE = 0x20U, //! Voice REG = 0x40U, //! Registration AUTH = 0x80U //! Authentication };