pespin has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/28775 )
Change subject: ttcn3-cbc: Set mode server in osmo-cbc.cfg ......................................................................
ttcn3-cbc: Set mode server in osmo-cbc.cfg
TCP/SCTP client support was added recently in osmo-cbc. Since then, the connection mode (client|server|disabled) needs to be specified in the config. Let's update osmo-cbc.git to provide the correct info in here.
Requires: osmo-cbc.git Change-Id I3ec54b615b41b56f7a9c64298e3fcaac37f4b60e Change-Id: I2e3a806a8371011cdb4c3b1f194e132d3896374e --- M ttcn3-cbc-test/osmo-cbc.cfg 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/ttcn3-cbc-test/osmo-cbc.cfg b/ttcn3-cbc-test/osmo-cbc.cfg index 0e131c0..c2c1b7b 100644 --- a/ttcn3-cbc-test/osmo-cbc.cfg +++ b/ttcn3-cbc-test/osmo-cbc.cfg @@ -32,8 +32,10 @@ local-ip 172.18.27.20 local-port 29168 peer cbsp ttcn3-bsc + mode server remote-port 9999 remote-ip 172.18.27.100 peer sbcap ttcn3-mme + mode server remote-port 9998 remote-ip 172.18.27.100