@@ -226,11 +226,14 @@ const uint8_t UBX_MON_HW = 0x09; // Hardware Status
226226const uint8_t UBX_MON_IO = 0x02 ; // I/O Subsystem Status
227227const uint8_t UBX_MON_MSGPP = 0x06 ; // Message Parse and Process Status
228228const uint8_t UBX_MON_PATCH = 0x27 ; // Output information about installed patches
229+ const uint8_t UBX_MON_PMP = 0x35 ; // PMP monitoring data
230+ const uint8_t UBX_MON_PT2 = 0x2B ; // Multi-GNSS production test monitor
229231const uint8_t UBX_MON_RF = 0x38 ; // RF information
230232const uint8_t UBX_MON_RXBUF = 0x07 ; // Receiver Buffer Status
231233const uint8_t UBX_MON_RXR = 0x21 ; // Receiver Status Information
232234const uint8_t UBX_MON_SPAN = 0x31 ; // Signal characteristics
233235const uint8_t UBX_MON_SYS = 0x39 ; // Current system performance information
236+ const uint8_t UBX_MON_TEMP = 0x0E ; // Temperature value and state
234237const uint8_t UBX_MON_TXBUF = 0x08 ; // Transmitter Buffer Status. Used for query tx buffer size/state.
235238const uint8_t UBX_MON_VER = 0x04 ; // Receiver/Software Version. Used for obtaining Protocol Version.
236239
@@ -265,6 +268,7 @@ const uint8_t UBX_NAV_TIMEGAL = 0x25; // Galileo Time Solution
265268const uint8_t UBX_NAV_TIMEGLO = 0x23 ; // GLO Time Solution
266269const uint8_t UBX_NAV_TIMEGPS = 0x20 ; // GPS Time Solution
267270const uint8_t UBX_NAV_TIMELS = 0x26 ; // Leap second event information
271+ const uint8_t UBX_NAV_TIMENAVIC = 0x63 ; // NavIC time solution
268272const uint8_t UBX_NAV_TIMEUTC = 0x21 ; // UTC Time Solution
269273const uint8_t UBX_NAV_VELECEF = 0x11 ; // Velocity Solution in ECEF
270274const uint8_t UBX_NAV_VELNED = 0x12 ; // Velocity Solution in NED
0 commit comments