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.11-181


From: Eric S. Raymond
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.11-181-g2ab8763
Date: Thu, 08 Jan 2015 19:42:09 +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  2ab876371ec089b7529301beb0f424fe6196b81a (commit)
      from  f2cd74637bbe156a11acad627386154d67b89115 (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 2ab876371ec089b7529301beb0f424fe6196b81a
Author: Ahti Heinla <address@hidden>
Date:   Thu Jan 8 14:34:54 2015 -0500

    Fix RTCM2 detection in packet.c
    
    Regression tests pass.
    
    Author's notes:
            RTCM2 support seems to be practically broken, if the stream
    frequently includes the 0x40 byte. This byte causes packet.c to
    temporarily think it is an AT1 stream, and stop calling rtcm2_decode()
    while it thinks so.
    
            I have an RTCM stream from station id 0, and this particular 
station ID
    causes the 0x40 byte to appear in virtually every RTCM message, so for that
    stream, I have to wait through hundreds of RTCM messages before it is
    positively identified and RTCM decoding starts to work.
    
            Patch attached, works for me.

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

Summary of changes:
 packet.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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