aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-07-29 18:58:04 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2022-07-29 18:58:06 +0200
commit46f6ad797ee45bdb60a200ce7c9bb2d1e1fc78db (patch)
tree7aaab5fd6dd9f7d74371b307f2c58a1f6f5ff63e
parentb2f2e2fa62a56ad6b6363fcd8636c54f25e30ac3 (diff)
ttcn3-cbc: Adapt ports in osmo-cbc.git to default ttcn3 ones
This is intended to ease adding new emulated MMEs and BSCs by using next available port strting from the one defined in the TTCN3 test module parameter. Requires: osmo-ttcn3-hacks.git Ib443aba9396aebe0a56b1a79719bbcf66302a1aa Change-Id: Ib1387284c8f361572057b6d036429366238382a6
-rw-r--r--ttcn3-cbc-test/osmo-cbc.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/ttcn3-cbc-test/osmo-cbc.cfg b/ttcn3-cbc-test/osmo-cbc.cfg
index c2c1b7b..9d7f4a1 100644
--- a/ttcn3-cbc-test/osmo-cbc.cfg
+++ b/ttcn3-cbc-test/osmo-cbc.cfg
@@ -33,9 +33,9 @@ cbc
local-port 29168
peer cbsp ttcn3-bsc
mode server
- remote-port 9999
+ remote-port 15000
remote-ip 172.18.27.100
peer sbcap ttcn3-mme
mode server
- remote-port 9998
+ remote-port 16000
remote-ip 172.18.27.100