Commit 65bd0982 authored by berge's avatar berge
Browse files

Fixed definition of geoAnycastHeader: some fields are signed!

parent 42c696d7
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -251,8 +251,8 @@ module LibItsGeoNetworking_TypesAndValues {
                Lifetime        lifetime,
                Lifetime        lifetime,
                UInt8           reserved,
                UInt8           reserved,
                LongPosVector   srcPosVector,
                LongPosVector   srcPosVector,
                UInt32          geoAreaPosLatitude,
                Int32           geoAreaPosLatitude,
                UInt32          geoAreaPosLongitude,
                Int32           geoAreaPosLongitude,
                UInt16          distanceA,
                UInt16          distanceA,
                UInt16          distanceB,
                UInt16          distanceB,
                UInt16          angle,
                UInt16          angle,