summaryrefslogtreecommitdiff
path: root/test/daemon/sirfstarv.log.chk
Commit message (Collapse)AuthorAgeFilesLines
* driver_sirf: MID 2 decode set track and speed, but no data for those.Gary E. Miller2019-04-231-112/+112
| | | | 7 regressions were reporting track and speed incorrectly.
* SiRF: replace sirfstar v regressions.Gary E. Miller2019-04-231-775/+1074
| | | | | The old one was Jan 2019. After the roll over that put the time past the 2038 time_t roll over. Punt with a new regression.
* driver_sirf: Decode datum. Finally a regression change!Gary E. Miller2019-03-251-60/+60
|
* daemon side: stop using VERR_SET. Exposed a bug in sirf driver.Gary E. Miller2019-03-251-119/+119
| | | | It seems the gpsd epc is more pessimistic than from the GPS.
* Split epe into eph and sep.Gary E. Miller2019-03-221-60/+60
| | | | | | | | 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.
* pseudonmea: remove bad sats from $GPGSV output.Gary E. Miller2019-03-201-6/+2
|
* gpsd_json: epe now in the JSON.Gary E. Miller2019-03-151-60/+60
| | | | Odd that it was never there before...
* pseudonmea: In $GPGSV, ouput missing PRN as blanks, not zeros.Gary E. Miller2019-03-131-4/+4
|
* pseudonmea: Add frac seconds to $GPRMC, no zero times.Gary E. Miller2019-03-131-60/+60
| | | | Replace zero times with blanks.
* pseudonmea: Add fractional seconds to $GPGGAGary E. Miller2019-03-131-60/+60
|
* psuedonmea: Make $GPGBS match NMEA 3.0 specGary E. Miller2019-03-131-59/+59
|
* libgpsd_core: Step clobbering epe when error modeling.Gary E. Miller2019-03-131-0/+40
| | | | | This released a flood of GPGBS. But the GPGBS are wrong format according to NMEA 3.0...
* driver_nmea0183 and more: Decode $PSRFEPE, and epd.Gary E. Miller2019-03-131-60/+60
| | | | | Turns out epd also came from SiRF, but never made it to TPV. Regressions changed to show new epd data.
* Change NMEA mode setting, thus major changes in gpsd_error_model().Gary E. Miller2019-03-071-99/+59
| | | | | | | | | | | | | | | | 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...
* dirver_sirf: MID %!,1 gives us reliable end of cycle, use it.Gary E. Miller2019-01-161-59/+99
|
* driver_sirf: More work on SiRFstarV. Not done first pass.Gary E. Miller2019-01-101-318/+318
| | | | The Fix Mode still needs to be done.
* driver_sirf: TPV beginning to work for SiRFstarV.Gary E. Miller2019-01-091-59/+378
| | | | More work to do. There is an off by one second thing too.
* driver_sirf: Add support for MID 67.1 and MID 67.16.Gary E. Miller2019-01-091-0/+420
| | | | | This is initial support for SiRFstarV chipset. Regressions updated. Skyview seems to work.
* regresions: Add Sirfstar V binary logGary E. Miller2019-01-071-0/+0
And the .chk file is blank because the Sirfstar V messages are undocumented by Qualcomm.