<p>daniel has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-sgsn/+/22496">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">manuals/gbproxy: Move pooling to separate chapter<br><br>Change-Id: Ie2ad652c8261ce56cb2ed1a6f16a81486ccdf063<br>Related: SYS#5115, SYS#5005<br>---<br>M doc/manuals/chapters/gbproxy-configuration.adoc<br>M doc/manuals/chapters/gbproxy-sgsnpool.adoc<br>2 files changed, 25 insertions(+), 24 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/96/22496/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/doc/manuals/chapters/gbproxy-configuration.adoc b/doc/manuals/chapters/gbproxy-configuration.adoc</span><br><span>index 20b21d6..cde3f44 100644</span><br><span>--- a/doc/manuals/chapters/gbproxy-configuration.adoc</span><br><span>+++ b/doc/manuals/chapters/gbproxy-configuration.adoc</span><br><span>@@ -39,27 +39,3 @@</span><br><span> <1> Each SGSN is identified by its NSEI (same as in the NS configuration)</span><br><span> <2> An SGSN can optionally have a name. If none is set a default name will be used.</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-=== SGSN pool support</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(0, 100%, 40%);">-In a SGSN pool, osmo-gbproxy is facing the problem of dividing the downlink</span><br><span style="color: hsl(0, 100%, 40%);">-capacity of a cell towards the SGSN.  The BSS advertises the per-BVC capacity</span><br><span style="color: hsl(0, 100%, 40%);">-by means of the BSSGP FLOW-CONTROL-BVC messages, but as there are multiple</span><br><span style="color: hsl(0, 100%, 40%);">-SGSN in a pool, they all have to share / divide that total capacity.</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(0, 100%, 40%);">-By default, osmo-gbproxy advertises the full capacity to _each_ of the SGSN</span><br><span style="color: hsl(0, 100%, 40%);">-pool members, which results in significant over-provisioning and can lead to</span><br><span style="color: hsl(0, 100%, 40%);">-overload situations.</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(0, 100%, 40%);">-The administrator can configure the _percentage_ of the overall BSS-advertised</span><br><span style="color: hsl(0, 100%, 40%);">-capacity that shall be reported to each pool member SGSN using the</span><br><span style="color: hsl(0, 100%, 40%);">-`pool bvc-flow-control-ratio <1-100>` configuration command.</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(0, 100%, 40%);">-A setting of 100 means that each pool member is informed of 100% of the</span><br><span style="color: hsl(0, 100%, 40%);">-BSS side capacity.</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(0, 100%, 40%);">-A setting of 25 means that each pool member is informed of 25% of the</span><br><span style="color: hsl(0, 100%, 40%);">-BSS side capacity.  This would make most sense in a set-up with four</span><br><span style="color: hsl(0, 100%, 40%);">-SGSN of equal share.</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(0, 100%, 40%);">-More complex capacity division schemes are so far not supported by</span><br><span style="color: hsl(0, 100%, 40%);">-osmo-gbproxy.</span><br><span>diff --git a/doc/manuals/chapters/gbproxy-sgsnpool.adoc b/doc/manuals/chapters/gbproxy-sgsnpool.adoc</span><br><span>index c600bcf..61806af 100644</span><br><span>--- a/doc/manuals/chapters/gbproxy-sgsnpool.adoc</span><br><span>+++ b/doc/manuals/chapters/gbproxy-sgsnpool.adoc</span><br><span>@@ -192,3 +192,28 @@</span><br><span> sgsn nsei 1</span><br><span>  allow-attach</span><br><span> ----</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+==== Traffic allocation</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+In a SGSN pool, osmo-gbproxy is facing the problem of dividing the downlink</span><br><span style="color: hsl(120, 100%, 40%);">+capacity of a cell towards the SGSN.  The BSS advertises the per-BVC capacity</span><br><span style="color: hsl(120, 100%, 40%);">+by means of the BSSGP FLOW-CONTROL-BVC messages, but as there are multiple</span><br><span style="color: hsl(120, 100%, 40%);">+SGSN in a pool, they all have to share / divide that total capacity.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+By default, osmo-gbproxy advertises the full capacity to _each_ of the SGSN</span><br><span style="color: hsl(120, 100%, 40%);">+pool members, which results in significant over-provisioning and can lead to</span><br><span style="color: hsl(120, 100%, 40%);">+overload situations.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+The administrator can configure the _percentage_ of the overall BSS-advertised</span><br><span style="color: hsl(120, 100%, 40%);">+capacity that shall be reported to each pool member SGSN using the</span><br><span style="color: hsl(120, 100%, 40%);">+`pool bvc-flow-control-ratio <1-100>` configuration command.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+A setting of 100 means that each pool member is informed of 100% of the</span><br><span style="color: hsl(120, 100%, 40%);">+BSS side capacity.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+A setting of 25 means that each pool member is informed of 25% of the</span><br><span style="color: hsl(120, 100%, 40%);">+BSS side capacity.  This would make most sense in a set-up with four</span><br><span style="color: hsl(120, 100%, 40%);">+SGSN of equal share.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+More complex capacity division schemes are so far not supported by</span><br><span style="color: hsl(120, 100%, 40%);">+osmo-gbproxy.</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-sgsn/+/22496">change 22496</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-sgsn/+/22496"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-sgsn </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ie2ad652c8261ce56cb2ed1a6f16a81486ccdf063 </div>
<div style="display:none"> Gerrit-Change-Number: 22496 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: daniel <dwillmann@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>