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
This commit is contained in:
Pau Espin 2022-07-25 11:36:10 +02:00
parent ef475cf236
commit b2f2e2fa62
1 changed files with 2 additions and 0 deletions

View File

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