f_load_certificate(PICS_CISE_TS_CERTIFICATE_PAST,PICS_CISE_TS_SIGNING_PRIVATE_KEY_PAST,PICS_CISE_TS_SIGNING_PRIVATE_PASSWD);// TODO Create a specific up/down function
f_load_certificate(PICS_CISE_TS_CERTIFICATE_FUTURE,PICS_CISE_TS_SIGNING_PRIVATE_KEY_FUTURE,PICS_CISE_TS_SIGNING_PRIVATE_PASSWD);// TODO Create a specific up/down function
}// End of function f_cf_02_up
functionf_cf_02_down()runsonCiseComponent{
@@ -261,7 +262,7 @@ module LibCise_Functions {
alt{
[]httpPort.receive(
mw_http_response(
mw_http_response_201_created(
mw_http_response_202_accepted(
mw_http_message_body_xml(
mw_xml_body_acknowledgement(
mw_acknowledgement(
@@ -363,7 +364,7 @@ module LibCise_Functions {
alt{
[]httpPort.receive(
mw_http_response(
mw_http_response_201_created(
mw_http_response_ok(
mw_http_message_body_xml(
mw_xml_body_acknowledgement(
mw_acknowledgement(
@@ -380,6 +381,18 @@ module LibCise_Functions {
log("f_process_unsubscribe: IUT successfully received synchronous Acknowledgment");
v_res_code:=true;
}
[]httpPort.receive(
mw_http_response(
mw_http_response_ok(
mw_http_message_body_xml(
mw_xml_body_acknowledgement(
mw_acknowledgement
))))){
tc_ac.stop;
log("f_process_unsubscribe: IUT successfully received synchronous Acknowledgment");
v_res_code:=true;
}
[]tc_ac.timeout{
log("f_process_unsubscribe: Expected message not received");