[PATCH] osmo-ttcn3-hacks[master]: fix TC_ctrl expectation: We expect 3 BTSs

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
Sun Dec 17 16:04:52 UTC 2017


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

fix TC_ctrl expectation: We expect 3 BTSs

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


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

diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index a2c2a90..7d6dbf9 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -849,7 +849,7 @@
 	f_ctrl_get_exp(IPA_CTRL, "mnc", "1");
 	f_ctrl_get_exp(IPA_CTRL, "short-name", "OsmoBSC");
 	f_ctrl_get_exp(IPA_CTRL, "long-name", "OsmoBSC");
-	f_ctrl_get_exp(IPA_CTRL, "number-of-bts", "1");
+	f_ctrl_get_exp(IPA_CTRL, "number-of-bts", "3");
 
 	var integer bts_nr := 0;
 	f_ctrl_get_exp_bts(IPA_CTRL, bts_nr, "location-area-code", "1");

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4ba5d357474d43c3065858bfa18bf73f1c4eba5d
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