Commit 0bf6f228 authored by garciay's avatar garciay
Browse files

Add support of empty IUT's node table

parent 792eb97d
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -606,6 +606,10 @@ module LibItsGeoNetworking_TypesAndValues {
                    UInt2       altitudeAccuracy
                }
                
                type record AcGnResponseFailure {
                    boolean     failure
                }
            
                /**
                 * @desc Identifies the header type and the header subtype for Location Service LS.
                 * @member headerType
@@ -1021,7 +1025,7 @@ module LibItsGeoNetworking_TypesAndValues {
         */
        type union AcGnResponse {
            LongPosVector getLongPosVector,
            boolean failure
            AcGnResponseFailure failure
        }
        
        /**