summaryrefslogtreecommitdiff
path: root/test/daemon
Commit message (Collapse)AuthorAgeFilesLines
...
* driver_nmea0183: Be more paranoid in merge_ddmmyy()Gary E. Miller2019-03-142-2/+6
| | | | Check for properly formatted ddmmyy string.
* Regressions: Add sample GPS week failure from Telit App Note.Gary E. Miller2019-03-142-0/+20
| | | | 6 April 2019 will be fun! Also 2 November 2019...
* Regressions: add telit HE910 logGary E. Miller2019-03-142-0/+3504
|
* pseudonmea: In $GPGSV, ouput missing PRN as blanks, not zeros.Gary E. Miller2019-03-134-62/+62
|
* pseudonmea: Renable no-time $GPGBS. This time w/o zeros.Gary E. Miller2019-03-133-0/+115
| | | | Ouput time as blank.
* pseudonmea: Add frac seconds to $GPRMC, no zero times.Gary E. Miller2019-03-1320-425/+425
| | | | Replace zero times with blanks.
* pseudonmea: Add fractional seconds to $GPGGAGary E. Miller2019-03-1317-372/+372
|
* psuedonmea: Make $GPGBS match NMEA 3.0 specGary E. Miller2019-03-1317-464/+349
|
* libgpsd_core: Step clobbering epe when error modeling.Gary E. Miller2019-03-1310-0/+127
| | | | | This released a flood of GPGBS. But the GPGBS are wrong format according to NMEA 3.0...
* driver_nmea0183 and more: Decode $PSRFEPE add eps.Gary E. Miller2019-03-134-36/+36
| | | | | Turns out eps also came from other GPS, but never made it to TPV. Regressions changed to show new eps data.
* driver_nmea0183 and more: Decode $PSRFEPE, and epd.Gary E. Miller2019-03-133-72/+72
| | | | | Turns out epd also came from SiRF, but never made it to TPV. Regressions changed to show new epd data.
* driver_nmea0183: Improve GxRMC to decode FAA Mode indicator.Gary E. Miller2019-03-086-24/+24
| | | | | This changed some regressions as TPV now has a "status" field it did not have before.
* Change NMEA mode setting, thus major changes in gpsd_error_model().Gary E. Miller2019-03-0762-1275/+1258
| | | | | | | | | | | | | | | | 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...
* myguide-3100: Note in test data the RMC/GSA oddity on fix status.Gary E. Miller2019-02-131-0/+3
|
* neo-8mt: Update test for now ignored GLONASS 255Gary E. Miller2019-02-071-24/+21
|
* tests: Add NEO-M8T regression that is Time only (Surveyed)Gary E. Miller2019-02-062-0/+180
|
* SiRFstarV: A $GNGSA was triggereing some hosts, not all.Gary E. Miller2019-02-052-78/+77
| | | | | Since the $GNGSA is in the middle of a line, it should be OK. But not.
* driver_nmea0183: Fix SiRFstarV in NMEA mode with last_gga_talkerGary E. Miller2019-02-041-72/+75
| | | | NMEA just keeps getting uglier and uglier...
* regresions: Add SiRFstarV NMEA. Shows $GNGSA issue.Gary E. Miller2019-02-042-0/+818
|
* 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-072-0/+0
| | | | | And the .chk file is blank because the Sirfstar V messages are undocumented by Qualcomm.
* Rebuild tests to address Savannah bug #52678...Eric S. Raymond2018-12-267-1525/+1525
| | | | ...Get 'scons check' to work with test/daemon/ntrip_sourcetable.log
* nmea0183: Use the pdop from GGA.Gary E. Miller2018-12-041-4/+4
|
* driver_skytraq: Fix bad decode of ecefvz. Add WIP raw decode.Gary E. Miller2018-11-291-9/+9
| | | | Raw decode commented out for now.
* driver_skytraq: Decode gnssID and svID.Gary E. Miller2018-11-281-9/+9
| | | | Now cgps will show the constellation ID.
* gpsrinex: Add C2C, L2C support. Update regressions to match.Gary E. Miller2018-11-122-78/+78
|
* GREIS: Add doppler to RAW.Gary E. Miller2018-11-111-39/+39
|
* GREIS: Add locktime to RAW, it is always LOCKMAX.Gary E. Miller2018-11-111-39/+39
| | | | For some reason GREIS does not report carrierphase slips.
* GREIS: Fix pseudoranges. Meters, not seconds.Gary E. Miller2018-11-101-39/+39
|
* GREIS: Fix regression for JSON RAW change.Gary E. Miller2018-11-101-0/+39
|
* RAW: Save space in the JSON. Data from GREIS.Gary E. Miller2018-11-101-21/+21
|
* GREIS: A different approach to RAW.Gary E. Miller2018-11-102-119/+1071
|
* GREIS: Add a regression test of raw messages.Gary E. Miller2018-11-102-0/+119
| | | | Of course gpsd ignores the raw for now.
* gpsutils: fix rounding error in unix_to_iso8601(), add/fix tests.Gary E. Miller2018-11-081-7/+7
| | | | | | | | | | 1541766896.999512 became "2018-11-09T12:34:56.000Z". Which sould be :57. The fractional seconds got rounded up, but the seconds did not get incremented to match. Added regression tests for unix_to_iso8601(). Reported by Peter Liu <greendice@me.com>.
* driver_ubx: Fix RAWX leapseconds and carrierphase.Gary E. Miller2018-11-061-230/+230
|
* rawdata: Add locktime field.Gary E. Miller2018-11-061-39/+39
| | | | So a client can see Carrier Phase slips.
* driver_ubx: Of course RINEX encoded SBAS svid their own way.Gary E. Miller2018-11-061-39/+39
|
* rawdata: change mtime from UTC to GPS.Gary E. Miller2018-11-051-39/+39
| | | | Oddly, gpsd clients to not know the current leap seconds.
* TPV: Add leapseconds to TPV JSON.Gary E. Miller2018-11-059-264/+264
| | | | Most current gpsd drivers do not report leap seconds.
* driver_ubx: Save leap seconds from RAWX.Gary E. Miller2018-11-051-230/+230
| | | | If valid.
* driver_ubx: reject cpMes if cpStdev <= 5.Gary E. Miller2018-11-051-39/+39
| | | | RTKLIB does this.
* rawdata: Add lli to JSON data, use NAN for invalid cpMeas and prMeasGary E. Miller2018-11-051-39/+39
|
* Add regressions test for bundg_zeus 9Oleg Roitburd2018-11-032-0/+10890
| | | | | | A marine GPS plus sensors. Signed-off-by: Gary E. Miller <gem@rellim.com>
* driver_ubx: RAWX rcvTow was off by 1,000.Gary E. Miller2018-10-301-39/+39
|
* Fix neo-m8t RAW regression test.Gary E. Miller2018-10-301-258/+258
|
* gpsd_json: Add freqid and obs (obs_code) to RAW message.Gary E. Miller2018-10-291-39/+39
|
* rawdata_t: Split mtime into time and nsec.Gary E. Miller2018-10-291-39/+39
| | | | And have to use t_real for mtime bacause json.c has no t_long type.