Commit 3992f3bd authored by garciay's avatar garciay
Browse files

Change GeoAnycastHeader.reserved2 field length from UInt24 into UInt16

parent 80610beb
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -249,7 +249,7 @@ module LibItsGeoNetworking_TypesAndValues {
                UInt16          distanceA,
                UInt16          distanceA,
                UInt16          distanceB,
                UInt16          distanceB,
                UInt16          angle,
                UInt16          angle,
                UInt24          reserved2
                UInt16          reserved2
            }
            }
            
            
            /**
            /**