From d524e0665d9b6b6bbf27d5d2484f5a8515edd98d Mon Sep 17 00:00:00 2001
From: reinaortega <miguelangel.reinaortega@etsi.org>
Date: Tue, 16 Jul 2019 15:10:09 +0200
Subject: [PATCH] Small fix for f_CSE_SUB_CRE_001

Signed-off-by: reinaortega <miguelangel.reinaortega@etsi.org>
---
 OneM2M_PermutationFunctions.ttcn | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/OneM2M_PermutationFunctions.ttcn b/OneM2M_PermutationFunctions.ttcn
index 9c2ee01..af19535 100644
--- a/OneM2M_PermutationFunctions.ttcn
+++ b/OneM2M_PermutationFunctions.ttcn
@@ -7592,7 +7592,7 @@ module OneM2M_PermutationFunctions {
 					// Test control
 	
 					// Test component configuration
-					f_cf01Up();
+					f_cf01Up(true);
 	
 					// Test adapter configuration
 								
-- 
GitLab