log("***f_gen_http_receive: Message skipped (intentionally) when checking for "&p_tpId&" at interface "&vc_interfaceName&" ****");
repeat;
}
[]tc_wait.timeout{
f_setConformanceVerdict(inconc,"***f_gen_http_receive: Timer tc_wait expired when waiting for incoming message in "&p_tpId&" at interface "&vc_interfaceName&" ****");
f_setConformanceVerdict(p_verdict,"***a_receive_http_Request: Received expected SIP request complying to "&p_tpId&" on interface "&vc_interfaceName&" ***");
f_setConformanceVerdict(p_verdict,"***a_receive_http_Response: Received expected SIP request complying to "&p_tpId&" on interface "&vc_interfaceName&" ***");
log(self,"### a_default_http: Request default for "&p_TP);
repeat;
}
[]httpPort.receive(mw_http_response){
log(self,"### a_default_http: Response default for "&p_TP);
repeat;
}
[]httpPort.receive{
log(self,"*** a_default_http: Received/ignored unexpected message when waiting for message complying to "&p_TP);
//setverdict(fail, self, "### YANN: If execution is here, this means that the message was not properly decoded due to sip/sdp-codets exception, check MMagic logs");
//stop; // YANN: If execution is here, this means that the message was not properly decoded