aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-12-24 14:52:03 +0100
committerlaforge <laforge@osmocom.org>2021-01-12 08:27:52 +0000
commit0a2541c3c30bed97ce6bd269e540b6fc7c6a1ddf (patch)
tree22f44c9647e7959db9f71098b6313e7f062c2765 /doc
parentc52a1b7d80d862bec115cf245e8e9109f7548c5e (diff)
power_control: add increase / reduce step size recommendations
Diffstat (limited to 'doc')
-rw-r--r--doc/manuals/chapters/power_control.adoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/manuals/chapters/power_control.adoc b/doc/manuals/chapters/power_control.adoc
index 0cf7d89a0..5de2b9ca6 100644
--- a/doc/manuals/chapters/power_control.adoc
+++ b/doc/manuals/chapters/power_control.adoc
@@ -201,6 +201,11 @@ in the tolerance window. In the example above, RxQual=3 would not trigger the
control loop to increase BS power, as well as RxLev=38 (-72 dBm) would not trigger
power reduction.
+TIP: It's recommended to harmonize the increase step size with the RxLev threshold
+window in a way that the former is less or equal than/to the later. For example,
+if the RxLev threshold is 32 .. 36 (-78 .. -74 dBm), then the window size is 4 dB,
+and thus the increase step should be less or equal (e.g. 2 or 4 dB).
+
In 3GPP TS 45.008, lower and upper RxLev thresholds are referred as `L_RXLEV_XX_P`
and `U_RXLEV_XX_P`, while the RxQual thresholds are referred as `L_RXQUAL_XX_P` and
`U_RXQUAL_XX_P`, where the `XX` is either `DL` (Downlink) or `UL` (Uplink).