From 9330f010ed5b5947dbb5c12373cc167477259587 Mon Sep 17 00:00:00 2001
From: abbas ahmad <abbas.ahmad@eglobalmark.com>
Date: Wed, 11 Jul 2018 16:46:59 +0200
Subject: [PATCH] in f_CSE_NBR_ASY_002 , f_CSE_NBR_ASY_003 and 
 f_CSE_NBR_ASY_004 Changed Response Status code 1001 to 1002 as specified in
 oneM2M.

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

diff --git a/OneM2M_PermutationFunctions.ttcn b/OneM2M_PermutationFunctions.ttcn
index a710993..8d148d2 100644
--- a/OneM2M_PermutationFunctions.ttcn
+++ b/OneM2M_PermutationFunctions.ttcn
@@ -9567,11 +9567,11 @@ module OneM2M_PermutationFunctions {
 					mcaPort.send(f_getMsgOutPrimitive(m_request(valueof(p_requestPrimitive))));
 					tc_ac.start;
 					alt {
-						[] mcaPort.receive(mw_response(mw_responsePrimitive(int1001, v_contentResponse))) -> value v_response {
+						[] mcaPort.receive(mw_response(mw_responsePrimitive(int1002, v_contentResponse))) -> value v_response {
 							tc_ac.stop;
 							setverdict(pass, __SCOPE__ & ": URI attribute is set to <request> resource address");
 						}
-						[] mcaPort.receive(mw_response(mw_responsePrimitive(int1001))) -> value v_response {
+						[] mcaPort.receive(mw_response(mw_responsePrimitive(int1002))) -> value v_response {
 							tc_ac.stop;
 							setverdict(fail, __SCOPE__ & ": URI attribute is not set to <request> resource address");
 						}
@@ -9661,11 +9661,11 @@ module OneM2M_PermutationFunctions {
 					mcaPort.send(f_getMsgOutPrimitive(m_request(valueof(p_requestPrimitive))));
 					tc_ac.start;
 					alt {
-						[] mcaPort.receive(mw_response(mw_responsePrimitive(int1001, v_contentResponse))) -> value v_response {
+						[] mcaPort.receive(mw_response(mw_responsePrimitive(int1002, v_contentResponse))) -> value v_response {
 							tc_ac.stop;
 							setverdict(pass, __SCOPE__ & ": URI attribute is set to <request> resource address");
 						}
-						[] mcaPort.receive(mw_response(mw_responsePrimitive(int1001))) -> value v_response {
+						[] mcaPort.receive(mw_response(mw_responsePrimitive(int1002))) -> value v_response {
 							tc_ac.stop;
 							setverdict(fail, __SCOPE__ & ": URI attribute is not set to <request> resource address");
 						}
@@ -9739,11 +9739,11 @@ module OneM2M_PermutationFunctions {
 					mcaPort.send(f_getMsgOutPrimitive(m_request(valueof(p_requestPrimitive))));
 					tc_ac.start;
 					alt {
-						[] mcaPort.receive(mw_response(mw_responsePrimitive(int1001, v_contentResponse))) -> value v_response {
+						[] mcaPort.receive(mw_response(mw_responsePrimitive(int1002, v_contentResponse))) -> value v_response {
 							tc_ac.stop;
 							setverdict(pass, __SCOPE__ & ": URI attribute is set to <request> resource address");
 						}
-						[] mcaPort.receive(mw_response(mw_responsePrimitive(int1001))) -> value v_response {
+						[] mcaPort.receive(mw_response(mw_responsePrimitive(int1002))) -> value v_response {
 							tc_ac.stop;
 							setverdict(fail, __SCOPE__ & ": URI attribute is not set to <request> resource address");
 						}
-- 
GitLab