Changeset 9009 in ntrip


Ignore:
Timestamp:
Jul 24, 2020, 11:11:37 AM (4 years ago)
Author:
stuerze
Message:

some updates regarding IRNSS mesage numbers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncgetthread.cpp

    r8921 r9009  
    561561          if ((rtcmType >= 1001 && rtcmType <= 1004) || // legacy RTCM OBS
    562562              (rtcmType >= 1009 && rtcmType <= 1012) || // legacy RTCM OBS
    563               (rtcmType >= 1071 && rtcmType <= 1127)) { // MSM RTCM OBS
     563              (rtcmType >= 1071 && rtcmType <= 1137)) { // MSM RTCM OBS
    564564            obs = true;
    565565          } else if ((rtcmType >= 1057 && rtcmType <= 1068) ||
Note: See TracChangeset for help on using the changeset viewer.