<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/26227">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">doc/manuals: add documentation for Temporary ACCH Overpower<br><br>Change-Id: Ie995dac6c7083a2b0b4d582f71f55b3736381edb<br>Related: SYS#5319<br>---<br>M doc/manuals/chapters/power_control.adoc<br>1 file changed, 58 insertions(+), 0 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/27/26227/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 f94dd2e..e76bd82 100644</span><br><span>--- a/doc/manuals/chapters/power_control.adoc</span><br><span>+++ b/doc/manuals/chapters/power_control.adoc</span><br><span>@@ -565,3 +565,61 @@</span><br><span> ----</span><br><span> <1> Remote address of the host running osmo-bsc (localhost in this example)</span><br><span> <2> Maximum BCCH carrier power reduction currently applied</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+=== Temporary ACCH overpower</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+Temporary overpower (TOP) is a power control technique that allows to improve</span><br><span style="color: hsl(120, 100%, 40%);">+SACCH/FACCH performance in case of bad C/I.  The key idea of TOP is to</span><br><span style="color: hsl(120, 100%, 40%);">+increment the BS transmit power by 2..4 dB only for FACCH/SACCH bursts, while</span><br><span style="color: hsl(120, 100%, 40%);">+keeping all voice bursts at the lower (normal) level as determined by the</span><br><span style="color: hsl(120, 100%, 40%);">+downlink power control loop.  This allows to reduce call drop rate and</span><br><span style="color: hsl(120, 100%, 40%);">+increase capacity in deployments with tight frequence reuse.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+NOTE: It's not possible to increase the current BS power beyond the maximum</span><br><span style="color: hsl(120, 100%, 40%);">+transmit power level supported by the PHY.  Thus if the BTS is already</span><br><span style="color: hsl(120, 100%, 40%);">+transmitting at full power, the overpower logic cannot increase it even</span><br><span style="color: hsl(120, 100%, 40%);">+further.  This is also why TOP must be employed *together with BS power</span><br><span style="color: hsl(120, 100%, 40%);">+control*, either static or dynamic.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+The main area of use for TOP is traffic channels employing the AMR (Adaptive</span><br><span style="color: hsl(120, 100%, 40%);">+Multi Rate) codec, that is more robust to interference than the associated</span><br><span style="color: hsl(120, 100%, 40%);">+signalling channels.  While AMR provides sufficient speech quality even at</span><br><span style="color: hsl(120, 100%, 40%);">+very low C/I levels, the associated signalling channels may be suffering from</span><br><span style="color: hsl(120, 100%, 40%);">+channel coding errors.  This imbalance can be compensated by employing TOP,</span><br><span style="color: hsl(120, 100%, 40%);">+which can be efficiently combined with the ACCH repetition technique.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+This feature requires no support on the mobile station side and can be used</span><br><span style="color: hsl(120, 100%, 40%);">+with UEs implementing the most recent 3GPP relese features, as well as legacy</span><br><span style="color: hsl(120, 100%, 40%);">+UEs.  However, it needs to be implemented in the BTS.  Given that TOP itself</span><br><span style="color: hsl(120, 100%, 40%);">+is not specified in 3GPP specifications, osmo-bsc uses Osmocom specific</span><br><span style="color: hsl(120, 100%, 40%);">+A-bis/RSL IEs in order to activate it.  Therefore, only the recent osmo-bts</span><br><span style="color: hsl(120, 100%, 40%);">+versions may be instructed to activate this feature.  Make sure that feature</span><br><span style="color: hsl(120, 100%, 40%);">+#023 "FACCH/SACCH Temporary overpower" is present in the feature vector.</span><br><span style="color: hsl(120, 100%, 40%);">+This can be checked by issuing `show bts` command in OsmoBSC's VTY interface.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+TOP is disabled by default.  Below is a configuration example enabling it:</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+----</span><br><span style="color: hsl(120, 100%, 40%);">+network</span><br><span style="color: hsl(120, 100%, 40%);">+ bts 0</span><br><span style="color: hsl(120, 100%, 40%);">+  overpower dl-acch 2 <1></span><br><span style="color: hsl(120, 100%, 40%);">+  overpower rxqual 4 <2></span><br><span style="color: hsl(120, 100%, 40%);">+----</span><br><span style="color: hsl(120, 100%, 40%);">+<1> Overpower of maximum 2 dB for both SACCH and FACCH.</span><br><span style="color: hsl(120, 100%, 40%);">+<2> Enable TOP only if RxQual is worse than 4 (BER >= 1.6%).</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+It's also possible to enable TOP only for FACCH or SACCH selectively, or</span><br><span style="color: hsl(120, 100%, 40%);">+or keep it enabled permanently regardless of the reported RxQual:</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+----</span><br><span style="color: hsl(120, 100%, 40%);">+OsmoBSC(config-net-bts)# overpower ?</span><br><span style="color: hsl(120, 100%, 40%);">+  dl-acch   Enable overpower for both SACCH and FACCH</span><br><span style="color: hsl(120, 100%, 40%);">+  dl-sacch  Enable overpower for SACCH only</span><br><span style="color: hsl(120, 100%, 40%);">+  dl-facch  Enable overpower for FACCH only</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+OsmoBSC(config-net-bts)# overpower rxqual 0?</span><br><span style="color: hsl(120, 100%, 40%);">+  0  BER >= 0% (always on)</span><br><span style="color: hsl(120, 100%, 40%);">+----</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+These parameters are indicated to the BTS during a logical channel activation</span><br><span style="color: hsl(120, 100%, 40%);">+or modifications procedures, so they can be changed at run-time.</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/26227">change 26227</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/+/26227"/><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: Ie995dac6c7083a2b0b4d582f71f55b3736381edb </div>
<div style="display:none"> Gerrit-Change-Number: 26227 </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>