Change in osmo-sgsn[master]: manuals/gbproxy: Update configuration chapter

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

daniel gerrit-no-reply at lists.osmocom.org
Wed Jan 27 18:35:06 UTC 2021


daniel has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-sgsn/+/22493 )


Change subject: manuals/gbproxy: Update configuration chapter
......................................................................

manuals/gbproxy: Update configuration chapter

Change-Id: I01f8d47f9fa384a2528ddf2e6c936ff28d11409e
Related: SYS#5115, SYS#5005
---
M doc/manuals/chapters/gbproxy-configuration.adoc
1 file changed, 37 insertions(+), 4 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/93/22493/1

diff --git a/doc/manuals/chapters/gbproxy-configuration.adoc b/doc/manuals/chapters/gbproxy-configuration.adoc
index 057d1ca..20b21d6 100644
--- a/doc/manuals/chapters/gbproxy-configuration.adoc
+++ b/doc/manuals/chapters/gbproxy-configuration.adoc
@@ -1,10 +1,43 @@
 == Configuring OsmoGbProxy
 
-TBD.  Unfortunately this chapter of the manual still needs to be written.
-Osmocom has very limited funding and support resources; Feel free to help
-us completing this documentation by contributing with code, documentation
-or by supporting the developers financially.
+OsmoGbProxy requires very little configuration, most is the configuration of
+the NS links.
+Most config options specific to OsmoGbProxy are related to SGSN pooling and
+telling the proxy which NSE(s) it should use to talk to the SGSN(s).
 
+=== Configure the Network Service (NS)
+
+A detailed description of the NS configuration can be found in <<libosmogb>>.
+The following config snippets assume the SGSN(s) (NSEI 101 and 102) are using
+IP-SNS and listen on 10.0.1.1:23000 and 10.0.1.2:23000 respectively.
+
+This would be the NS config for the SGSN(s):
+
+.Example: NS configuration example (SGSN)
+----
+ns
+ bind udp local
+  listen 127.0.0.1 23000 <1>
+ nse 101 <2>
+  ip-sns 127.0.0.2 23001 <3>
+ nse 102
+  ip-sns 127.0.0.2 23002
+----
+<1> Define the local IP/port from which to connect
+<2> Define an NSE with NSEI
+<3> Use IP-SNS to connect to the SGSN
+
+=== Configure an SGSN
+
+Configuration of a single (non-pooling) SGSN is rather simple.
+
+.Example: SGSN configuration example
+----
+sgsn 101 <1>
+ name Main SGSN <2>
+----
+<1> Each SGSN is identified by its NSEI (same as in the NS configuration)
+<2> An SGSN can optionally have a name. If none is set a default name will be used.
 
 === SGSN pool support
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-sgsn/+/22493
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: I01f8d47f9fa384a2528ddf2e6c936ff28d11409e
Gerrit-Change-Number: 22493
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210127/7dee2afa/attachment.htm>


More information about the gerrit-log mailing list