BSC_Tests/hopping: fix error message in TC_fh_params_assignment_cmd

Change-Id: I6ccee0296e3f5ae13086b8e68c1709e386f59e97
This commit is contained in:
Vadim Yanitskiy 2020-09-02 17:18:57 +07:00
parent 5fec37c0d5
commit 38d069d09b
1 changed files with 1 additions and 1 deletions

View File

@ -7124,7 +7124,7 @@ testcase TC_fh_params_assignment_cmd() runs on test_CT {
/* Make sure that Cell Channel Description IE is present if FH is enabled */
if (chan_desc.h and not ispresent(l3_msg.payload.ass_cmd.cell_chan_desc)) {
setverdict(fail, "FH enabled, but Mobile Allocation IE is absent");
setverdict(fail, "FH enabled, but Cell Channel Description IE is absent");
continue;
}