Changeset 9890 in ntrip for trunk


Ignore:
Timestamp:
Nov 22, 2022, 2:40:25 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

    r9785 r9890  
    11291129           .arg(eph._almanac_health_availablility_indicator).toLatin1(), true));
    11301130#endif
    1131       return false;
     1131      //return false;
    11321132    }
    11331133    GETBITS(eph._P1, 2) /*  P1 */
     
    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.