From 5144e1c3c1408cb5edf987e26073eab55ef24507 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 26 Dec 2018 11:18:02 -0500 Subject: Address Savannah bug #44951: Missing sequence ID fields in AIS Type 7 and 13... ...messages - AIVDM.txt --- gps.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gps.h') diff --git a/gps.h b/gps.h index ca31f326..cfafc341 100644 --- a/gps.h +++ b/gps.h @@ -1236,9 +1236,13 @@ struct ais_t /* Type 7 - Binary Acknowledge */ struct { unsigned int mmsi1; + unsigned int seqno1; unsigned int mmsi2; + unsigned int seqno2; unsigned int mmsi3; + unsigned int seqno3; unsigned int mmsi4; + unsigned int seqno4; /* spares ignored, they're only padding here */ } type7; /* Type 8 - Broadcast Binary Message */ -- cgit v1.2.1