aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-08-01 21:10:16 +0200
committerpespin <pespin@sysmocom.de>2022-08-04 11:37:24 +0000
commit7a2fb727822a74425fd761c631c12b213bde31d6 (patch)
tree58185a9ae7c25fd158cf2dcf15bb0a468e8c7957
parent37b7b23de138a05a65a1833c2657ab79c6487e3d (diff)
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
-rw-r--r--ttcn3-cbc-test/CBC_Tests.cfg1
-rw-r--r--ttcn3-cbc-test/osmo-cbc.cfg12
2 files changed, 11 insertions, 2 deletions
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 @@ cbc
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