log("*** "&__SCOPE__&": The HTTP IPv6 packet was correctly rebuilt. ***");
if(v_ipv6MessageCounter!=p_noOfDataRequests){
tc_ac.start;
repeat;
}else{
// TODO Need to check that TCP payload is a sent IPv6 message. Use an InterCompDataPort to transmit HTTP packet from HostHTTPv6Component to BRComponent
f_selfOrClientSyncAndVerdict(c_tbDone,e_success);
log("*** "&__SCOPE__&": PASS: The IUT had fragmented each HTTP IPv6 packet. ***");
}
}
}
[]tc_ac.timeout{
f_selfOrClientSyncAndVerdict(c_tbDone,e_timeout);
log("*** "&__SCOPE__&": INCONC: Message was not received in due time. ***");