summaryrefslogtreecommitdiff
path: root/test/daemon/greis-test2.log.chk
Commit message (Collapse)AuthorAgeFilesLines
* gpsd_json: Filter out PRN from SKY w/o Elevation and AzimuthGary E. Miller2019-05-061-10/+10
| | | | | | | NMEA says to not report bad elevation and azimuth, so follow that advice. This only affects some u-blox 8 binary, and one odd GREIS regression.
* timebase: Rollback 2037+ dates to GPS eopch 1.Gary E. Miller2019-04-241-11/+11
| | | | | | | | | | | 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-11/+11
| | | | | The GPS Roll over puts the times in the current epoch. Nothing to worry about.
* pseudonmea: remove bad sats from $GPGSV output.Gary E. Miller2019-03-201-20/+10
|
* pseudonmea: In $GPGSV, ouput missing PRN as blanks, not zeros.Gary E. Miller2019-03-131-10/+10
|
* Change NMEA mode setting, thus major changes in gpsd_error_model().Gary E. Miller2019-03-071-1/+1
| | | | | | | | | | | | | | | | 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...
* Rebuild tests to address Savannah bug #52678...Eric S. Raymond2018-12-261-42/+42
| | | | ...Get 'scons check' to work with test/daemon/ntrip_sourcetable.log
* GREIS: Add gnssid:svid to skyview.Gary E. Miller2018-09-191-10/+10
| | | | The GREIS->gnssid:svid looks different than the u-blox->gnssid:svid.
* Add GREIS (Javad) GPS driver.Gregory Fong2018-07-291-0/+42
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>