setverdict(fail,"The received audible Initiation signal persisted for "&fx_float2str((int2float(v_diff)/1000.0))&"s (> "&fx_float2str(PX_T3_TIMER)&"s) from when the call is answered")
setverdict(fail,"The received audible Initiation signal persisted for "&fx_float2str((int2float(v_diff)/1000.0))&"s (> "&fx_float2str(c_t3_timer)&"s) from when the call is answered")
}
else{
setverdict(pass,"The received audible Initiation signal did not persist for longer than "&fx_float2str(PX_T3_TIMER)&" s from when the call is answered");
setverdict(pass,"The received audible Initiation signal did not persist for longer than "&fx_float2str(c_t3_timer)&" s from when the call is answered");