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
This commit is contained in:
Pau Espin 2022-07-29 16:41:02 +02:00 committed by pespin
parent 1976346cb7
commit e14c2087cf
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ modulepar {
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;