BSC_Tests/hopping: fix error message in TC_fh_params_assignment_cmd

Change-Id: I6ccee0296e3f5ae13086b8e68c1709e386f59e97
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 0099d5a..87e0d08 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -7124,7 +7124,7 @@
 
 		/* 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;
 		}