Skip to content
Snippets Groups Projects
Commit 8cecf3e7 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Fix for subscription verification optionality

parent 6429a444
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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