Log FN and RA in TC_rach_max_ta

Similar to other RA-related tests, log FN and RA values in case of test
failure.

Change-Id: I815b10d0f0e9f29de7d306fa052b72b9e483dd9d
This commit is contained in:
Max 2019-03-14 16:34:22 +01:00
parent ee6a088f37
commit 6e05304843
1 changed files with 1 additions and 1 deletions

View File

@ -1100,7 +1100,7 @@ private function f_rach_toffs(int16_t toffs256, boolean expect_pass) runs on tes
setverdict(pass);
}
[expect_pass] T.timeout {
Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Timeout waiting for CHAN RQD");
Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, log2str("Timeout waiting for CHAN RQD: FN=", fn, " RA=", ra));
}
}
}