[MERGED] osmo-ttcn3-hacks[master]: BSC_Tests: Adjust TC_ctrl to match new '3 digit MNC situation

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sat Mar 17 18:06:26 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: BSC_Tests: Adjust TC_ctrl to match new '3 digit MNC situation
......................................................................


BSC_Tests: Adjust TC_ctrl to match new '3 digit MNC situation

Change-Id: Ia19aeb1a7adf4f838bd289b0140a98501907d1ae
---
M bsc/BSC_Tests.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 2a05d26..1fbead9 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -909,8 +909,8 @@
 
 	/* all below values must match the osmo-bsc.cfg config file used */
 
-	f_ctrl_get_exp(IPA_CTRL, "mcc", "1");
-	f_ctrl_get_exp(IPA_CTRL, "mnc", "1");
+	f_ctrl_get_exp(IPA_CTRL, "mcc", "001");
+	f_ctrl_get_exp(IPA_CTRL, "mnc", "01");
 	f_ctrl_get_exp(IPA_CTRL, "number-of-bts", "3");
 
 	var integer bts_nr := 0;

-- 
To view, visit https://gerrit.osmocom.org/7348
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia19aeb1a7adf4f838bd289b0140a98501907d1ae
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list