pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/28857 )
Change subject: cbc: Change default cbsp/sbcap ports to allow multiple bsc/mme ......................................................................
cbc: Change default cbsp/sbcap ports to allow multiple bsc/mme
The BSC/MMEs ports are applied in osmo-cbc.cfg similarly in sequential order.
Change-Id: Ib443aba9396aebe0a56b1a79719bbcf66302a1aa --- M cbc/CBC_Tests.ttcn 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: laforge: Looks good to me, approved fixeria: Looks good to me, approved Jenkins Builder: Verified
diff --git a/cbc/CBC_Tests.ttcn b/cbc/CBC_Tests.ttcn index 9c9c644..76fc3be 100644 --- a/cbc/CBC_Tests.ttcn +++ b/cbc/CBC_Tests.ttcn @@ -38,8 +38,8 @@ integer mp_cbc_cbsp_port := 48049; integer mp_cbc_sbcap_port := c_SBC_AP_PORT; integer mp_cbc_ecbe_port := 12345; - integer mp_local_cbsp_port := 9999; - integer mp_local_sbcap_port := 9998; + integer mp_local_cbsp_port := 15000; + integer mp_local_sbcap_port := 16000; };
const integer MAX_BSC := 3;