BSC_Tests: f_assignment_codec(): log the actual value on mismatch

Change-Id: I437c1e796b00bfae41620f05ef8f15c8db8ca3d9
This commit is contained in:
Vadim Yanitskiy 2022-09-14 17:31:17 +07:00
parent 9e0139ba6d
commit 8b18937eef
1 changed files with 2 additions and 2 deletions

View File

@ -4354,8 +4354,8 @@ private function f_assignment_codec(charstring id, boolean do_perform_clear := t
log("found RSL MR CONFIG IE: ", mr_conf);
if (not match(mr_conf, g_pars.expect_mr_conf_ie)) {
setverdict(fail, "RSL MR CONFIG IE does not match expectation. Expected: ",
g_pars.expect_mr_conf_ie);
setverdict(fail, "RSL MR CONFIG IE does not match expectation. ",
"Expected: ", g_pars.expect_mr_conf_ie, ", got: ", mr_conf);
}
} else {
if (f_rsl_find_ie(rsl, RSL_IE_MR_CONFIG, mr_conf) == true) {