summaryrefslogtreecommitdiff
path: root/test/daemon/bu353-glonass.log.chk
Commit message (Collapse)AuthorAgeFilesLines
* Split epe into eph and sep.Gary E. Miller2019-03-221-11/+11
| | | | | | | | 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 xxGGA set time and mode.Gary E. Miller2019-03-181-0/+9
|
* gpsd_json: epe now in the JSON.Gary E. Miller2019-03-151-11/+11
| | | | Odd that it was never there before...
* Change NMEA mode setting, thus major changes in gpsd_error_model().Gary E. Miller2019-03-071-2/+2
| | | | | | | | | | | | | | | | 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-7/+7
| | | | regressions updated. Other rdivers prolly need similar fixes.
* Fix regressions changed by GNGSA fix.Gary E. Miller2016-04-071-8/+8
|
* More test trimming.Eric S. Raymond2015-02-091-228/+5
| | | | | A concerted effort to reduce all tests to below 10K in volume each while preserving all significant test features.
* A bug fix for error modeling when NMEA 0183 reports empty DOP fields.Eric S. Raymond2014-09-191-7/+7
| | | | Required 13 regression-test rebuilds.
* GNSS and GLOSS SKY reoport are now mergedEric S. Raymond2014-08-261-9/+0
| | | | | Fixes Savannah bug #42407: wrong interpretation of NMEA messages for mixed GPS/GLONASS recievers.
* Accumulate GNSS+GLONASS satelite reports.Eric S. Raymond2014-08-251-0/+359
This isn't ideal. Wgen a GPS emits both we get two SKY reports per cycle, with the second one cumulative.