From 5eb3141c572ba249ad5ba784cfad6237a704f39e 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 257377f..8585873 100644 --- a/OneM2M_Testcases_CSE_Release_2.ttcn +++ b/OneM2M_Testcases_CSE_Release_2.ttcn @@ -3042,7 +3042,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