add BSC_CODEC_LIST to config

This commit is contained in:
Neels Hofmeyr 2018-10-07 16:02:43 +02:00
parent 4d7072cc2d
commit eee671b15d
2 changed files with 2 additions and 1 deletions

View File

@ -48,6 +48,7 @@ MGW4MSC_VTY_IP="127.0.0.1"
BSC_IP="${PUBLIC_IP}"
BSC_PC="0.42.0"
BSC_CODEC_LIST="fr1 hr1"
MGW4BSC_IP="${PUBLIC_IP2}"
MGW4BSC_PORT="2427"
MGW4BSC_VTY_IP="127.0.0.2"

View File

@ -81,6 +81,6 @@ msc 0
mgw remote-port ${MGW4BSC_PORT}
mgw endpoint-range 33 64
allow-emergency deny
codec-list fr1 hr1
codec-list ${BSC_CODEC_LIST}
${include(../common_bsc_logging)}