summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for the Maidehead locator code, and a better regression test.Eric S. Raymond2011-05-061-1/+0
|
* Attempt fix for Maidenhead off-by-one rrror.Eric S. Raymond2011-05-061-1/+1
| | | | All regression tests pass.
* Maidenhead locator regression test.Eric S. Raymond2011-05-061-0/+1
|
* Centralize the C client library's flag setting.Eric S. Raymond2011-04-151-3/+1
| | | | This squeezes out a couple of minor errors due to unset flag fields.
* Decode of RTCM3 type 1005 is working.Eric S. Raymond2011-04-112-0/+1
|
* Check in ASCII dumps made by inspectrtcm.Eric S. Raymond2011-04-103-0/+11497
|
* More RTCM2 test loads.Eric S. Raymond2011-03-303-0/+418
|
* Fix a glitch in the SiRF driver exposed by the SHM export.Eric S. Raymond2011-03-261-38/+38
| | | | | When we set TINE_IS, we actually have to report time. Required one regression test rebuild.
* New regression test for Typhoon 3100.Eric S. Raymond2011-03-232-0/+1098
| | | | | This revealed a library bug that could cause the timestamp on every second fix to get clobberec due to GSV not having a timestamp.
* Emit "mode" before its dependent attributes in TPV, and timestamps with .3f.Eric S. Raymond2011-03-2264-2880/+2880
| | | | Required a regression-test rebuild.
* The overlength-GGA fix requires rebuild of two tests.Eric S. Raymond2011-03-172-157/+158
|
* Dump contents of of RTCM2.3 type 31 as a JSON object rather than hex words.Eric S. Raymond2011-03-151-5/+5
| | | | | | | | | Fix required in order to check the RTCM2 driver logic against the ASCII dump from Andre Naujoks. Remarkably, the check passes - though it appears that in his dump the constant 40 is added to all GLONASS satellite IDs. doubtless so they won't collide with GPS satellite IDs. The naujoks-ntrip.log test had to be rebuilt. All other regression tests pass.
* rangerr -> prc, rangerate -> rrc in RTCM2Eric S. Raymond2011-03-153-141/+141
| | | | | I was unaware of standard terminology/abbreviations. Fixing this now, before Version 5 API freezes.
* issuedata -> iod in RTCM2Eric S. Raymond2011-03-153-141/+141
| | | | | I was unaware of standard terminology/abbreviations. Fixing this now, before Version 5 API freezes.
* Add Globalsat ND-1005 to product database and regression tests.Eric S. Raymond2011-03-142-0/+901
|
* The recent change to use GST as a time check for end of cycle required this.Eric S. Raymond2011-03-091-0/+8
|
* Add RTCM3 regression-test load.Eric S. Raymond2011-03-022-0/+1
| | | | | Very sad that it contains only one verified sentencem, a type 1029. We badly need better test loads for RTCM2 and RTCM3.
* Bug fixes for RTCM3 decoding. All regression tests pass.Eric S. Raymond2011-03-021-3/+1
| | | | | And the first actually successful decode of a known-good RTCM3 packet, a type 1029.
* Add a feature and a minor fix to the packet-sniffer tester.Eric S. Raymond2011-03-021-2/+2
|
* RTCM3 test capTures. Not ready to be part of the regulae regeressions yet.Eric S. Raymond2011-03-013-0/+0
|
* Implement and document RTCM2.3 message type 14. All regression tests pass.Eric S. Raymond2011-02-281-1/+1
|
* Update product database, adding the MTK-3329.Eric S. Raymond2011-02-274-0/+73
|
* Add Ande Naujoks's Ntrip sample to the test suite.Eric S. Raymond2011-02-272-0/+25
|
* Remove all support for RTCM2 Sager dump format.Eric S. Raymond2011-02-231-611/+131
| | | | | | Nothing but one regression tests in GPSD used it; that regression test has been rebuilt. All other tests pass. The rtcm-104.xml page now describes the JSON dump format.
* Regression-log rebuild of two tests is required by the maximum-channel bump.Eric S. Raymond2011-02-192-34/+34
|
* Rebuild check logs to include genearated $GPALM.Eric S. Raymond2011-02-162-0/+12
|
* Garbage-collect the client-side *SET flags.Eric S. Raymond2011-02-032-2/+2
|
* Add a test log containing GPGST sentences.Eric S. Raymond2011-02-022-0/+142
|
* Make generated ZDAs report a UTC timezome, since UTC is what they emit.Eric S. Raymond2011-02-0112-382/+382
|
* In pseudo-NMEA generation, emit ZDA at top of cycle.Eric S. Raymond2011-02-0112-0/+382
|
* Timestamps in TPV and SKY go from float seconds since Unix epoch to ISO8601.Eric S. Raymond2011-01-2960-2743/+2743
| | | | | | | | Protocol version number is bumped. Python and C test clients are known to work; interfaces of the C and Python client bindings are unchanged. Third-party client-side bindings which rely on naively copying JSON members will break (implementers have been repeatedly warned not to do this).
* Standardize date format in all logfiles. gpsfake will need this to set epoch.Eric S. Raymond2011-01-2042-35/+40
| | | | All regressions tests pass.
* Go back to wiring in a default leap-second offset at start.Eric S. Raymond2011-01-2010-592/+592
| | | | | I thought I could avoid this, but it turns out SiRF chips before firmware rev 2.3.2 don't reliably get a leap-second report either. Sigh...
* Stop making an assumption about the leap-second offset at startup.Eric S. Raymond2011-01-1810-592/+592
| | | | | | | | | | | | Gains: the stored leap-second offset we used for this could go stale, breaking our regression tests in the process - itr's just dumb luck that it hasn't since done so since 2008. Losses: If the receiver doesn't have leap-second cached in NVRAM (e.g, between cold boot and the next subframe message) time will be inaccurate by a few more seconds. 10 regression test outputs of 66 had to be rebuilt.
* Refactoring revealed a minor bug in Zodiac skyview timestamps.Eric S. Raymond2011-01-171-21/+21
| | | | They weren't getting leap-second correction.
* Rebuilt regression tests to include subframe data.Eric S. Raymond2011-01-103-0/+54
|
* Detect non-advancing GGA timestamps and latch mode to 1 when this happens.Eric S. Raymond2010-12-265-234/+159
| | | | | Copes better with the Placer 450. Exposes some dodgy reporting on various unusual NMEA devices.
* Rebuild Geostar test as required by ckuethe's fix. All regression tests pass.Eric S. Raymond2010-12-261-0/+600
|
* Documentation update ansd typo fix.Eric S. Raymond2010-12-171-1/+1
|
* Add regression-terts for GP-330-FW illustrating the GPS week wraparound.Eric S. Raymond2010-12-166-0/+757
|
* Document a minor problem with AIVDO sentences and rebuild its regression test.Eric S. Raymond2010-12-011-0/+33
|
* Driver for the GeoS-1M GPS/Glonass moduleViktar Palstsiuk2010-10-302-0/+0
|
* Add regressions for HP (SYmmetricom) 58534A GPS.Gary E. Miller2010-10-262-0/+32
| | | | This demonstrates a 2 year old bug in GPZDA. Thanks to aquarat.
* Add product database entry and regression test for uBlox-lea-5h.Eric S. Raymond2010-09-152-0/+1145
|
* Add regression test and product database info for Garmin Foretrex 201.Eric S. Raymond2010-09-152-0/+1781
|
* Add product-databse entry and regression test for Garmin 10x.Eric S. Raymond2010-09-152-0/+609
|
* Add the GeoS-!M (GLONASS, with 24 channels).Eric S. Raymond2010-07-132-0/+4480
|
* Bump maximum channel count to 32. Eric S. Raymond2010-07-132-32/+32
| | | | | | | | | This is in order to accommodate devices that can do GLONASS; requires a library-major-version bump. Required a rebuild of two regression tests duee to the change in the number of GSA fields dumped in pseudo-NMEA output. Other than that, all regression tests pass.
* Add docuimentation and test loads for the Firefly-IIa.Eric S. Raymond2010-07-132-0/+491
|
* Added NAVIOR-24 product entry and test file.Eric S. Raymond2010-07-132-0/+2473
|