Skip to content
Snippets Groups Projects
Commit e8e048e5 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Small compilation error

parent ff84c162
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment