Skip to content
Snippets Groups Projects
Commit 6c8ad30f authored by acverdugo's avatar acverdugo
Browse files

Fix #11

parent 5f2b1110
No related branches found
No related tags found
No related merge requests found
...@@ -2041,13 +2041,14 @@ module OneM2M_PermutationFunctions { ...@@ -2041,13 +2041,14 @@ module OneM2M_PermutationFunctions {
v_resourceIndex := f_cse_createResource(p_resourceType, p_requestPrimitive, v_aeIndex); v_resourceIndex := f_cse_createResource(p_resourceType, p_requestPrimitive, v_aeIndex);
if(p_resourceType == int23){ v_request := f_getCreateRequestPrimitive(p_resourceType, p_requestPrimitive, v_aeIndex);
//vc_ae2.start(f_cse_notifyProcedure_subscriptionVerificationHandler());
}
v_request := f_getCreateRequestPrimitive(p_resourceType, p_requestPrimitive, v_aeIndex);
// Test Body // Test Body
v_request.requestIdentifier := "Existing resource"; v_request.requestIdentifier := "Existing resource";
if(p_resourceType == int23){
vc_ae2.start(f_cse_notifyProcedure_subscriptionVerificationHandler());
}
mcaPort.send(m_request(v_request)); mcaPort.send(m_request(v_request));
tc_ac.start; tc_ac.start;
......
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