summaryrefslogtreecommitdiff
path: root/driver_ubx.c
Commit message (Expand)AuthorAgeFilesLines
* driver_ubx: Comment UBX-NAV-SAT does not have sigid.Gary E. Miller2019-05-201-0/+1
* driver_ubx: Another attempt to untangle sigId's.Gary E. Miller2019-05-081-13/+23
* driver_ubx: Another RAWX decode fix.Gary E. Miller2019-05-061-2/+2
* driver_ubx: Improve RXM-RAWX decode for u-blox 9.Gary E. Miller2019-05-061-7/+85
* driver_ubx: Separate ubx and NMEA PRNs.Gary E. Miller2019-05-031-118/+207
* driver_ubx: Enable UBX-NAV-EOE if protver >= 18 with gpsctl -bGary E. Miller2019-04-231-1/+23
* driver_ubx: Delete reset on exit.Gary E. Miller2019-04-231-10/+5
* driver_ubx: Cleanup HPPPOSxx and POSxx decodes.Gary E. Miller2019-04-231-30/+57
* driver_ubx: UBX-NAV-PVT was using height above ellipsoid, not MSL.Gary E. Miller2019-04-231-1/+1
* driver_ubx: More complete decode of UBX-NAV-POSLLH.Gary E. Miller2019-04-221-2/+12
* driver_ubx: Initial support for UBX-NAV-HPPOSLLH.Gary E. Miller2019-04-221-1/+30
* driver_ubx: Add decode for UBX-NAV-HPPOSECEF.Gary E. Miller2019-04-221-1/+41
* driver_ubx: Improve comment on UBX-NAV-EOEGary E. Miller2019-04-221-6/+1
* driver_ubx: Change cycle ender to use iTOW.Gary E. Miller2019-04-221-9/+8
* driver_ubx: Fix text formatting. UBX_NAV -> UBX-NAV.Gary E. Miller2019-04-221-98/+106
* driver_ubx: Use the new ubx.iTOW variable. No functional changes.Gary E. Miller2019-04-221-23/+28
* driver_ubx: Fix minor TOW calc in UBX-NAV-SOL.Gary E. Miller2019-04-221-11/+16
* driver_ubx: Improve comments about UBX-NAV-EOEGary E. Miller2019-04-181-4/+6
* driver_ubx: Add NAV-SIG decode, fix NAV-HPPOSECEF -HPPOSLLHGary E. Miller2019-04-151-0/+3
* driver_ubx: Use protver when deciding signals to en/disable.Gary E. Miller2019-04-131-16/+79
* driver_ubx: Working cycle end detection.Gary E. Miller2019-04-131-5/+33
* ubxtool: Add end of cycle detection.Gary E. Miller2019-04-121-1/+14
* driver_ubx: Add ubx.protver, and more, to gps_device_t.Gary E. Miller2019-04-121-4/+14
* driver_ubx: Force report on UBX-NAV-PVT. +new comments.Gary E. Miller2019-04-121-5/+12
* diver_ubx: No point sending UBX-CFG-SBAS, u-blox 9 does not support.Gary E. Miller2019-04-121-14/+3
* driver_ubx: More UBX-NAVB-PVT cleanup.Gary E. Miller2019-04-121-13/+15
* driver_ubx: UBX-NAV-PVT was not setting enough flags.Gary E. Miller2019-04-121-2/+15
* driver_ubx: Be consisent on message length checking.Gary E. Miller2019-04-121-29/+89
* gps.h: Add qErr to gps_fix_t.Gary E. Miller2019-04-051-0/+6
* driver_ubx: Initial decode for UBX-TIM-TP.Gary E. Miller2019-04-041-4/+40
* gpsd_error_model(): be more consistent with HERR_SET.Gary E. Miller2019-03-261-1/+1
* driver_ubx: Stop computing epx/epy, let gpsd_error_model() do it.Gary E. Miller2019-03-261-19/+17
* VERR_SET: Removed flag from daemon. No regressions changed.Gary E. Miller2019-03-251-2/+1
* driver_ubx: Ignore GLONASSA with PRN 255.Gary E. Miller2019-02-071-3/+2
* driver_ubx: Report GOODTIME_IS if UBX-NAV-SOL says to.Gary E. Miller2019-02-061-6/+1
* driver_ubx: UBX-NAV-SOL uses new status values.Gary E. Miller2019-02-061-3/+16
* driver_ubx: 2nd try at getting ACK/NAK right.Gary E. Miller2019-01-181-2/+4
* driver_ubx: Fix ACK and NAK.Gary E. Miller2019-01-181-8/+10
* driver_ubx: Enable UBX-NAV-TIMELS, cleanup logging.Gary E. Miller2019-01-181-13/+13
* driver_ubx: remove another chunk if UNUSED, and duplicate, code.Gary E. Miller2019-01-181-10/+0
* driver_ubx: Remove a chunk of UNUSED code. Make one chunk used.Gary E. Miller2019-01-181-50/+10
* driver_usb: teensy weensy typo correctionWilliam Smith2019-01-181-1/+1
* driver_ubx: Add decode for UBX-NAXV-TIMELSJohn Klug2019-01-171-1/+113
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
* driver_ubx: Fix RAWX leapseconds and carrierphase.Gary E. Miller2018-11-061-3/+3
* rawdata: Add locktime field.Gary E. Miller2018-11-061-0/+1
* driver_ubx: Of course RINEX encoded SBAS svid their own way.Gary E. Miller2018-11-061-2/+5
* rawdata: change mtime from UTC to GPS.Gary E. Miller2018-11-051-2/+4
* TPV: Add leapseconds to TPV JSON.Gary E. Miller2018-11-051-0/+1
* driver_ubx: Save leap seconds from RAWX.Gary E. Miller2018-11-051-0/+5