From fcf27c9f24a2a9e636c5d9006f732b9bcbf0cea8 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 18 Jun 2018 19:39:38 +0200 Subject: bts: add missing BTS_Tests.cfg config file Change-Id: I2b1f9b6f910dfdb828bbe95836a2b72ee35ef1d8 --- bts/BTS_Tests.cfg | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bts/BTS_Tests.cfg (limited to 'bts') diff --git a/bts/BTS_Tests.cfg b/bts/BTS_Tests.cfg new file mode 100644 index 00000000..58eed2c2 --- /dev/null +++ b/bts/BTS_Tests.cfg @@ -0,0 +1,31 @@ +[ORDERED_INCLUDE] +# Common configuration, shared between test suites +"../Common.cfg" +# testsuite specific configuration, not expected to change +"./BTS_Tests.default" + +# Local configuration below + +[LOGGING] + +[TESTPORT_PARAMETERS] +#*.BTSVTY.CTRL_HOSTNAME := "10.9.1.191" # sysmoBTS Max +#*.BTSVTY.CTRL_HOSTNAME := "10.9.1.162" # sysmoBTS Pau +#*.BTSVTY.CTRL_HOSTNAME := "192.168.100.130" # sysmoBTS home +*.BTSVTY.CTRL_HOSTNAME := "127.0.0.1" # osmo-bts-trx + +[MODULE_PARAMETERS] +#BTS_Tests.mp_rsl_ip := "10.9.1.2" # office +BTS_Tests.mp_rsl_ip := "192.168.100.2" # home +#BTS_Tests.mp_pcu_socket := "" + +# real BTS / RF +#BTS_Tests.mp_bb_trxc_port := -1 +#BTS_Tests.mp_tolerance_rxlev := 10; +#BTS_Tests.mp_tolerance_rxqual := 1; + + +[MAIN_CONTROLLER] + +[EXECUTE] +BTS_Tests.control -- cgit v1.2.3