From 26303ec42e6b3d9c4d42fb4b139db836efb4452c Mon Sep 17 00:00:00 2001 From: oaq Date: Fri, 29 May 2026 00:08:11 +1000 Subject: [PATCH] rtcm3 qzss msm: add a mapping for signal 1E at index 2 Noted in RTCM3 streams from Trimble Alloy stations and for satellites J04 and J08. --- src/rtcm3.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/rtcm3.c b/src/rtcm3.c index 8de486eef..7a284241b 100644 --- a/src/rtcm3.c +++ b/src/rtcm3.c @@ -101,8 +101,9 @@ const char *msm_sig_gal[32] = { "", "", "", "", "", "", "", ""}; // 25-32 const char *msm_sig_qzs[32] = { // QZSS: ref [17] table 3.5-105. - // 1E, 1Z, 1B, 6E, 6Z, 5D, 5P, 5Z are tentative from the PocketSDR extensions - "", "1C", "", "", "1E", "1Z", "1B", "", "6S", "6L", "6X", "6E", // 1-12 + // 1E(4), 1Z, 1B, 6E, 6Z, 5D, 5P, 5Z are tentative from the PocketSDR extensions + // 1E(2) seen from Trimble station. + "", "1C", "1E", "", "1E", "1Z", "1B", "", "6S", "6L", "6X", "6E", // 1-12 "6Z", "", "2S", "2L", "2X", "", "", "", "", "5I", "5Q", "5X", // 13-24 "5D", "5P", "5Z", "", "", "1S", "1L", "1X"}; // 25-32 const char *msm_sig_sbs[32] = {