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
This commit is contained in:
Pau Espin 2022-08-01 21:10:16 +02:00 committed by pespin
parent 37b7b23de1
commit 7a2fb72782
2 changed files with 11 additions and 2 deletions

View File

@ -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]

View File

@ -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