Skip to content
Snippets Groups Projects

Ae fixes

Merged Bogdan Stanca-Kaposta requested to merge AE-fixes into Release1
+ 136
137
Compare changes
  • Side-by-side
  • Inline
Files
@@ -1700,7 +1700,7 @@ module OneM2M_Functions {
var charstring v_action := "Please, send a CSE registration request";
//send triggering primitive to SUT
f_sendUtPrimitive(v_utRequest,v_action);
f_sendUtPrimitive(v_utRequest,v_action);
tc_ac.start;
alt {
@@ -1957,7 +1957,7 @@ module OneM2M_Functions {
}//end function f_ae_preamble_register
/**
/**
* @desc Waits for Container create request and process it
* @param p_utRequest UpperTester request primitive to be sent to the IUT
* @return Internal resource index of Container or -1 in case of failure
@@ -2005,7 +2005,7 @@ module OneM2M_Functions {
f_checkCseSimuStatus();
return v_resourceIndex;
} //end function f_ae_preamble_createContainer
} //end function f_ae_preamble_createContainer
} // end preambleFunctions
@@ -2896,11 +2896,11 @@ module OneM2M_Functions {
f_cse_postamble_deleteResources();
// Tear down
if(vc_config == e_cf01) {
f_cf01Down();
f_cf01Down();
} else if (vc_config ==e_cf02) {
vc_cse1.start(f_cse_postamble_deleteResourcesCSE());
vc_cse1.done;
f_cf02Down();
vc_cse1.start(f_cse_postamble_deleteResourcesCSE());
vc_cse1.done;
f_cf02Down();
}
stop;
}
Loading