Changeset 9285 in ntrip for trunk/BNC/src/bncgetthread.cpp


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

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.