gpsd-commit-watch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-commit-watch] [SCM] GPSD branch, master, updated. dev-3.19a-659-gf


From: Gary E. Miller
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. dev-3.19a-659-gfacabfa
Date: Thu, 2 May 2019 22:19:12 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GPSD".

The branch, master has been updated
       via  facabfaa44bdb4d2c7c528f61de9cb963107312c (commit)
      from  2773697c812b55acf88269c01a0336d1a5d28fd4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit facabfaa44bdb4d2c7c528f61de9cb963107312c
Author: Gary E. Miller <address@hidden>
Date:   Thu May 2 19:11:48 2019 -0700

    driver_nmea0183: Enforce NMEA 4.0 type PRNs.
    
    Up until now, the PWN was whatever the GPS said it was.  With NMEA 4.10
    this is no longer sustainable.  The u-blox 9 defaults to NMEA 4.10, sort
    of.  It sometimes puts NMEA 4.0 PRNs into NMEA 4.10 sentences.
    
    Some people like to use both u-blox binary and NMEA sentences mixed
    together, so the time has come to enforce the PRN complies with
    NMEA 4.0 extended numbering.  Sadly this can not map exactly into
    u-blox numbering, but is a start.
    
    Fixing this uncovered other examples of non NMEA compliant sentences in
    the regressions.  So many regressions changed.  The most obvious
    change is that NMEA 4.0 puts the SBAS PRN in the range 33-64 and
    152-158, not 120-158 as u-blox does.

-----------------------------------------------------------------------

Summary of changes:
 driver_nmea0183.c                      | 213 ++++++++++++++++++++++++------
 test/daemon/ac12.log.chk               |  14 +-
 test/daemon/ac12_binary.log.chk        | Bin 9777 -> 9767 bytes
 test/daemon/beidou-bd.log.chk          |   4 +-
 test/daemon/beidou-gb.log.chk          |  10 +-
 test/daemon/bt-q818.log.chk            |  20 +--
 test/daemon/ch-4701.log.chk            |   8 +-
 test/daemon/ch-4711.log.chk            |   6 +-
 test/daemon/foretrex-201.log.chk       |  22 ++--
 test/daemon/garmin17n.log.chk          |   2 +-
 test/daemon/hab-gpspi.log.chk          |   8 +-
 test/daemon/isync.log.chk              |  24 ++--
 test/daemon/mt3339.log.chk             |  12 +-
 test/daemon/polarx2.log.chk            |  10 +-
 test/daemon/skytraq-dgps.log.chk       |  66 +++++-----
 test/daemon/skytraq-fix.log.chk        |   6 +-
 test/daemon/skytraq-fixB.log.chk       |   6 +-
 test/daemon/tcp-test.log.chk           |   2 +-
 test/daemon/tcp-torture.log.chk        |   2 +-
 test/daemon/tr737A+.log.chk            |  16 +--
 test/daemon/ublox-8.log.chk            | 146 ++++++++++-----------
 test/daemon/ublox-lea-4h.log.chk       |   6 +-
 test/daemon/ublox-lea-5h.log.chk       |  10 +-
 test/daemon/ublox-zed-f9p-nmea.log.chk | 232 ++++++++++++++++-----------------
 test/daemon/udp-test.log.chk           |   2 +-
 25 files changed, 493 insertions(+), 354 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

[Prev in Thread] Current Thread [Next in Thread]