Commit 19464dc3 authored by tepelmann's avatar tepelmann
Browse files

UtGnEventInd holds the payload now instead of the whole GN packet.

parent f339cd9d
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -993,7 +993,8 @@ module LibItsGeoNetworking_TypesAndValues {
         * @desc Upper Tester message to check Upper Layer message transmission on GN IUT 
         * @desc Upper Tester message to check Upper Layer message transmission on GN IUT 
         */
         */
        type record UtGnEventInd {
        type record UtGnEventInd {
            GeoNetworkingPdu gnPdu
//            GeoNetworkingPdu gnPdu
            GnRawPayload rawPayload
        }
        }
        
        
        /**
        /**