From 77bf937cac4398074e7ec39b5460e74f4451bf4c Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 23 May 2019 17:17:31 +0000 Subject: ttcn3-bts-test: Fix BSC VTY access from test suite Some tests, particularly those for SMSCB, want to access the BSC VTY. This was enabled in the ttcn3 code, but the configs we're using in the docker environment didn't properly refelect that yet. Change-Id: I6b6e8b47bfe85c15fb57a25b649029f872477146 --- ttcn3-bts-test/BTS_Tests.cfg | 1 + ttcn3-bts-test/osmo-bsc.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/ttcn3-bts-test/BTS_Tests.cfg b/ttcn3-bts-test/BTS_Tests.cfg index 37ddde0..9567845 100644 --- a/ttcn3-bts-test/BTS_Tests.cfg +++ b/ttcn3-bts-test/BTS_Tests.cfg @@ -6,6 +6,7 @@ [TESTPORT_PARAMETERS] *.BTSVTY.CTRL_HOSTNAME := "172.18.9.20" +*.BSCVTY.CTRL_HOSTNAME := "172.18.9.11" [MODULE_PARAMETERS] BTS_Tests.mp_rsl_ip := "172.18.9.10" diff --git a/ttcn3-bts-test/osmo-bsc.cfg b/ttcn3-bts-test/osmo-bsc.cfg index 54264e8..e4edf50 100644 --- a/ttcn3-bts-test/osmo-bsc.cfg +++ b/ttcn3-bts-test/osmo-bsc.cfg @@ -49,6 +49,7 @@ stats interval 5 ! line vty no login + bind 0.0.0.0 ! e1_input e1_line 0 driver ipa -- cgit v1.2.3