Loading ttcn/DENM/LibItsDenm_TypesAndValues.ttcn +10 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading @@ -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 */ Loading Loading
ttcn/DENM/LibItsDenm_TypesAndValues.ttcn +10 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading @@ -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 */ Loading