change default of MGW4BSC_PORT to 2427

That way one can view the MGCP traffic in wireshark without changing
the MGCP port. We are using a different IP for the two MGWs already, so
they won't conflict even if they use the same port.

Change-Id: I2c73df138642bc3fd52eea493fcab5261e5bc5c8
This commit is contained in:
Oliver Smith 2018-09-27 13:50:09 +02:00
parent b56ce0b326
commit d865c97ec4
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ MGW4MSC_VTY_IP="127.0.0.1"
BSC_IP="${PUBLIC_IP}"
BSC_PC="0.42.0"
MGW4BSC_IP="${PUBLIC_IP2}"
MGW4BSC_PORT="12427"
MGW4BSC_PORT="2427"
MGW4BSC_VTY_IP="127.0.0.2"
HNBGW_PC="0.3.0"