[PATCH] 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 17:22:07 UTC 2018


Review at  https://gerrit.osmocom.org/7348

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(-)


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

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: newchange
Gerrit-Change-Id: Ia19aeb1a7adf4f838bd289b0140a98501907d1ae
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list