dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-iuh/+/26763 )
Change subject: running.adoc: explain MGW configuration ......................................................................
running.adoc: explain MGW configuration
OsmoHNBGW now requires a co-located OsmoMGW instance. Lets add add some info on how to configure it.
Change-Id: Id47f4f365cee78ce28d1534c4e3e98a59bdb0621 Related: OS#5152 --- M doc/manuals/chapters/running.adoc 1 file changed, 16 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/63/26763/1
diff --git a/doc/manuals/chapters/running.adoc b/doc/manuals/chapters/running.adoc index f40027a..5d3422e 100644 --- a/doc/manuals/chapters/running.adoc +++ b/doc/manuals/chapters/running.adoc @@ -117,3 +117,19 @@ local-ip 10.9.8.7 local-port 29169 ---- + +==== Configure co-located media gateway + +OsmoHNBGW requires a co-located OsmoMGW instace. The purpose of the co-located +media gateway is to relay the RTP traffic between hNodeB and core network. The +configuration is done under the hnbgw node along with iucs and iups. + +An example configuration for OsmoHNBGW's MGCP client: + +---- +hnbgw + mgcp + mgw remote-ip 127.0.0.1 + mgw remote-port 2427 + mgw reset-endpoint rtpbridge/* +----