summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add Venus 634LP to product database and test logs.Eric S. Raymond2010-07-132-0/+1629
|
* Add TomTom Mark II to product database and regression tests.Eric S. Raymond2010-07-132-0/+145
|
* Previous commit requires a test-suite rebuild.Eric S. Raymond2010-06-144-69/+0
| | | | It suppresses some previously emitted but contentless sentences.
* Add regression test for the Bluenext BN-9015.Eric S. Raymond2010-06-142-0/+1210
|
* Correct some erroneous IS8061 formating.Eric S. Raymond2010-06-131-2/+2
|
* Add a new regression test for the Qstarz BT-Q818. All regression tests pass.Eric S. Raymond2010-06-032-0/+404
|
* Make sure 24A and 24B aivdm sentences are correctly aggregated.Nirgal2010-05-222-23/+54
| | | | | | | | Patch adds unit tests for all the collision cases. All regression tests pass. Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Update some status comments.Eric S. Raymond2010-05-211-10/+10
|
* The last change in gpsdecode was not entirely correct. Fixes from Nirgal.Eric S. Raymond2010-05-201-13/+13
|
* Switch the CSV format emitted by gpsdecode(1) to DSV using |.Eric S. Raymond2010-05-191-44/+44
| | | | | | | | | | The problem with CSV is that string fields (such as ship name in type 5) can contain commas. I could have backslash-escaped them, but I think it's better to make old scripts fail in a way that's likely to be noticed than perpetuate a situation in which unescaped commas could cause output to be unpacked wrongly. I changed the Python decoder as well. Required rebuilding one regression test. All regression tests pass.
* Rebuild AIVDM regressions to gpon with last commit.Eric S. Raymond2010-05-181-1/+1
|
* Clarification of some message length and padding issues.Eric S. Raymond2010-05-121-4/+4
|
* Document some needs.Eric S. Raymond2010-05-121-1/+3
|
* Fix AIS type 15 decoding and add a new test from Kurt Schwehr.Eric S. Raymond2010-05-122-1/+19
|
* Correct AIS idempotency test for DAC/FID change.Eric S. Raymond2010-05-121-4/+4
|
* In AIS message types 6 and 8, split app_id into DAC and FID per ITU-1371.Eric S. Raymond2010-05-102-12/+18
| | | | | | | | | | | | Wire protocol and API minor versions get bumped. All changes are as documented in AIVDM.txt, which now describes known message 6 and 8 subtypes. Involved rebuilding a couple of AIS regression tests. All regression tests pass. Also includes various typo fixes for AIVDM.txt discovered by Baylink while we were reviewing these changes.
* Add Nirgal's tests for bad packet and AIS channel multiplexing.Eric S. Raymond2010-05-092-0/+14
|
* Complete privious change. Required rebuilding of three regressin tests.Eric S. Raymond2010-05-093-3/+1
|
* Replace a broken AIS type 8 test with a known-good one from Kut Schwehr.Eric S. Raymond2010-05-092-9/+10
|
* Had to rebuild ac12_binary check because the packetization has been fixed.Eric S. Raymond2010-05-061-0/+0
| | | | All regression tests pass.