From a17fbc60ab4fd9278b2c20efa4f94ae93ddc46ba Mon Sep 17 00:00:00 2001 From: reinaortega <miguelangel.reinaortega@etsi.org> Date: Wed, 21 Oct 2020 11:03:52 +0200 Subject: [PATCH] Correction for TC_CSE_SUB_UPD_008 Signed-off-by: reinaortega <miguelangel.reinaortega@etsi.org> --- OneM2M_Testcases_CSE_Release_2.ttcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OneM2M_Testcases_CSE_Release_2.ttcn b/OneM2M_Testcases_CSE_Release_2.ttcn index 3b1be7d..c6a2cd8 100644 --- a/OneM2M_Testcases_CSE_Release_2.ttcn +++ b/OneM2M_Testcases_CSE_Release_2.ttcn @@ -3023,7 +3023,7 @@ module OneM2M_Testcases_CSE_Release_2 { // Test Body v_contentResponse.aE.labels := v_labels_3; - vc_ae2.start(f_cse_notifyProcedure_representationHandler(v_contentResponse)); // check if the notification is well received and if its content matchs + vc_ae2.start(f_cse_notifyProcedure_aggregatedNoficationHandler(v_contentResponse, 1)); // check if the notification is well received and if its content matchs v_updateRequest.primitiveContent.aE.labels := v_labels_1; f_cse_updateResource(int2, v_aeIndex, v_updateRequest); // Update request 1 -- GitLab