From 75df0dbf62a8b007a38424b90c36b120f7db9141 Mon Sep 17 00:00:00 2001
From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org>
Date: Fri, 23 Jun 2023 10:51:49 +0200
Subject: [PATCH] Fix for f_CSE_DMR_UPD_004

---
 OneM2M_PermutationFunctions.ttcn | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/OneM2M_PermutationFunctions.ttcn b/OneM2M_PermutationFunctions.ttcn
index 1985897..baf3866 100644
--- a/OneM2M_PermutationFunctions.ttcn
+++ b/OneM2M_PermutationFunctions.ttcn
@@ -6254,7 +6254,7 @@ module OneM2M_PermutationFunctions {
 						// Test control
     				
 						// Test component configuration
-						f_cf01Up(true);
+						f_cf02Up(-, true);
     				
 						// Test adapter configuration
     				
-- 
GitLab