From d865c97ec45c1818ed439705aa045d62c9826da8 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 27 Sep 2018 13:50:09 +0200 Subject: [PATCH] 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 --- net/config_2g3g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/config_2g3g b/net/config_2g3g index c7a19de..266997f 100644 --- a/net/config_2g3g +++ b/net/config_2g3g @@ -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"