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

f_cse_updateResource updated to include forceFields parameter

parent 5666f9b9
No related branches found
No related tags found
No related merge requests found
...@@ -1013,7 +1013,7 @@ module OneM2M_Functions { ...@@ -1013,7 +1013,7 @@ module OneM2M_Functions {
v_request := f_getUpdateRequestPrimitive(p_resourceType, p_resourceIndex, p_request); v_request := f_getUpdateRequestPrimitive(p_resourceType, p_resourceIndex, p_request);
mcaPort.send(f_getMsgOutPrimitive(m_request(valueof(p_request)))); mcaPort.send(f_getMsgOutPrimitive(m_request(valueof(p_request), p_nullFields)));
tc_ac.start; tc_ac.start;
alt { alt {
[] mcaPort.receive(mw_response(mw_responsePrimitiveOK)) -> value vc_response { [] mcaPort.receive(mw_response(mw_responsePrimitiveOK)) -> value vc_response {
......
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