summaryrefslogtreecommitdiff
path: root/test/daemon/rx210.log.chk
Commit message (Collapse)AuthorAgeFilesLines
* Split epe into eph and sep.Gary E. Miller2019-03-221-40/+40
| | | | | | | | 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: Tweak xxGGA mode setting.Gary E. Miller2019-03-191-2/+2
|
* driver_nmea0183: xxRMC: Stop reporting missing fields as zero.Gary E. Miller2019-03-181-40/+40
| | | | lat/lon/track/etc.
* driver_nmea0183: Have xxGGA set time and mode.Gary E. Miller2019-03-181-28/+21
|
* gpsd_json: epe now in the JSON.Gary E. Miller2019-03-151-41/+41
| | | | Odd that it was never there before...
* driver_nmea0183: Be more aggressive reporting NO_FIX in GPRMC.Gary E. Miller2019-03-141-0/+22
| | | | | Fixes long standing complaints that gpsd freezes instead of reporting NO FIX.
* Change NMEA mode setting, thus major changes in gpsd_error_model().Gary E. Miller2019-03-071-40/+40
| | | | | | | | | | | | | | | | 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-2/+2
|
* driver_nmea0183: Decode gnssid:svid from $xxGSV.Gary E. Miller2018-09-191-3/+3
|
* Stop adding 37 to some GN PRN's.Gary E. Miller2016-04-071-30/+30
| | | | | | | | What could go wrong with code that says this: /* GLONASS GL doesn't seem to do this, but better safe than sorry */ GPGSA prn 21 was becoming prn 58
* Improve GNGSA handling, add rx210.log which shows the problem.Gary E. Miller2016-04-051-0/+214
GNGSA's almost always come in pairs, and never with any other flavor of xxGSA.