Change in osmo-ttcn3-hacks[master]: BSC_Tests/hopping: fix error message in TC_fh_params_assignment_cmd

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

fixeria gerrit-no-reply at lists.osmocom.org
Wed Sep 2 12:03:09 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19940 )


Change subject: BSC_Tests/hopping: fix error message in TC_fh_params_assignment_cmd
......................................................................

BSC_Tests/hopping: fix error message in TC_fh_params_assignment_cmd

Change-Id: I6ccee0296e3f5ae13086b8e68c1709e386f59e97
---
M bsc/BSC_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/40/19940/1

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;
 		}
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19940
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I6ccee0296e3f5ae13086b8e68c1709e386f59e97
Gerrit-Change-Number: 19940
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200902/0b8d299c/attachment.htm>


More information about the gerrit-log mailing list