summaryrefslogtreecommitdiff
path: root/test/daemon/beidou-bd.log.chk
Commit message (Collapse)AuthorAgeFilesLines
* driver_nmea0183: Enforce NMEA 4.0 type PRNs.Gary E. Miller2019-05-021-2/+2
| | | | | | | | | | | | | | | | Up until now, the PWN was whatever the GPS said it was. With NMEA 4.10 this is no longer sustainable. The u-blox 9 defaults to NMEA 4.10, sort of. It sometimes puts NMEA 4.0 PRNs into NMEA 4.10 sentences. Some people like to use both u-blox binary and NMEA sentences mixed together, so the time has come to enforce the PRN complies with NMEA 4.0 extended numbering. Sadly this can not map exactly into u-blox numbering, but is a start. Fixing this uncovered other examples of non NMEA compliant sentences in the regressions. So many regressions changed. The most obvious change is that NMEA 4.0 puts the SBAS PRN in the range 33-64 and 152-158, not 120-158 as u-blox does.
* driver_nmea0183: DOn't mark sat as used if ss==0Gary E. Miller2019-04-301-9/+9
| | | | | NMEA 4.10 tells us which sats a are used, but not which signal (L1, L2, etc).
* driver_nmea0183: Use eph from $PSRFEPE if available.Gary E. Miller2019-03-251-9/+9
| | | | Use GPS values when possible instead of calculated values.
* Split epe into eph and sep.Gary E. Miller2019-03-221-9/+9
| | | | | | | | Try to do it with forward and backward compatibility, which is challenging with current miscojson. Sometimes epe was used to 2D estimated erro. Sometimes for 3D error. So make it explicit eph is 2D, and sep is 3D.
* driver_nmea0183: Have xxGNS report No FIX from FAA mode.Gary E. Miller2019-03-191-9/+10
| | | | Also, ignore missing "nav status"
* driver_nmea0183: Have xxGGA set time and mode.Gary E. Miller2019-03-181-10/+9
|
* driver_nmea0183: Fix 32/64 bug in cycle enders.Gary E. Miller2019-03-181-5/+0
| | | | | | Long standing bug, that became obvious when more NMEA decodes were added. A 32 bit mask used to index into a 40 member array.o Also fix over agressive mode setting on $PSRFEPE.
* gpsd_json: epe now in the JSON.Gary E. Miller2019-03-151-6/+6
| | | | Odd that it was never there before...
* driver_nmea0183: $PSRFEPE,V sets MODE_NO_FIXGary E. Miller2019-03-141-0/+5
| | | | Only present in old SiRF.
* driver_nmea0183: Be more aggressive reporting NO_FIX in GPRMC.Gary E. Miller2019-03-141-0/+5
| | | | | Fixes long standing complaints that gpsd freezes instead of reporting NO FIX.
* driver_nmea0183 and more: Decode $PSRFEPE add eps.Gary E. Miller2019-03-131-7/+7
| | | | | Turns out eps also came from other GPS, but never made it to TPV. Regressions changed to show new eps data.
* driver_nmea0183 and more: Decode $PSRFEPE, and epd.Gary E. Miller2019-03-131-7/+7
| | | | | Turns out epd also came from SiRF, but never made it to TPV. Regressions changed to show new epd data.
* driver_nmea0183: Decode gnssid:svid from $xxGSV.Gary E. Miller2018-09-191-3/+3
|
* Fix GPGSA/BDGSA processing so they combine.Gary E. Miller2016-03-301-11/+6
| | | | | | | | The combine code stolen from the GPGSV/BDGSV combining code. Just 2 regressions changed. No surprise since Beidu rarely seen in the USA. I eyeballed the changes in the chk files and they look good.
* Code to accommodate alternat Beidou talker ID of $GB. Also, add a test for it.Eric S. Raymond2015-03-021-0/+100
All regression tests pass.