Loading AtsImsIot/AtsImsIot_TestControl.ttcn3 +14 −10 Original line number Diff line number Diff line Loading @@ -4,8 +4,12 @@ * @desc This module provides ATS specific test control declarations. */ module AtsImsIot_TestControl { import from AtsImsIot_TestCases_CALL all; //import from AtsImsIot_TestCases_CALL all; import from AtsImsIot_TestCases_MESS all; import from AtsImsIot_TestCases_REG all; import from AtsImsIot_TestCases_SS all; //import from AtsImsIot_TestCases_REG all; //import from AtsImsIot_TestCases_SS all; control { execute(TC_IMS_MESS_0001()); } } No newline at end of file Loading
AtsImsIot/AtsImsIot_TestControl.ttcn3 +14 −10 Original line number Diff line number Diff line Loading @@ -4,8 +4,12 @@ * @desc This module provides ATS specific test control declarations. */ module AtsImsIot_TestControl { import from AtsImsIot_TestCases_CALL all; //import from AtsImsIot_TestCases_CALL all; import from AtsImsIot_TestCases_MESS all; import from AtsImsIot_TestCases_REG all; import from AtsImsIot_TestCases_SS all; //import from AtsImsIot_TestCases_REG all; //import from AtsImsIot_TestCases_SS all; control { execute(TC_IMS_MESS_0001()); } } No newline at end of file