Skip to content
Snippets Groups Projects
Commit 0098b49a authored by Pramod Kulkarni's avatar Pramod Kulkarni
Browse files

Some correction in function f_cse_registrationRemoteCse


Signed-off-by: default avatarpkulkarni <pkulkarni75@gmail.com>
parent 9915bf1a
No related branches found
No related tags found
1 merge request!24STF531 REG TCs
......@@ -1525,7 +1525,7 @@ module OneM2M_Functions {
v_response := m_responsePrimitive(int2001,v_request.primitive.requestPrimitive.requestIdentifier);
v_response.from_ := PX_CSE1_ID;
v_response.to_ := v_request.primitive.requestPrimitive.from_;
v_response.primitiveContent.remoteCSE := vc_localResourcesList[v_localResourceIndex].resource;
v_response.primitiveContent.remoteCSE := vc_localResourcesList[v_localResourceIndex].resource.remoteCSE;
mccPort.send(m_response(v_response));
v_resourceIndex := f_setResource(v_request.primitive.responsePrimitive.primitiveContent, int16, -1);
......
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