Changeset 9285 in ntrip


Ignore:
Timestamp:
Nov 26, 2020, 9:52:02 PM (3 years ago)
Author:
stuerze
Message:

minor changes

Location:
trunk/BNC/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/RTCM3Decoder.cpp

    r9262 r9285  
    17611761        }
    17621762      }
    1763       else if (id >= 1070 && id <= 1229) { /* MSM */
     1763      else if (id >= 1070 && id <= 1237) { /* MSM */
    17641764        if (DecodeRTCM3MSM(_Message, _BlockSize))
    17651765          decoded = true;
  • trunk/BNC/src/bncgetthread.cpp

    r9211 r9285  
    570570          if ((rtcmType >= 1001 && rtcmType <= 1004) || // legacy RTCM OBS
    571571              (rtcmType >= 1009 && rtcmType <= 1012) || // legacy RTCM OBS
    572               (rtcmType >= 1071 && rtcmType <= 1137)) { // MSM RTCM OBS
     572              (rtcmType >= 1070 && rtcmType <= 1137)) { // MSM RTCM OBS
    573573            _rtcmObs = true;
    574574          } else if ((rtcmType >= 1057 && rtcmType <= 1068) ||
Note: See TracChangeset for help on using the changeset viewer.