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

f_AE_GEN_UPD_001 Correction of creation of local resource under local CSEBase

parent 1ecd8996
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ module OneM2M_PermutationFunctions {
f_cf03Up();
//Send Trigger Message
v_localResource := f_ae_generateLocalResource(valueof(m_primitiveContentContainer(m_contentCreateContainer)), -1, int3);
v_localResource := f_ae_generateLocalResource(valueof(m_primitiveContentContainer(m_contentCreateContainer)), vc_cSEBaseIndex, int3);
v_auxInteger := f_setLocalResource(v_localResource, int3);
v_utRequest.requestPrimitive.to_ := f_getLocalResourceAddress(v_auxInteger, e_nonHierarchical, p_primitiveScope);
f_sendUtPrimitive(v_utRequest,v_action);
......
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