summaryrefslogtreecommitdiff
path: root/test/daemon/ublox-neo-m8n.log
Commit message (Collapse)AuthorAgeFilesLines
* Support UBX NAV-PVTClark Li2017-09-191-0/+0
| | | | | | | NAV-SOL has only been retained for backwards compatibility; users are recommended to use the UBX-NAV-PVT message in preference. A regression test case using ublox-neo-m8n is also added.
* Revert "Support UBX NAV-PVT"Gary E. Miller2017-09-051-0/+0
| | | | | | | | | This reverts commit 22a020ec1c2bc85eff681ecacc6d2bb79fdddc9c. This commit broke PPS on uBlox. PPS would flip from offset 0 to offset -1, and back, every few minutes. Also stray characters (^M) in the log files.
* Support UBX NAV-PVTClark Li2017-08-071-0/+0
NAV-SOL has only been retained for backwards compatibility; users are recommended to use the UBX-NAV-PVT message in preference. A regression test case using ublox-neo-m8n is also added. Also fix the checking on valid flags of iTOW and fTOW and process fTOW whose range is +-500us. Update test/dae/ublox-aek-4t.log.chk accordingly. Signed-off-by: Clark Li <clark.li@cohdawireless.com> Signed-off-by: Fred Wright <fw@fwright.net>