log(self,"### a_default: Request default for "&p_TP);
repeat;
}
[]dPort.receive(Response:?){
log(self,"### a_default: Response default for "&p_TP);
repeat;
}
[]dPort.receive{
log(self,"*** a_default: 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