From 71a5c3fa0658ed898f9964b85ce2f34b73463c47 Mon Sep 17 00:00:00 2001 From: acverdugo <acverdugo@at4wireless.com> Date: Mon, 20 Nov 2017 16:10:32 +0100 Subject: [PATCH] Corrections in Test Control file because of the alignment with TS-0018 --- OneM2M_TestControl.ttcn | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/OneM2M_TestControl.ttcn b/OneM2M_TestControl.ttcn index c4e32cb..2c04d34 100644 --- a/OneM2M_TestControl.ttcn +++ b/OneM2M_TestControl.ttcn @@ -36,16 +36,28 @@ module OneM2M_TestControl { execute(TC_CSE_REG_CRE_008()); execute(TC_CSE_REG_CRE_009()); execute(TC_CSE_REG_CRE_010()); - execute(TC_CSE_REG_CRE_016_LBL()); - execute(TC_CSE_REG_CRE_016_CST()); - execute(TC_CSE_REG_CRE_016_POA()); - execute(TC_CSE_REG_CRE_016_NL()); + execute(TC_CSE_REG_CRE_012_AE_APN()); + execute(TC_CSE_REG_CRE_012_AE_LBL()); + execute(TC_CSE_REG_CRE_012_AE_NL()); + execute(TC_CSE_REG_CRE_012_AE_OR()); + execute(TC_CSE_REG_CRE_012_AE_POA()); + execute(TC_CSE_REG_CRE_013_LBL()); + execute(TC_CSE_REG_CRE_013_CST()); + execute(TC_CSE_REG_CRE_013_POA()); + execute(TC_CSE_REG_CRE_013_NL()); + execute(TC_CSE_REG_CRE_016()); + execute(TC_CSE_REG_CRE_017_API()); + execute(TC_CSE_REG_CRE_017_RR()); + execute(TC_CSE_REG_CRE_018()); execute(TC_CSE_REG_CRE_019()); - execute(TC_CSE_REG_CRE_022()); + execute(TC_CSE_REG_CRE_021()); execute(TC_CSE_REG_CRE_023()); - execute(TC_CSE_REG_CRE_025()); - execute(TC_CSE_REG_CRE_028()); - execute(TC_CSE_REG_CRE_029()); + execute(TC_CSE_REG_CRE_027()); + execute(TC_CSE_REG_CRE_028_ET()); + execute(TC_CSE_REG_CRE_028_LBL()); + execute(TC_CSE_REG_CRE_028_NL()); + execute(TC_CSE_REG_CRE_028_POA()); + execute(TC_CSE_REG_CRE_028_RN()); execute(TC_CSE_REG_RET_001()); execute(TC_CSE_REG_RET_005()); execute(TC_CSE_REG_RET_008()); -- GitLab