blob: ba7e044976c30b36c0951eaf6e16f95aa36af755 [file] [log] [blame]
Neels Hofmeyrcbdd7182019-03-04 00:39:32 +01001${include(common_template_warning)}
2mgcp
3 domain bsc
4 bind ip ${MGW4BSC_IP}
5 bind port ${MGW4BSC_PORT}
6 rtp net-range 50004 60000
7 number endpoints 1024
8line vty
9 bind ${MGW4BSC_VTY_IP}
10
11${foreach(LOG_OUTPUT)}
12log ${LOG_OUTPUTn_TYPE}
13${include(common_logging)}
14 logging level rtp info
15 logging level lmgcp info
16${foreach_end}