Commit 596d79be authored by berge's avatar berge
Browse files

Updated UtDenmTriggerResult and UtDenmUpdateResult

parent b12b3dbf
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -76,7 +76,10 @@ module LibItsDenm_TypesAndValues {
        /**
         * @desc Upper Tester result message of request of triggering of an event at IUT 
         */
        type ActionID UtDenmTriggerResult;
        type record UtDenmTriggerResult {
            boolean result,
            ActionID actionId
        }
        
        /**
         * @desc Upper Tester message to update an event at IUT 
@@ -94,10 +97,14 @@ module LibItsDenm_TypesAndValues {
            TransmissionInterval transmissionInterval optional,
            boolean keepAliveForwardingRequest 
        }
        
        /**
         * @desc Upper Tester result message of an update request of an event on DENM IUT 
         */
        type ActionID UtDenmUpdateResult;
        type record UtDenmUpdateResult { 
        	boolean result,
            ActionID actionId
        }
        
        /**
         * @desc Upper Tester message to request the termination of an event at IUT 
@@ -105,6 +112,7 @@ module LibItsDenm_TypesAndValues {
        type record UtDenmTermination {
            ActionID actionId
        }
        
        /**
         * @desc Upper Tester result message of termination of an event on DENM IUT 
         */