From 8cecf3e71631d448225d37654d52ed284fdd5bbf Mon Sep 17 00:00:00 2001 From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org> Date: Thu, 5 Sep 2024 15:54:49 +0200 Subject: [PATCH] Fix for subscription verification optionality --- OneM2M_Testcases_CSE_Release_3.ttcn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/OneM2M_Testcases_CSE_Release_3.ttcn b/OneM2M_Testcases_CSE_Release_3.ttcn index a6d42c5..27cb28c 100644 --- a/OneM2M_Testcases_CSE_Release_3.ttcn +++ b/OneM2M_Testcases_CSE_Release_3.ttcn @@ -8748,6 +8748,10 @@ module OneM2M_Testcases_CSE_Release_3 { } } + if(vc_ae2.running) { + vc_ae2.stop; + }; + // Test Body v_contentResponse.notification.notificationForwardingURI := v_fanoutPointAddress; vc_ae2.start(f_cse_notifyProcedure_aggregatedNoficationHandler(v_contentResponse, 1)); // check if the Rx. of notification and match contents -- GitLab