doc: do not bind osmo-mgw to random ip-address

The example config bind the MGW to a random ip-address, lets use the
loopback address here, this will suit cases where osmo-bts runs on the
same machine as the MGW (nitb). For all other cases were an external BTS
is used the ip-address still needs to be changed.

Change-Id: Iae52c671c48953ea6b52b18c5d77347343cde0df
This commit is contained in:
Philipp Maier 2020-03-24 20:35:11 +01:00
parent 3abced8d64
commit 173dc129fc
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
mgcp
bind ip 127.0.0.1
rtp port-range 4002 16000
rtp bind-ip 10.9.1.122
rtp bind-ip 127.0.0.1
rtp ip-probing
rtp ip-tos 184
bind port 2427