summaryrefslogtreecommitdiff
path: root/test/daemon/ublox-neo-m8n.log.chk
Commit message (Collapse)AuthorAgeFilesLines
* gpsd_json: Filter out PRN from SKY w/o Elevation and AzimuthGary E. Miller2019-05-061-5/+5
| | | | | | | NMEA says to not report bad elevation and azimuth, so follow that advice. This only affects some u-blox 8 binary, and one odd GREIS regression.
* driver_ubx: Separate ubx and NMEA PRNs.Gary E. Miller2019-05-031-10/+10
| | | | | Also fixed some bugs. SBAS moved from 120-159 to 33-64,152-158. QZSS goes up to 199.
* driver_ubx: UBX-NAV-PVT was using height above ellipsoid, not MSL.Gary E. Miller2019-04-231-68/+68
|
* driver_ubx: Change cycle ender to use iTOW.Gary E. Miller2019-04-221-2/+0
| | | | This cleaned up some regressions.
* driver_ubx: Working cycle end detection.Gary E. Miller2019-04-131-0/+22
| | | | | | | This should force output when people program their u-blox in strange ways. The obvious effect on the regressions is just extra TPV output. Need to improve the cycle detection a bit more to prevent that.
* ubxtool: Add end of cycle detection.Gary E. Miller2019-04-121-0/+140
| | | | | This made the ublox-neo-m8n.log regression finally look good. Needed for u-blox 9.
* pseudonmea: remove bad sats from $GPGSV output.Gary E. Miller2019-03-201-35/+35
|
* driver_ubx: Fix endian-ness of UBX-NAV-SAT.Gary E. Miller2018-10-131-5/+5
|
* driver_ubx: Add decode for UBX-NAV-SAT.Gary E. Miller2018-10-131-0/+40
| | | | | UBX-NAV-SVINFO is repalced by UBX-NAV-SAT. Rebuild the regression test that had some of these messages.
* UBX: revert end of cycle change, but make regression changes.Gary E. Miller2018-02-091-120/+0
| | | | | | | | | | 2 steps forward, one step back. Changing cycle end for UBX broke old UBX samples. Reverting that change breaks the new ECEF, that will need more work. Fixing when a UBX cycle is cleared broke the UBX regression tests, but the old way was wrong. So update the regression tests.
* Fixes broken regression test data for uBlox NEO-M8N.Fred Wright2017-10-071-120/+120
| | | | | | | | | | | | Commit 71a487d8, "Support UBX NAV-PVT", added a new regression test case, but the .chk data didn't actually match. All mismatches were a difference of 0.01 in the 'epc' value. Whether the difference is due to an actual code difference or excessive numeric sensitivity remains to be seen, but in the meantime this gets rid of the failure which seems to be consistent. TESTED: Ran "scons build-all check", which now succeeds.
* Support UBX NAV-PVTClark Li2017-09-191-0/+120
| | | | | | | NAV-SOL has only been retained for backwards compatibility; users are recommended to use the UBX-NAV-PVT message in preference. A regression test case using ublox-neo-m8n is also added.
* Revert "Support UBX NAV-PVT"Gary E. Miller2017-09-051-120/+0
| | | | | | | | | This reverts commit 22a020ec1c2bc85eff681ecacc6d2bb79fdddc9c. This commit broke PPS on uBlox. PPS would flip from offset 0 to offset -1, and back, every few minutes. Also stray characters (^M) in the log files.
* Support UBX NAV-PVTClark Li2017-08-071-0/+120
NAV-SOL has only been retained for backwards compatibility; users are recommended to use the UBX-NAV-PVT message in preference. A regression test case using ublox-neo-m8n is also added. Also fix the checking on valid flags of iTOW and fTOW and process fTOW whose range is +-500us. Update test/dae/ublox-aek-4t.log.chk accordingly. Signed-off-by: Clark Li <clark.li@cohdawireless.com> Signed-off-by: Fred Wright <fw@fwright.net>