Ignore:
Timestamp:
Nov 22, 2022, 11:36:02 PM (17 months ago)
Author:
stuerze
Message:

allow GLONASS eph datasets with missing data

File:
1 edited

Legend:

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

    r9890 r9891  
    11711171           .arg(_staID).arg(1020,4).arg(eph._prn.toString().c_str()).arg(eph._M_NT,4).toLatin1(), true));
    11721172#endif
    1173       //return false;
     1173      return false;
    11741174    }
    11751175    GETBITS(eph._M_M,   2) /* GLONASS-M M */
     
    11811181           .arg(eph._additional_data_availability).toLatin1(), true));
    11821182#endif
    1183       //return false;
     1183      return false;
    11841184    }
    11851185    GETBITS(eph._NA,  11) /* GLONASS-M Na */
Note: See TracChangeset for help on using the changeset viewer.