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

Correction for deregistration within f_cse_postamble_deleteResourcesCSE

parent 0c52a6ca
No related branches found
No related tags found
No related merge requests found
......@@ -1062,6 +1062,7 @@ module OneM2M_Functions {
}
if(not(v_deregistrationPerformed)) {
if(vc_localRemoteCseIndex != -1) {
//Deregistration by Registree (IUT) - Send trigger message for deregistration
v_utRequest.requestPrimitive.to_ := f_getLocalResourceAddress(vc_localRemoteCseIndex);
f_sendUtPrimitive(v_utRequest, v_action & f_getLocalResourceAddress(vc_localRemoteCseIndex));
......@@ -1081,6 +1082,7 @@ module OneM2M_Functions {
}
}
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment