Skip to content
Snippets Groups Projects
Commit d51d33ea authored by Cosmin Mogos's avatar Cosmin Mogos
Browse files

Build response

parent 9c9cc5f6
No related branches found
No related tags found
1 merge request!44f_AE_DMR_UPD_001 Create Response
......@@ -586,6 +586,9 @@ module OneM2M_PermutationFunctions {
v_resourceIndex := f_processCreateRequestPrimitive(v_request.primitive.requestPrimitive);
// set responseStatusCode back to SUT
v_responsePrimitive := valueof(m_responsePrimitive(int2001, v_request.primitive.requestPrimitive.requestIdentifier, omit));
mcaPortIn.send(m_response(v_responsePrimitive));
}
[] mcaPortIn.receive(mw_request(?)) -> value v_request {
......
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