summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2018-12-26 11:18:02 -0500
committerEric S. Raymond <esr@thyrsus.com>2018-12-26 11:18:02 -0500
commit5144e1c3c1408cb5edf987e26073eab55ef24507 (patch)
tree180a3caa66dbb3f00d584e000c36266615f26190 /gps.h
parentc0c0e53d7fe400cde49398bdcce024fb9eb1d51b (diff)
downloadgpsd-5144e1c3c1408cb5edf987e26073eab55ef24507.tar.gz
Address Savannah bug #44951: Missing sequence ID fields in AIS Type 7 and 13...
...messages - AIVDM.txt
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h4
1 files changed, 4 insertions, 0 deletions
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 */