From b2f2e2fa62a56ad6b6363fcd8636c54f25e30ac3 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 25 Jul 2022 11:36:10 +0200 Subject: [PATCH] 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 --- ttcn3-cbc-test/osmo-cbc.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ttcn3-cbc-test/osmo-cbc.cfg b/ttcn3-cbc-test/osmo-cbc.cfg index 0e131c07..c2c1b7b3 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