Loading ttcn/AtsMec/AtsMec_BwManagementAPI_TestCases.ttcn 0 → 100644 +39 −0 Original line number Original line Diff line number Diff line /** * @author ETSI / STF569 * @version $URL:$ * $ID:$ * @desc This module provides the MEC test cases. * @copyright ETSI Copyright Notification * No part may be reproduced except as authorized by written permission. * The copyright and the foregoing restriction extend to reproduction in all media. * All rights reserved. * @see ETSI GS MEC 003, Draft ETSI GS MEC 013 V2.0.3 (2018-10) */ module AtsMec_BwManagementAPI_TestCases { // Libcommon import from LibCommon_Time all; import from LibCommon_VerdictControl all; import from LibCommon_Sync all; // LibHttp import from LibItsHttp_TypesAndValues all; import from LibItsHttp_Functions all; import from LibItsHttp_Templates all; import from LibItsHttp_JsonTemplates all; import from LibItsHttp_TestSystem all; // LibMec/BwManagementAPI import from BwManagementAPI_TypesAndValues all; import from BwManagementAPI_Templates all; // LibMec import from LibMec_Functions all; import from LibMec_Pics all; import from LibMec_Pixits all; group me_app_role { } // End of group me_app_role } // End of module AtsMec_BwManagementAPI_TestCases ttcn/AtsMec/AtsMec_TestControl.ttcn +1 −0 Original line number Original line Diff line number Diff line Loading @@ -16,6 +16,7 @@ module AtsMec_TestControl { import from AtsMec_UEinformation_TestCases all; import from AtsMec_UEinformation_TestCases all; import from AtsMec_RadioNodeLocationAPI_TestCases all; import from AtsMec_RadioNodeLocationAPI_TestCases all; import from AtsMec_RnisAPI_TestCases all; import from AtsMec_RnisAPI_TestCases all; import from AtsMec_BwManagementAPI_TestCases all; control { control { Loading Loading
ttcn/AtsMec/AtsMec_BwManagementAPI_TestCases.ttcn 0 → 100644 +39 −0 Original line number Original line Diff line number Diff line /** * @author ETSI / STF569 * @version $URL:$ * $ID:$ * @desc This module provides the MEC test cases. * @copyright ETSI Copyright Notification * No part may be reproduced except as authorized by written permission. * The copyright and the foregoing restriction extend to reproduction in all media. * All rights reserved. * @see ETSI GS MEC 003, Draft ETSI GS MEC 013 V2.0.3 (2018-10) */ module AtsMec_BwManagementAPI_TestCases { // Libcommon import from LibCommon_Time all; import from LibCommon_VerdictControl all; import from LibCommon_Sync all; // LibHttp import from LibItsHttp_TypesAndValues all; import from LibItsHttp_Functions all; import from LibItsHttp_Templates all; import from LibItsHttp_JsonTemplates all; import from LibItsHttp_TestSystem all; // LibMec/BwManagementAPI import from BwManagementAPI_TypesAndValues all; import from BwManagementAPI_Templates all; // LibMec import from LibMec_Functions all; import from LibMec_Pics all; import from LibMec_Pixits all; group me_app_role { } // End of group me_app_role } // End of module AtsMec_BwManagementAPI_TestCases
ttcn/AtsMec/AtsMec_TestControl.ttcn +1 −0 Original line number Original line Diff line number Diff line Loading @@ -16,6 +16,7 @@ module AtsMec_TestControl { import from AtsMec_UEinformation_TestCases all; import from AtsMec_UEinformation_TestCases all; import from AtsMec_RadioNodeLocationAPI_TestCases all; import from AtsMec_RadioNodeLocationAPI_TestCases all; import from AtsMec_RnisAPI_TestCases all; import from AtsMec_RnisAPI_TestCases all; import from AtsMec_BwManagementAPI_TestCases all; control { control { Loading