From 0f087cde770b28fbea804d19deff16174c276fac Mon Sep 17 00:00:00 2001
From: abbas ahmad <abbas.ahmad@eglobalmark.com>
Date: Tue, 10 Jul 2018 18:09:30 +0200
Subject: [PATCH] f_CSE_NBR_SYN_001 responseType := {int1,omit} changes Same
 for permutation 002 and 003

---
 OneM2M_PermutationFunctions.ttcn | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/OneM2M_PermutationFunctions.ttcn b/OneM2M_PermutationFunctions.ttcn
index 18a3384..e4e61b4 100644
--- a/OneM2M_PermutationFunctions.ttcn
+++ b/OneM2M_PermutationFunctions.ttcn
@@ -9178,7 +9178,7 @@ module OneM2M_PermutationFunctions {
 						p_requestPrimitive.to_ := f_getResourceAddress(v_aeIndex);
 					}
 					p_requestPrimitive.from_ := f_getOriginator(v_aeIndex);					
-					p_requestPrimitive.responseType.responseTypeValue := int1;		//nonBlockingRequestSynch
+					p_requestPrimitive.responseType := {int1, omit};		//nonBlockingRequestSynch
 					
 					// Test Body
 
@@ -9246,7 +9246,7 @@ module OneM2M_PermutationFunctions {
 						p_requestPrimitive.to_ := f_getResourceAddress(v_aeIndex);
 					}
 					p_requestPrimitive.from_ := f_getOriginator(v_aeIndex);					
-					p_requestPrimitive.responseType.responseTypeValue := int1;		//nonBlockingRequestSynch
+					p_requestPrimitive.responseType := {int1,omit};		//nonBlockingRequestSynch
 	
 					// Test Body
 
@@ -9346,7 +9346,7 @@ module OneM2M_PermutationFunctions {
 						p_requestPrimitive.to_ := f_getResourceAddress(v_aeIndex);
 					}
 					p_requestPrimitive.from_ := f_getOriginator(v_aeIndex);					
-					p_requestPrimitive.responseType.responseTypeValue := int1;		//nonBlockingRequestSynch
+					p_requestPrimitive.responseType := {int1, omit};		//nonBlockingRequestSynch
 
 					// Test Body
 
-- 
GitLab