summaryrefslogtreecommitdiff
path: root/test/daemon/tn200.log.chk
Commit message (Collapse)AuthorAgeFilesLines
* driver_nmea0183: Have xxGGA set time and mode.Gary E. Miller2019-03-181-36/+19
|
* driver_nmea0183: Be more aggressive reporting NO_FIX in GPRMC.Gary E. Miller2019-03-141-0/+19
| | | | | Fixes long standing complaints that gpsd freezes instead of reporting NO FIX.
* More test trimming.Eric S. Raymond2015-02-091-195/+0
| | | | | A concerted effort to reduce all tests to below 10K in volume each while preserving all significant test features.
* Drop the obsolete tag field from JSON output. Bump the minor protocol number.Eric S. Raymond2014-08-241-61/+61
| | | | | | | Required a regression-test rebuild, of course. The field is still set by the TSIP and SiRF drivers; the SiRF driver actually uses it. It may be possible to eliminate the TSIP uses, but so far attempting this has produced odd regression-test failures.
* This commit resolves the time overflows in the rgm3800 and mkt3301.Eric S. Raymond2009-12-041-61/+60
| | | | | | | | | | | These were causing port problems on systems with 32-bit time. It turns out the problem was with the assumption that these devices always deliver a valid time in $GPRMC. They don't when the navigation warning bit (second field 'V') is on! The NMEA driver now knows. Also, the code now contains a sanity check - it will log a complaint if it sees a date moere than a year in the future. This invariably indicates some driver-level problem with time extraction.
* There are client library tests now, so rename the 'stable' directory...Eric S. Raymond2009-11-301-0/+278
...to something more descriptive.