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.7-126-


From: Eric S. Raymond
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.7-126-gfccb36a
Date: Tue, 15 Jan 2013 12:00:35 +0000

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  fccb36a8cc93990b22e0c4bdbd264e4d3a885e5d (commit)
      from  41bb842a07e24c074c30f4d169292b72eea49115 (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 fccb36a8cc93990b22e0c4bdbd264e4d3a885e5d
Author: Eric S. Raymond <address@hidden>
Date:   Tue Jan 15 06:52:23 2013 -0500

    Do *not* clear DOPs every time a satellite picture comes from the receiver.
    
    Required a regression-test rebuild.
    
    The immediate reason for this was Savannah bug bug #37810:
    satellites_used always zero via gpsd socket with multi nmea GSA/GSV. As the
    user reporting said:
    
    The "satellites_used" field in a "struct gps_data_t" filled in by
    "gps_read" is always returning zero.
    
    This module emits GNGSA messages in a group of three. My information
    is that the first GNGSA pertains to GPS, second to GLONASS, third to
    QZSS. It also emits GSV messages using talker id's GL,GP,QZ.
    
    The larger point is that DOPs are likely to be valid for longer than
    a GSV reporting cycle; they change only slowly as the actual sat
    configuration does.  So it makes sense to retain them.

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

Summary of changes:
 libgpsd_core.c                                   |    8 +
 test/daemon/GPSmap-76S.log.chk                   |   24 +-
 test/daemon/ac12.log.chk                         |   26 +-
 test/daemon/ac12_binary.log.chk                  |  Bin 53463 -> 55695 bytes
 test/daemon/blumax-gps009.log.chk                |   30 +-
 test/daemon/bn-9015.log.chk                      |  198 +-
 test/daemon/bt-q818.log.chk                      |  110 +-
 test/daemon/bt451.log.chk                        |  610 +++---
 test/daemon/bu303-climbing.log.chk               |  156 +-
 test/daemon/bu303-moving.log.chk                 |  130 +-
 test/daemon/bu303-nofix.log.chk                  |   12 +-
 test/daemon/bu303-stillfix.log.chk               |   20 +-
 test/daemon/bu303b-nofix.log.chk                 |   12 +-
 test/daemon/ch-4701.log.chk                      |  506 +++---
 test/daemon/ch-4711.log.chk                      |   84 +-
 test/daemon/com-1289.log.chk                     |  232 +-
 test/daemon/eXplorist210.log.chk                 |    8 +-
 test/daemon/et-332.log.chk                       |   90 +-
 test/daemon/foretrex-201.log.chk                 |   12 +-
 test/daemon/garmin-10x.log.chk                   |  134 +-
 test/daemon/garmin-geko201.log.chk               |   36 +-
 test/daemon/garmin25lp.log.chk                   |   58 +-
 test/daemon/garmin38.log.chk                     |   10 +-
 test/daemon/garmin48.log.chk                     |   26 +-
 test/daemon/geos-1m.log.chk                      |  898 ++++----
 test/daemon/gp-320fw-2019-03-28.log.chk          |   60 +-
 test/daemon/gp-320fw-2019-04-06-overflow.log.chk |   64 +-
 test/daemon/gp-320fw-2019-04-07-coldboot.log.chk |   14 +-
 test/daemon/gps-360.log.chk                      |  116 +-
 test/daemon/gpslim236.log.chk                    |  104 +-
 test/daemon/haicom-305N.log.chk                  |  188 +-
 test/daemon/holux-gm-210.log.chk                 |    4 +-
 test/daemon/iTrek.log.chk                        |   64 +-
 test/daemon/italk-binary.log.chk                 |   72 +-
 test/daemon/magellan315.log.chk                  |   10 +-
 test/daemon/mtk-3301.log.chk                     |   12 +-
 test/daemon/mtk-3329.log.chk                     |    8 +-
 test/daemon/myguide-3100.log.chk                 |  208 +-
 test/daemon/nd-1005.log.chk                      |  142 +-
 test/daemon/nl402u.log.chk                       |  122 +-
 test/daemon/nl551e.log.chk                       |  144 +-
 test/daemon/nokia-ld-4w.log.chk                  |  108 +-
 test/daemon/oncore.log.chk                       |   12 +-
 test/daemon/pharos-360.log.chk                   |  116 +-
 test/daemon/polarx2.log.chk                      |   10 +-
 test/daemon/rgm3800.log.chk                      |    8 +-
 test/daemon/sl869.log.chk                        | 2430 +++++++++++-----------
 test/daemon/superstar2.log.chk                   |  446 ++--
 test/daemon/tn204.log.chk                        |   12 +-
 test/daemon/tomtom-mkII.log.chk                  |    2 +-
 test/daemon/tr737A+.log.chk                      |  812 ++++----
 test/daemon/uBlox-aek-4t.log.chk                 |   70 +-
 test/daemon/uBlox-lea-4h.log.chk                 |  118 +-
 test/daemon/uBlox-lea-4s.log.chk                 |   10 +-
 test/daemon/uBlox-lea-4t.log.chk                 |  212 +-
 test/daemon/uBlox-lea-5h.log.chk                 |  234 ++--
 test/daemon/uBlox-sirf1.log.chk                  |   82 +-
 test/daemon/venus634lp.log.chk                   |  358 ++--
 58 files changed, 4905 insertions(+), 4897 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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