<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/22099">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">power_control: cosmetic changes and fixes to the documentation<br><br>Change-Id: I744d09fb22d8b07ed433a34a958ef384fd3d62da<br>Related: SYS#4918<br>---<br>M doc/manuals/chapters/power_control.adoc<br>1 file changed, 11 insertions(+), 11 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/99/22099/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/doc/manuals/chapters/power_control.adoc b/doc/manuals/chapters/power_control.adoc</span><br><span>index b8d182a..0cf7d89 100644</span><br><span>--- a/doc/manuals/chapters/power_control.adoc</span><br><span>+++ b/doc/manuals/chapters/power_control.adoc</span><br><span>@@ -35,7 +35,7 @@</span><br><span> </span><br><span> It depends on how the power control parameters are signaled to the BTS.  If a given</span><br><span> BTS vendor/model requires _each_ RSL CHANnel ACTIVation message to contain the full</span><br><span style="color: hsl(0, 100%, 40%);">-set of parameters, than changing them in the BSC at run-time would affect all newly</span><br><span style="color: hsl(120, 100%, 40%);">+set of parameters, then changing them in the BSC at run-time would affect all newly</span><br><span> established logical channels immediately.  The existing connections would continue</span><br><span> to use parameters which were in use during the time of channel activation.</span><br><span> </span><br><span>@@ -45,7 +45,7 @@</span><br><span> dynamic power control parameters at run-time would affect neither the existing</span><br><span> nor newly established logical channels.</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-It's still possible to 'push' a modified set of MS/BS power control parameters to a</span><br><span style="color: hsl(120, 100%, 40%);">+It's still possible to "push" a modified set of MS/BS power control parameters to a</span><br><span> BTS that accepts the default parameters at startup without triggering the A-bis/RSL</span><br><span> link re-establishment and thus interrupting the service.  The following command</span><br><span> triggers resending of both MS/BS power control parameters:</span><br><span>@@ -68,7 +68,7 @@</span><br><span> (Downlink) power control.  This chapter is aimed to put some light on them.</span><br><span> </span><br><span> All parameters can be set via the VTY interface, currently within the scope of</span><br><span style="color: hsl(0, 100%, 40%);">-a BTS.  This means that all transceivers will 'inherit' the same configuration.</span><br><span style="color: hsl(120, 100%, 40%);">+a BTS node.  This means that all transceivers will "inherit" the same configuration.</span><br><span> </span><br><span> ----</span><br><span> OsmoBSC(config)# network</span><br><span>@@ -99,8 +99,8 @@</span><br><span>   . lv  (rxlev-avg|rxqual-avg) algo osmo-ewma beta <1-99></span><br><span> ----</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-NOTE: Flag 'v' indicates that a given parameter is vendor specific, so different</span><br><span style="color: hsl(0, 100%, 40%);">-BTS vendors/models may ignore or even reject it.  Flag 'l' indicates that changing</span><br><span style="color: hsl(120, 100%, 40%);">+NOTE: Flag `v` indicates that a given parameter is vendor specific, so different</span><br><span style="color: hsl(120, 100%, 40%);">+BTS vendors/models may ignore or even reject it.  Flag `l` indicates that changing</span><br><span> a given parameter at run-time would affect only the new connections.</span><br><span> </span><br><span> ==== Power control mode</span><br><span>@@ -119,7 +119,7 @@</span><br><span> </span><br><span> By default, `static` mode is used for BS power control, while `dyn-bts` is used</span><br><span> for MS power control.  Changing the mode at run-time would not affect already</span><br><span style="color: hsl(0, 100%, 40%);">-established connections, only the new ones (check flag 'l').</span><br><span style="color: hsl(120, 100%, 40%);">+established connections, only the new ones (check flag `l`).</span><br><span> </span><br><span> For BS power control, there is an additional parameter:</span><br><span> </span><br><span>@@ -206,7 +206,7 @@</span><br><span> `U_RXQUAL_XX_P`, where the `XX` is either `DL` (Downlink) or `UL` (Uplink).</span><br><span> </span><br><span> The process of threshold comparison actually involves more than just upper and lower</span><br><span style="color: hsl(0, 100%, 40%);">-values for RxLev and RxQual.  The received 'raw' measurements are being averaged and</span><br><span style="color: hsl(120, 100%, 40%);">+values for RxLev and RxQual.  The received "raw" measurements are being averaged and</span><br><span> stored in a circular buffer, so the power change is triggered only if Pn averages out</span><br><span> of Nn averages exceed the corresponding thresholds.</span><br><span> </span><br><span>@@ -230,15 +230,15 @@</span><br><span> ==== Measurement averaging process</span><br><span> </span><br><span> 3GPP 45.008, section A.3.1 requires that the measurement values reported by both</span><br><span style="color: hsl(0, 100%, 40%);">-an MS and the BTS are be pre-processed before appearing on the input of the</span><br><span style="color: hsl(120, 100%, 40%);">+an MS and the BTS are being pre-processed before appearing on the input of the</span><br><span> corresponding power control loops in any of the following ways:</span><br><span> </span><br><span> - Unweighted average;</span><br><span style="color: hsl(0, 100%, 40%);">-- Weighted average, with the weightings determined by O&M;</span><br><span style="color: hsl(120, 100%, 40%);">+- Weighted average, with the weightings determined by O\&M;</span><br><span> - Modified median calculation, with exceptionally high and low values</span><br><span>   (outliers) removed before the median calculation.</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-The pre-processing is expected to be performed for both MS and BS power control</span><br><span style="color: hsl(120, 100%, 40%);">+The pre-processing is expected to be performed by both MS and BS power control</span><br><span> loops independently, for every input parameter (i.e. RxLev and RxQual).</span><br><span> </span><br><span> ----</span><br><span>@@ -291,7 +291,7 @@</span><br><span> ----</span><br><span> <1> Both MS and BS power control is to be performed by the BTS autonomously.</span><br><span> <2> Unweighted average is applied to RxLev values.</span><br><span style="color: hsl(0, 100%, 40%);">-<3> RxLev Hreqave and Hreqt values: 4 out of 6 SACCH blocks produce an averaged measurement.</span><br><span style="color: hsl(120, 100%, 40%);">+<3> RxLev: Hreqave and Hreqt values: 4 out of 6 SACCH blocks produce an averaged measurement.</span><br><span> <4> Osmocom specific EWMA is applied to RxQual values with smoothing factor = 50% (beta=0.5).</span><br><span> <5> RxQual: Hreqave and Hreqt values: 2 out of 3 SACCH blocks produce an averaged measurement.</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/22099">change 22099</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-bsc/+/22099"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bsc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I744d09fb22d8b07ed433a34a958ef384fd3d62da </div>
<div style="display:none"> Gerrit-Change-Number: 22099 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>