summaryrefslogtreecommitdiff
path: root/test/daemon/gr8013-w.log.chk
Commit message (Collapse)AuthorAgeFilesLines
* Split epe into eph and sep.Gary E. Miller2019-03-221-6/+6
| | | | | | | | 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: xxRMC: Stop reporting missing fields as zero.Gary E. Miller2019-03-181-7/+7
| | | | lat/lon/track/etc.
* gpsd_json: epe now in the JSON.Gary E. Miller2019-03-151-5/+5
| | | | Odd that it was never there before...
* Change NMEA mode setting, thus major changes in gpsd_error_model().Gary E. Miller2019-03-071-5/+5
| | | | | | | | | | | | | | | | The start of this overly large patch was to simply move the test for MODE_2D/3D flipping, which only affect NMEA 183, back into driver_nmea0813.c But that was intertwined with how gpsd_error_model() computes derived variables, which required major changes to how NMEA 183 mode_2D/3D are set. This ultimatly led to major regression test results. Almost all for the better. I tried to break it up, but moving from one paradigm to another needed one big jump...
* driver_nmea0183: Fix off by one error in $GLGSV decode.Gary E. Miller2018-10-251-3/+3
|
* driver_nmea0183: Decode gnssid:svid from $xxGSV.Gary E. Miller2018-09-191-4/+4
|
* nmea 0183: better fix for non-updating DOPs.Gary E. Miller2017-01-091-5/+5
| | | | regressions updated. Other rdivers prolly need similar fixes.
* Fix regressions changed by GNGSA fix.Gary E. Miller2016-04-071-7/+7
|
* GPGST time was always 1970-01-03Txxxx. Fixed.Gary E. Miller2016-03-301-3/+3
| | | | | | | The time in the packet was seconds in the day. It needed to be merged with the known date. rergressions updated. The chk files clearly show it is better now.
* Added the GR8013-W & HAB-GPSPI to the regression-test suite.Eric S. Raymond2015-07-191-0/+62