Loading ttcn/DENM/LibItsDenm_TestSystem.ttcn +2 −0 Original line number Original line Diff line number Diff line Loading @@ -91,6 +91,8 @@ module LibItsDenm_TestSystem { var UtDenmEventIndList vc_utEvents := {}; var UtDenmEventIndList vc_utEvents := {}; var UtDenmActionIDList vc_utActionIDs := {}; } // End of component ItsDenm } // End of component ItsDenm group facilityPrimitives { group facilityPrimitives { Loading ttcn/DENM/LibItsDenm_TypesAndValues.ttcn +6 −1 Original line number Original line Diff line number Diff line Loading @@ -131,6 +131,11 @@ module LibItsDenm_TypesAndValues { */ */ type record of UtDenmEventInd UtDenmEventIndList; type record of UtDenmEventInd UtDenmEventIndList; /** * @desc List of ActionID received in response to the Upper Tester triggered messages */ type record of ActionID UtDenmActionIDList; } } with { with { encode "UpperTester" encode "UpperTester" Loading Loading
ttcn/DENM/LibItsDenm_TestSystem.ttcn +2 −0 Original line number Original line Diff line number Diff line Loading @@ -91,6 +91,8 @@ module LibItsDenm_TestSystem { var UtDenmEventIndList vc_utEvents := {}; var UtDenmEventIndList vc_utEvents := {}; var UtDenmActionIDList vc_utActionIDs := {}; } // End of component ItsDenm } // End of component ItsDenm group facilityPrimitives { group facilityPrimitives { Loading
ttcn/DENM/LibItsDenm_TypesAndValues.ttcn +6 −1 Original line number Original line Diff line number Diff line Loading @@ -131,6 +131,11 @@ module LibItsDenm_TypesAndValues { */ */ type record of UtDenmEventInd UtDenmEventIndList; type record of UtDenmEventInd UtDenmEventIndList; /** * @desc List of ActionID received in response to the Upper Tester triggered messages */ type record of ActionID UtDenmActionIDList; } } with { with { encode "UpperTester" encode "UpperTester" Loading