pespin has uploaded this change for review.
ttcn3-cbc: Update osmo-cbc.cfg, CBC_Tests.cfg to latest ttcn3 testsuite
New changes in ttcn3 also test SBcAP and CBSP links as client mode in
osmo-cbc.
Related: OS#4945
Requires: osmo-ttcn3-hacks.git c832c10b28c70f244423143f133cf63aea937997
Change-Id: I14a50d3d2284ceffc0607880fecddbff2a048284
---
M ttcn3-cbc-test/CBC_Tests.cfg
M ttcn3-cbc-test/osmo-cbc.cfg
2 files changed, 11 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/90/28890/1
diff --git a/ttcn3-cbc-test/CBC_Tests.cfg b/ttcn3-cbc-test/CBC_Tests.cfg
index 23607e2..6e7ab21 100644
--- a/ttcn3-cbc-test/CBC_Tests.cfg
+++ b/ttcn3-cbc-test/CBC_Tests.cfg
@@ -9,6 +9,7 @@
[TESTPORT_PARAMETERS]
[MODULE_PARAMETERS]
+CBC_Tests.mp_local_host := "172.18.27.100";
CBC_Tests.mp_cbc_host := "172.18.27.20";
[MAIN_CONTROLLER]
diff --git a/ttcn3-cbc-test/osmo-cbc.cfg b/ttcn3-cbc-test/osmo-cbc.cfg
index c97c893..fdb2011 100644
--- a/ttcn3-cbc-test/osmo-cbc.cfg
+++ b/ttcn3-cbc-test/osmo-cbc.cfg
@@ -32,11 +32,19 @@
sbcap
local-ip 172.18.27.20
local-port 29168
- peer cbsp ttcn3-bsc
+ peer cbsp ttcn3-bsc-client
mode server
remote-port 15000
remote-ip 172.18.27.100
- peer sbcap ttcn3-mme
+ peer cbsp ttcn3-bsc-server
+ mode client
+ remote-port 15001
+ remote-ip 172.18.27.100
+ peer sbcap ttcn3-mme-client
mode server
remote-port 16000
remote-ip 172.18.27.100
+ peer sbcap ttcn3-mme-server
+ mode client
+ remote-port 16001
+ remote-ip 172.18.27.100
To view, visit change 28890. To unsubscribe, or for help writing mail filters, visit settings.