pespin has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/28858 )
Change subject: ttcn3-cbc: Adapt ports in osmo-cbc.git to default ttcn3 ones ......................................................................
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 --- M ttcn3-cbc-test/osmo-cbc.cfg 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved laforge: Looks good to me, approved
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 @@ 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