doc: Include mgwpool.adoc from osmo-gsm-manuals

This way we document the recently gained support for MGW pooling.

Related: SYS#5987
Depends: osmo-gsm-manuals.git Change-Id Ieda0d4bfe6fc90da6e19c791d8ec2da89427ba3b
Change-Id: I3dc8a4b50f13ad50390ba82e64fe4ebe0b97d4e5
This commit is contained in:
Pau Espin 2022-10-20 16:29:47 +02:00
parent e62af4d46a
commit 0e03070789
2 changed files with 20 additions and 1 deletions

View File

@ -139,8 +139,25 @@ hnbgw
mgw 0
remote-ip 127.0.0.1
remote-port 2427
reset-endpoint rtpbridge/*
reset-endpoint rtpbridge/* <1>
----
<1> The 'reset-endpoint' setting instructs the OsmoMGW to send a wildcarded
DLCX to the media gateway. This helps to clear lingering calls from the
media gateway when the OsmoHNBGW is restarted.
OsmoHNBGW is also able to handle a pool of media gateways for load
distribution. See also <<mgw_pooling>>.
[NOTE]
====
Previous versions of OsmoHNBGW didn't have the 'mgw' VTY node and
hence didn't support the MGW pooling feature. Therefore, historically the MGW
related commands where placed under the `mgcp` VTY node. The MGW related commands
under the `mgcp` VTY are still parsed and used but its use is deprecated and
hence discouraged in favour of the new `mgw` node. Writing the config to a file
from within OsmoHNBGW will automatically convert the config to use the new `mgw`
node.
====
==== Configure co-located User Plane Function

View File

@ -24,6 +24,8 @@ include::./common/chapters/logging.adoc[]
include::./common/chapters/cs7-config.adoc[]
include::./common/chapters/mgwpool.adoc[]
// include::{srcdir}/chapters/net.adoc[]
// include::./common/chapters/control_if.adoc[]