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. release-3.17-247


From: Gary E. Miller
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.17-247-g0711df2
Date: Thu, 20 Sep 2018 00:00:17 -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  0711df2be32e51a64d1e4dcef5e427412344d38a (commit)
       via  6dd156e2c7c9d60109b1e86e583ef9bb570e3701 (commit)
       via  d153889ef8d08d8715abc9a9ed7dbb28c924aefe (commit)
       via  90fb12f5770aee8a96650f518ce1564262fc2c42 (commit)
       via  e3a4e01668b2f50fa6b8a7ed11fe9d1a2c9a19f1 (commit)
       via  4126514c1b4f07cbd05baf923744de47db2745a1 (commit)
       via  7c8ea9cbcb27790947f758a7c73a108b1c21bfb0 (commit)
       via  c37d624b1aff697a04d7c8fa7a526224975a3f96 (commit)
       via  b020a079842d9f7547f2bf7655f62bb94f377a72 (commit)
       via  1ec18702871f805c87a9534f6ed20806caaa4467 (commit)
       via  77c19c5f519616f6b82fc7e6d64d918a785f9ba4 (commit)
      from  ea669eea5b814a30dc1081d18cf84aa066e74428 (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 0711df2be32e51a64d1e4dcef5e427412344d38a
Author: Gary E. Miller <address@hidden>
Date:   Wed Sep 19 20:59:34 2018 -0700

    xpgs: Use gnssid:svid.  GNSS type in list, different shapes.

commit 6dd156e2c7c9d60109b1e86e583ef9bb570e3701
Author: Gary E. Miller <address@hidden>
Date:   Wed Sep 19 20:17:59 2018 -0700

    cgps: Display gnssid as text if possible.

commit d153889ef8d08d8715abc9a9ed7dbb28c924aefe
Author: Gary E. Miller <address@hidden>
Date:   Wed Sep 19 20:17:26 2018 -0700

    libgps_json: minor style tweak, line up columns.

commit 90fb12f5770aee8a96650f518ce1564262fc2c42
Author: Gary E. Miller <address@hidden>
Date:   Wed Sep 19 19:26:58 2018 -0700

    driver_ubx: Add missing SBAS to gnssid:svid.
    
    rebuild regression tests.

commit e3a4e01668b2f50fa6b8a7ed11fe9d1a2c9a19f1
Author: Gary E. Miller <address@hidden>
Date:   Wed Sep 19 19:15:04 2018 -0700

    GREIS: Add gnssid:svid to skyview.
    
    The GREIS->gnssid:svid looks different than the u-blox->gnssid:svid.

commit 4126514c1b4f07cbd05baf923744de47db2745a1
Author: Gary E. Miller <address@hidden>
Date:   Wed Sep 19 18:44:40 2018 -0700

    gps.h: remove wrong SBAS_PRN()
    
    This macro was wrong, and causing valid sats to not be included in
    the COP calculations.

commit 7c8ea9cbcb27790947f758a7c73a108b1c21bfb0
Author: Gary E. Miller <address@hidden>
Date:   Wed Sep 19 18:26:48 2018 -0700

    gps.h: remove unused, and wrong, macros.
    
    GPS_PRN(), GBAS_PRN() and GNSS_PRN() were wishful thinking
    and enver used.

commit c37d624b1aff697a04d7c8fa7a526224975a3f96
Author: Gary E. Miller <address@hidden>
Date:   Wed Sep 19 18:18:23 2018 -0700

    libgps_json: Decode gnssid:svid in SKY.
    
    Also fix a bunch of memset() nits.

commit b020a079842d9f7547f2bf7655f62bb94f377a72
Author: Gary E. Miller <address@hidden>
Date:   Wed Sep 19 16:33:26 2018 -0700

    gpsd_json.c: Add gnssid:svid to SKY.
    
    Update regression tests for new values.

commit 1ec18702871f805c87a9534f6ed20806caaa4467
Author: Gary E. Miller <address@hidden>
Date:   Wed Sep 19 16:24:48 2018 -0700

    driver_ubx: fill in skyview the gnssid:svid from PRN

commit 77c19c5f519616f6b82fc7e6d64d918a785f9ba4
Author: Gary E. Miller <address@hidden>
Date:   Wed Sep 19 15:53:24 2018 -0700

    gps.h: PRN is a mess, add gnssid:svid.
    
    INCOMPATIBLE CHANGE!
    
    No two GPS encode PRN the same way, so be more explicit about
    constellation and PRN within the constellation.

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

Summary of changes:
 cgps.c                           |  44 ++++++++--
 driver_greis.c                   |  40 ++++++++-
 driver_sirf.c                    |   2 +-
 driver_ubx.c                     |  58 +++++++++++--
 gps.h                            |  38 +++++----
 gpsd_json.c                      |  19 +++--
 libgps_json.c                    |  25 +++---
 libgpsd_core.c                   |   4 +-
 test/daemon/greis-binary.log.chk |  88 +++++++++----------
 test/daemon/greis-reset.log.chk  | 178 +++++++++++++++++++--------------------
 test/daemon/greis-test.log.chk   |  72 ++++++++--------
 test/daemon/greis-test2.log.chk  |  20 ++---
 test/daemon/isync.log.chk        |  44 +++++-----
 test/daemon/ublox-8-time.log.chk |  18 ++--
 test/daemon/ublox-aek-4t.log.chk |  12 +--
 test/daemon/ublox-lea-4h.log.chk |  10 +--
 test/daemon/ublox-lea-4t.log.chk |   4 +-
 xgps                             | 137 ++++++++++++++----------------
 18 files changed, 464 insertions(+), 349 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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