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

Fix TC_CSE_DMR_DEL_001 to stop vc_ae2 if running

parent 25f3d6dc
No related branches found
No related tags found
No related merge requests found
......@@ -6479,6 +6479,9 @@ module OneM2M_PermutationFunctions {
// Test Body
if(p_resourceType == int23) {
if (vc_ae2.running) {
vc_ae2.stop;
}
vc_ae2.start(f_cse_notifyProcedure_noNotificationHandler());
}
......
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