summaryrefslogtreecommitdiff
path: root/test/daemon/saab-r4.log.chk
Commit message (Collapse)AuthorAgeFilesLines
* driver_nmea0183: Tweak xxGGA mode setting.Gary E. Miller2019-03-191-1/+1
|
* driver_nmea0183: Improve GxRMC to decode FAA Mode indicator.Gary E. Miller2019-03-081-12/+12
| | | | | This changed some regressions as TPV now has a "status" field it did not have before.
* Change NMEA mode setting, thus major changes in gpsd_error_model().Gary E. Miller2019-03-071-1/+1
| | | | | | | | | | | | | | | | 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...
* Add "status" to TPV for DGPS notificationGary E. Miller2016-04-061-14/+14
| | | | | Also update the affected regression files. gpsd had been throwing away the DGPS status.
* More test trimming.Eric S. Raymond2015-02-091-301/+0
| | | | | A concerted effort to reduce all tests to below 10K in volume each while preserving all significant test features.
* Drop the obsolete tag field from JSON output. Bump the minor protocol number.Eric S. Raymond2014-08-241-43/+43
| | | | | | | Required a regression-test rebuild, of course. The field is still set by the TSIP and SiRF drivers; the SiRF driver actually uses it. It may be possible to eliminate the TSIP uses, but so far attempting this has produced odd regression-test failures.
* Rebuild the regression test loads so they dump in the new style.Eric S. Raymond2013-10-011-48/+48
| | | | All regression tests pass.
* Minor fix to AIS type 1,2,3 radio field decoding.Eric S. Raymond2013-07-051-48/+48
|
* Add a Pilot Plug regression test.Eric S. Raymond2011-06-221-0/+427