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

Small improvement related to #18

parent c20f5ba1
No related branches found
No related tags found
No related merge requests found
...@@ -788,7 +788,7 @@ module OneM2M_Functions { ...@@ -788,7 +788,7 @@ module OneM2M_Functions {
for(i := lengthof(vc_resourcesIndexToBeDeleted) -1; i >=0; i := i - 1) { for(i := lengthof(vc_resourcesIndexToBeDeleted) -1; i >=0; i := i - 1) {
if(ischosen(vc_resourcesList[vc_resourcesIndexToBeDeleted[i]].resource.remoteCSE)) { if(ischosen(vc_resourcesList[vc_resourcesIndexToBeDeleted[i]].resource.remoteCSE) and PX_MN_CSE) {
v_resourceAddress := f_getResourceAddress(vc_resourcesIndexToBeDeleted[i], e_nonHierarchical, e_spRelative); v_resourceAddress := f_getResourceAddress(vc_resourcesIndexToBeDeleted[i], e_nonHierarchical, e_spRelative);
} else { } else {
v_resourceAddress := f_getResourceAddress(vc_resourcesIndexToBeDeleted[i]); v_resourceAddress := f_getResourceAddress(vc_resourcesIndexToBeDeleted[i]);
......
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