diff --git a/OneM2M_PermutationFunctions.ttcn b/OneM2M_PermutationFunctions.ttcn index 2d3088e49c49e8c7cc7b994e5591d829efceda7f..5bf472d241be23a908ebd0aa3267a7493e2416ee 100644 --- a/OneM2M_PermutationFunctions.ttcn +++ b/OneM2M_PermutationFunctions.ttcn @@ -6451,6 +6451,10 @@ module OneM2M_PermutationFunctions { v_resourceIndex := f_cse_createResource(p_resourceType, p_createRequestPrimitive, v_parentIndex); // Test Body + if(p_resourceType == int23) { + vc_ae2.start(f_cse_notifyProcedure_noNotificationHandler()); + } + v_request := valueof(m_delete(f_getResourceAddress(v_resourceIndex), f_getOriginator(v_resourceIndex))); f_send(e_mca_port, m_request(v_request));