Skip to content

Commit 2c166cf

Browse files
Merge pull request #878 from ourairquality/rtcm3-msm-qzs-1e3
rtcm3 qzss msm: add a mapping for signal 1E at index 2
2 parents 2cd9741 + 26303ec commit 2c166cf

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/rtcm3.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,9 @@ const char *msm_sig_gal[32] = {
101101
"", "", "", "", "", "", "", ""}; // 25-32
102102
const char *msm_sig_qzs[32] = {
103103
// QZSS: ref [17] table 3.5-105.
104-
// 1E, 1Z, 1B, 6E, 6Z, 5D, 5P, 5Z are tentative from the PocketSDR extensions
105-
"", "1C", "", "", "1E", "1Z", "1B", "", "6S", "6L", "6X", "6E", // 1-12
104+
// 1E(4), 1Z, 1B, 6E, 6Z, 5D, 5P, 5Z are tentative from the PocketSDR extensions
105+
// 1E(2) seen from Trimble station.
106+
"", "1C", "1E", "", "1E", "1Z", "1B", "", "6S", "6L", "6X", "6E", // 1-12
106107
"6Z", "", "2S", "2L", "2X", "", "", "", "", "5I", "5Q", "5X", // 13-24
107108
"5D", "5P", "5Z", "", "", "1S", "1L", "1X"}; // 25-32
108109
const char *msm_sig_sbs[32] = {

0 commit comments

Comments
 (0)