From 1ecd899656d6f93b642569b5fe48c6445e004237 Mon Sep 17 00:00:00 2001 From: reinaortega <miguelangel.reinaortega@etsi.org> Date: Thu, 22 Mar 2018 13:28:01 +0100 Subject: [PATCH] Missing test for MN profile Signed-off-by: reinaortega <miguelangel.reinaortega@etsi.org> --- OneM2M_TestControl_MN_profile.ttcn | 1 + 1 file changed, 1 insertion(+) diff --git a/OneM2M_TestControl_MN_profile.ttcn b/OneM2M_TestControl_MN_profile.ttcn index 955d385..2b69d05 100644 --- a/OneM2M_TestControl_MN_profile.ttcn +++ b/OneM2M_TestControl_MN_profile.ttcn @@ -96,6 +96,7 @@ module OneM2M_TestControl_MN_profile { if(true) {execute (TC_CSE_REG_DEL_002());} if(true) {execute (TC_CSE_DMR_UPD_016_CSR_ET());} if(true) {execute (TC_CSE_DMR_UPD_016_CSR_RR());} + if(PICS_CSR_LBL) {execute (TC_CSE_REG_CRE_013_LBL());} if(PICS_CSR_LBL) {execute (TC_CSE_REG_CRE_028_LBL());} if(PICS_CSR_LBL) {execute (TC_CSE_REG_RET_007_LBL());} if(PICS_CSR_LBL) {execute (TC_CSE_REG_UPD_002_LBL());} -- GitLab