summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gpsutils.c: Fix strlcpy() missing prototype warning.HEADmasterGary E. Miller2019-06-121-1/+2
|
* Android HAL: update timestamp reported to frameworks in car modeAdam Serbinski2019-05-301-0/+1
| | | | Signed-off-by: Gary E. Miller <gem@rellim.com>
* Android HAL/sepolicy: maintenanceAdam Serbinski2019-05-302-1/+3
| | | | | | AOSP's sepolicy changed a little, adjust to it. Signed-off-by: Gary E. Miller <gem@rellim.com>
* ubxtool: Cleanup UBX-CFG-NAVX5.Gary E. Miller2019-05-291-7/+37
|
* ubxtool: Cleanup UBX-CFG-NAV5 decode.Gary E. Miller2019-05-291-14/+51
|
* ubxtool: Cleaup UBX-CFG-ANTGary E. Miller2019-05-291-2/+2
|
* ubxtool: Cleanup UBX-NAV-CLOCKGary E. Miller2019-05-291-2/+1
|
* ubxtool: Cleanup UBX-NAV-DGPSGary E. Miller2019-05-291-10/+18
|
* ubxtool: Cleanup: UBX-CFG-GNSS, tweak UBX-NAV-SBASGary E. Miller2019-05-291-53/+39
|
* ubxtool: Cleanup UBX-NAV-SBASGary E. Miller2019-05-291-7/+3
|
* ubxtool: Cleanup UBX-NNAV-SATGary E. Miller2019-05-291-42/+57
|
* ubxtool: Cleanup UBX-NAV-POSLLHGary E. Miller2019-05-291-2/+2
|
* ubxtool: Cleanup UBX-NAV-DOP and -EOE.Gary E. Miller2019-05-291-5/+3
|
* ubxtool: Cleanup UBX-NAV-VELECEF and -VELNED decodesGary E. Miller2019-05-291-3/+3
|
* ubxtool: Cleaup UBX-NAV-POSECEF and -HPPOSECEF decodes.Gary E. Miller2019-05-291-3/+4
|
* ubxtool: Add poll UBX-NAV-PVT, cleanup decode.Gary E. Miller2019-05-291-19/+63
|
* ubxtool: Add poll, and cleanup UBX-NAV-SOLGary E. Miller2019-05-291-23/+33
|
* ubxtool: Fix TIM-TIM, TIM-TP2 commentsGary E. Miller2019-05-291-2/+2
|
* ubxtool: Cleapup UBX-NAV-TIMEUTC decodeGary E. Miller2019-05-291-28/+24
|
* ubxtool: Cleanup UBX-CFG-TIMELS decode.Gary E. Miller2019-05-291-4/+35
|
* ubxtool: Cleaup decodes of UBX-NAV-TIMExxxGary E. Miller2019-05-291-38/+29
|
* ubxtool: Cleanup UBX-NAV-SBAS decode.Gary E. Miller2019-05-291-15/+39
| | | | | Sadly SBAS messages are defined by non-free standards and thus badly defined.
* ubxtool: Improve UBX-CFG-SBAS decode.Gary E. Miller2019-05-291-2/+67
|
* ubxtool: Add UBX-NAV-SBAS poll.Gary E. Miller2019-05-281-0/+3
|
* ubxtool: Adjust verbosity.Gary E. Miller2019-05-281-3/+2
|
* ubxtool: Clean up UBX-CFG-TP5.Gary E. Miller2019-05-281-32/+72
|
* xgps: Exclude unknown-position sats from skyview (again).Fred Wright2019-05-281-0/+10
| | | | | | | | | | | This fix, first added in commit 9af0ab644, was inappropriately removed by commit 6e2842d3e. It now has a more detailed comment explaining why it's not redundant with the other filtering. TESTED: Ran xgps against data from three Navika-100 receivers, and verified that the SBAS satellites are no longer inappropriately shown at the "north point".
* ubxtool: Handle invalid speed better.Gary E. Miller2019-05-281-1/+7
|
* ubxtool: Add poll and decode of CFG-SMGR and MON-SMGRGary E. Miller2019-05-281-23/+64
| | | | No way to test...
* ubxtool: Improve UBX-RCM-RAWX decode.Gary E. Miller2019-05-281-6/+7
|
* ubxtool: Add decode for UBX-RXM-RLMGary E. Miller2019-05-281-1/+24
| | | | No way to test w/o a SAR report being broadcast...
* ubxtool: Add decode for CFG-RXM-RTCM.Gary E. Miller2019-05-281-1/+14
| | | | No way to poll, happens on RTCM input.
* ubxtool: Improve UBX-CFG-PMS decode.Gary E. Miller2019-05-281-12/+14
|
* ubxtool: Add decode for UBX-CFG-DGNSS.Gary E. Miller2019-05-281-1/+21
| | | | COuld not get poll to work.
* ubxtool: Add poll and decode for UBX-CFG-RINVGary E. Miller2019-05-271-1/+27
|
* ubxtool: Add poll and decode of UBX-CFG-ODO.Gary E. Miller2019-05-271-1/+40
|
* ubxtool: Add poll and decode for UBX-CFG-NMEA.Gary E. Miller2019-05-271-4/+86
|
* ubxtool: Add poll and decode UBX-CFG-RATEGary E. Miller2019-05-271-1/+28
|
* ubxtool: Add poll and decode for UBX-CFG-INF.Gary E. Miller2019-05-271-2/+39
| | | | Not as verbose as it could be...
* ubxtool: Add poll and decode for UBX-MON-RF.Gary E. Miller2019-05-271-1/+56
|
* ubxtool: Add poll and decode of MON-PATCHGary E. Miller2019-05-271-1/+41
|
* ubxtool: Add poll and decode for UBX-MON/TXBUF.Gary E. Miller2019-05-271-9/+33
| | | | Also, line up MSGPP and RXBUF.
* ubxtool: Add decode for UBX-MON-RXR. No way to poll.Gary E. Miller2019-05-271-1/+14
|
* ubxtool: Add polld and decode for UBX-MON-RXBUFGary E. Miller2019-05-271-5/+29
|
* ubxtool: Add poll and decode for UBX-MON-MSGPPGary E. Miller2019-05-271-1/+23
|
* Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gpsdGary E. Miller2019-05-273-9/+22
|\
| * Update documentation on the 2019 GPS week rolloverSanjeev Gupta2019-05-273-9/+22
| | | | | | | | | | | | Also pulled in Gary's commit 41141c03a into NMEA.adoc Signed-off-by: Gary E. Miller <gem@rellim.com>
* | ubxtool: More subframe tweaks.Gary E. Miller2019-05-251-15/+57
|/ | | | | The ALmanac and Ephemeris seem consistent, but how to check the data?
* ubxtool: en-/dis-able RAWX now affects RAW on older devices.Gary E. Miller2019-05-251-4/+10
| | | | Protver 14 and below used UBX-RXM-RAW, after it uses RAWX.
* ubxtool: Add en-/dis-able of RXM-SFRB/RXM-SFRBX messages.Gary E. Miller2019-05-251-0/+16
| | | | Only on the more expensive u-blox variants.