Changeset 6771 in ntrip for trunk/rtcm3torinex/lib


Ignore:
Timestamp:
Apr 8, 2015, 5:13:29 PM (9 years ago)
Author:
stoecker
Message:

correct 1046/1045

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/rtcm3torinex/lib/rtcm3torinex.c

    r6757 r6771  
    658658        {
    659659          GETFLOATSIGN(ge->BGD_1_5B, 10, 1.0/(double)(1<<30)/(double)(1<<2))
    660           GETBITS(ge->E5aHS, 2)
     660          GETBITS(ge->E5bHS, 2)
    661661          GETBITS(sv, 1)
    662662          ge->flags |= GALEPHF_INAV;
    663663          if(sv)
    664             ge->flags |= GALEPHF_E5ADINVALID;
     664            ge->flags |= GALEPHF_E5BDINVALID;
     665          GETBITS(ge->E1_HS, 2)
     666          GETBITS(sv, 1)
     667          if(sv)
     668            ge->flags |= GALEPHF_E1DINVALID;
     669        }
     670        else
     671        {
     672          ge->flags |= GALEPHF_FNAV;
    665673          GETBITS(ge->E5aHS, 2)
    666674          GETBITS(sv, 1)
    667675          if(sv)
    668             ge->flags |= GALEPHF_E1DINVALID;
    669         }
    670         else
    671         {
    672           ge->flags |= GALEPHF_FNAV;
    673           GETBITS(ge->E5bHS, 2)
    674           GETBITS(sv, 1)
    675           if(sv)
    676             ge->flags |= GALEPHF_E5BDINVALID;
     676            ge->flags |= GALEPHF_E5ADINVALID;
    677677        }
    678678        ret = type;
Note: See TracChangeset for help on using the changeset viewer.