Changeset 6207 in ntrip


Ignore:
Timestamp:
Sep 25, 2014, 10:59:35 AM (10 years ago)
Author:
stoecker
Message:

fix bias loops

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/clock_and_orbit/lib/clock_orbit_rtcm.c

    r6206 r6207  
    917917        }
    918918      }
     919#ifdef DEBUG
     920      for(type = 0; type < (int)size && (unsigned char)buffer[type] != 0xD3; ++type)
     921        numbits += 8;
     922      fprintf(stderr, "numbits left %d\n",numbits);
     923#endif
     924      return mmi ? GCOBR_MESSAGEFOLLOWS : GCOBR_OK;
    919925    }
    920926    else if(type >= corbase[s])
     
    12781284        break;
    12791285      default:
    1280         return GCOBR_UNKNOWNTYPE;
     1286        continue;
    12811287      }
    12821288#ifdef COR_LATENCY
Note: See TracChangeset for help on using the changeset viewer.