pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-hnbgw/+/29822 )
Change subject: doc: Include mgwpool.adoc from osmo-gsm-manuals
......................................................................
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
---
M doc/manuals/chapters/running.adoc
M doc/manuals/osmohnbgw-usermanual.adoc
2 files changed, 20 insertions(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
diff --git a/doc/manuals/chapters/running.adoc b/doc/manuals/chapters/running.adoc
index ee4b832..45d9b2f 100644
--- a/doc/manuals/chapters/running.adoc
+++ b/doc/manuals/chapters/running.adoc
@@ -139,8 +139,25 @@
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
diff --git a/doc/manuals/osmohnbgw-usermanual.adoc
b/doc/manuals/osmohnbgw-usermanual.adoc
index 21faed7..61a00b9 100644
--- a/doc/manuals/osmohnbgw-usermanual.adoc
+++ b/doc/manuals/osmohnbgw-usermanual.adoc
@@ -24,6 +24,8 @@
include::./common/chapters/cs7-config.adoc[]
+include::./common/chapters/mgwpool.adoc[]
+
// include::{srcdir}/chapters/net.adoc[]
// include::./common/chapters/control_if.adoc[]
--
To view, visit
https://gerrit.osmocom.org/c/osmo-hnbgw/+/29822
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: I3dc8a4b50f13ad50390ba82e64fe4ebe0b97d4e5
Gerrit-Change-Number: 29822
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged