summaryrefslogtreecommitdiff
path: root/test/daemon/skytraq-fixB.log.chk
Commit message (Collapse)AuthorAgeFilesLines
* driver_nmea0183: Enforce NMEA 4.0 type PRNs.Gary E. Miller2019-05-021-3/+3
| | | | | | | | | | | | | | | | 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.
* 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.
* gpsd_json: epe now in the JSON.Gary E. Miller2019-03-151-9/+9
| | | | Odd that it was never there before...
* driver_nmea0183: Decode gnssid:svid from $xxGSV.Gary E. Miller2018-09-191-3/+3
|
* nmea 0183: better fix for non-updating DOPs.Gary E. Miller2017-01-091-5/+5
| | | | regressions updated. Other rdivers prolly need similar fixes.
* Add "status" to TPV for DGPS notificationGary E. Miller2016-04-061-11/+11
| | | | | Also update the affected regression files. gpsd had been throwing away the DGPS status.
* Use the data from Skytraq PSTI,030 sentence.Gary E. Miller2016-04-051-5/+6
| | | | | This duplicates, but improves on the accuracy of GPVTG. Also add a bit on PSTI,001 and PSTI,032
* GPGST time was always 1970-01-03Txxxx. Fixed.Gary E. Miller2016-03-301-11/+11
| | | | | | | 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.
* Fix GPGSA/BDGSA processing so they combine.Gary E. Miller2016-03-301-7/+7
| | | | | | | | 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.
* Skytraq regression with GPGSA and BDGSA in same second.Gary E. Miller2016-03-291-0/+83
Notice that the chk file shows the sats are not properly marked. Sat 214 is the only one marked used in a 3D fix!