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.15-54-


From: Jon Schlueter
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.15-54-gee67d00
Date: Thu, 08 Oct 2015 01:19:53 +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  ee67d00957fa58527f33cd1772ae8c05c317db15 (commit)
       via  ac257bab48e1dc29a3a837286fb4fcfd71e02aaf (commit)
      from  858296bb928370c4ec074e4844cd85cf95aa2cb0 (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 ee67d00957fa58527f33cd1772ae8c05c317db15
Author: Jon Schlueter <address@hidden>
Date:   Tue Oct 6 05:30:58 2015 -0400

    Add ais-nmea-sample data file to regression tests
    
    only initial simple chk file generated
    
    this was a sample file from AISHub
    http://www.aishub.net/nmea-sample.php
    
    There are known warning/errors coming out of driver_ais
    
    These are areas of the ais where bugs might be lurking.
    
    Will be addressed in following patches

commit ac257bab48e1dc29a3a837286fb4fcfd71e02aaf
Author: Jon Schlueter <address@hidden>
Date:   Wed Oct 7 20:47:31 2015 -0400

    better handling of type 6 unhandled FID entries
    
    When there are unknown FID values in type 6 messages for DAC values that
    have some known FIDs (DAC 200, 235 and 250), the data is not read (and
    thus printed as all zeros). I have added some example AIVDM messages
    which exhibit this problem, some that did not have the problem in the
    existing version and a patch for the problem.
    
    Added sample
    
    !AIVDM,1,1,,A,601uEPprEH2@<P<j00,4*32
    
-{"class":"AIS","device":"stdin","type":6,"repeat":0,"mmsi":2053507,"scaled":true,"seqno":2,"dest_mmsi":244670500,"retransmit":false,"dac":200,"fid":3,"data":"16:0000"}
    
+{"class":"AIS","device":"stdin","type":6,"repeat":0,"mmsi":2053507,"scaled":true,"seqno":2,"dest_mmsi":244670500,"retransmit":false,"dac":200,"fid":3,"data":"16:3200"}
    
    adjusted loop logic to allow it to continue to process other types
    
    Identified by:      Stefan Roels <address@hidden>

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

Summary of changes:
 driver_ais.c                        |    2 -
 test/daemon/ais-nmea-sample.log     |85199 ++++++++++++++++++
 test/daemon/ais-nmea-sample.log.chk |167711 +++++++++++++++++++++++++++++++++++
 test/sample.aivdm                   |    3 +
 test/sample.aivdm.chk               |    1 +
 test/sample.aivdm.js.chk            |    1 +
 test/sample.aivdm.ju.chk            |    1 +
 7 files changed, 252916 insertions(+), 2 deletions(-)
 create mode 100644 test/daemon/ais-nmea-sample.log
 create mode 100644 test/daemon/ais-nmea-sample.log.chk


hooks/post-receive
-- 
GPSD



reply via email to

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