summaryrefslogtreecommitdiff
path: root/test/daemon/greis-reset.log.chk
Commit message (Collapse)AuthorAgeFilesLines
* timebase: Rollback 2037+ dates to GPS eopch 1.Gary E. Miller2019-04-241-116/+116
| | | | | | | | | | | Dates past 18-Jan-2038 break 32-bit time_t, and are a while off from now. So roll the GPS epoch back to 1 when week is past week 968 in epoch 2 (late in 2037). This fixes one GREIS regression, and allows the rollback of two more to their correct date. All regressions now pass again. Until 2037...
* GREIS regressions: Update for GPS rollover.Gary E. Miller2019-04-131-116/+116
| | | | | The GPS Roll over puts the times in the current epoch. Nothing to worry about.
* driver_greis: Remove epx/epy computation. Do in gpsd_model_error().Gary E. Miller2019-03-261-176/+176
| | | | Wow, all these various computations of epx/epy, all different...
* Split epe into eph and sep.Gary E. Miller2019-03-221-89/+89
| | | | | | | | Try to do it with forward and backward compatibility, which is challenging with current miscojson. Sometimes epe was used to 2D estimated erro. Sometimes for 3D error. So make it explicit eph is 2D, and sep is 3D.
* gpsd_json: epe now in the JSON.Gary E. Miller2019-03-151-89/+89
| | | | Odd that it was never there before...
* pseudonmea: Tweak when $GPGBS is output.Gary E. Miller2019-03-141-2/+0
| | | | Require time, epx and epy. Optional epv.
* pseudonmea: Renable no-time $GPGBS. This time w/o zeros.Gary E. Miller2019-03-131-0/+2
| | | | Ouput time as blank.
* psuedonmea: Make $GPGBS match NMEA 3.0 specGary E. Miller2019-03-131-89/+87
|
* Rebuild tests to address Savannah bug #52678...Eric S. Raymond2018-12-261-741/+741
| | | | ...Get 'scons check' to work with test/daemon/ntrip_sourcetable.log
* GREIS: Add gnssid:svid to skyview.Gary E. Miller2018-09-191-89/+89
| | | | The GREIS->gnssid:svid looks different than the u-blox->gnssid:svid.
* gps.h: remove wrong SBAS_PRN()Gary E. Miller2018-09-191-89/+89
| | | | | This macro was wrong, and causing valid sats to not be included in the COP calculations.
* Add GREIS (Javad) GPS driver.Gregory Fong2018-07-291-0/+741
All functional changes inside "#ifdef GREIS_ENABLE" Includes new regression tests. All regressions tests pass. Developed by Gregory Fong, with help and support from Virgin Orbit. Signed-off-by: Gary E. Miller <gem@rellim.com>