aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-07-25 11:36:10 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2022-07-25 11:36:12 +0200
commitb2f2e2fa62a56ad6b6363fcd8636c54f25e30ac3 (patch)
tree3768e0c7b72771fc0608aa0fee7021f2bbb64b97
parentef475cf236c063e54c3e1581f77f158ba404c54b (diff)
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
-rw-r--r--ttcn3-cbc-test/osmo-cbc.cfg2
1 files changed, 2 insertions, 0 deletions
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 @@ cbc
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