diff --git a/p25/P25Defines.h b/p25/P25Defines.h index 438425dd..55a99206 100644 --- a/p25/P25Defines.h +++ b/p25/P25Defines.h @@ -319,6 +319,7 @@ namespace p25 const uint8_t TSBK_OSP_U_DEREG_ACK = 0x2FU; // U DE REG ACK - Unit De-Registration Acknowledge const uint8_t TSBK_OSP_QUE_RSP = 0x33U; // QUE RSP - Queued Response const uint8_t TSBK_OSP_IDEN_UP_VU = 0x34U; // IDEN UP VU - Channel Identifier Update for VHF/UHF Bands + const uint8_t TSBK_OSP_TIME_DATE_ANN = 0x35U; // TIME_DATE_ANN - Time and Date Announcement const uint8_t TSBK_OSP_SYS_SRV_BCAST = 0x38U; // SYS SRV BCAST - System Service Broadcast const uint8_t TSBK_OSP_SCCB = 0x39U; // SCCB - Secondary Control Channel Broadcast const uint8_t TSBK_OSP_RFSS_STS_BCAST = 0x3AU; // RFSS STS BCAST - RFSS Status Broadcast @@ -326,8 +327,6 @@ namespace p25 const uint8_t TSBK_OSP_ADJ_STS_BCAST = 0x3CU; // ADJ STS BCAST - Adjacent Site Status Broadcast const uint8_t TSBK_OSP_IDEN_UP = 0x3DU; // IDEN UP - Channel Identifier Update const uint8_t TSBK_OSP_STS_Q = 0x1AU; // STS_Q - Status Query - const uint8_t TSBK_OSP_TIME_DATE_ANN = 0x35U; // TIME_DATE_ANN - Time and Date Announcement - // TSBK Motorola Outbound Signalling Packet (OSP) Opcode(s) const uint8_t TSBK_OSP_MOT_GRG_ADD = 0x00U; // MOT GRG ADD - Motorola / Group Regroup Add (Patch Supergroup) diff --git a/p25/lc/TSBK.cpp b/p25/lc/TSBK.cpp index bb79a14e..a2837212 100644 --- a/p25/lc/TSBK.cpp +++ b/p25/lc/TSBK.cpp @@ -960,7 +960,6 @@ void TSBK::encode(uint8_t* data, bool rawTSBK, bool noTrellis) LogError(LOG_P25, "tmS= $%p" , tmS); LogError(LOG_P25, "TSBK_OSP_TIME_DATE_ANN (Dump End)"); #endif - } break; default: