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

Fixing handling of PTC sync when errors occur to avoid wrong code behaviour...

Fixing handling of PTC sync when errors occur to avoid wrong code behaviour (double execution of postambles)

Signed-off-by: Miguel Angel Reina Ortega's avatarreinaortega <miguelangel.reinaortega@etsi.org>
parents efb0fe91 21d7f86e
No related branches found
No related tags found
No related merge requests found
......@@ -3480,6 +3480,11 @@ module OneM2M_Functions {
} else if (vc_config ==e_cf04) {
f_cf04Down();
} else if (vc_config == e_cf02CseSimuMaster) {
if(vc_ae1.running) {
vc_ae1.stop;
}
vc_ae1.start(f_cse_postamble_deleteResources());
vc_ae1.done;
f_cf02DownCseSimuMaster();
}
kill;
......
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