From e8e048e52bb5688c715a3d53b427f94bcdb626fd Mon Sep 17 00:00:00 2001
From: reinaortega <miguelangel.reinaortega@etsi.org>
Date: Mon, 15 Mar 2021 17:13:19 +0100
Subject: [PATCH] Small compilation error

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

diff --git a/OneM2M_Testcases_AE_Release_4.ttcn b/OneM2M_Testcases_AE_Release_4.ttcn
index 5a0cb69..8a406c1 100644
--- a/OneM2M_Testcases_AE_Release_4.ttcn
+++ b/OneM2M_Testcases_AE_Release_4.ttcn
@@ -157,7 +157,7 @@ module OneM2M_Testcases_AE_Release_4 {
 									// Preamble
 									// FIXME Security association establishment may be performed using AE1, E.g. TLS using AE1_ID
 									v_utRequest.requestPrimitive.to_ := f_getLocalResourceAddress(-, e_nonHierarchical, p_primitiveScope);
-									v_utRequest.primitiveContent.securityInfos.dasRequest.tokenIDs := { fx_assign_originatorToken() };
+									v_utRequest.requestPrimitive.primitiveContent.securityInfo.dasRequest.tokenIDs := { fx_assign_originatorToken() };
 									f_ae_sendUtPrimitive(v_utRequest, v_action & f_getLocalResourceAddress(-, e_nonHierarchical, p_primitiveScope));
 									
 									// Test body
-- 
GitLab