osmo-bsc/src
Vadim Yanitskiy f4674e3f7a power_control: fix swapped lower/upper RxQual threshold values
According to 3GPP TS 45.008, section A.3.2.1:

  c) Comparison of RXQUAL_XX with L_RXQUAL_XX_P (XX = DL or UL):

     Increase XX_TXPWR if at least P3 averaged values out of N3
     averaged values are greater (worse quality) than L_RXQUAL_XX_P.

  d) Comparison of RXQUAL_XX with U_RXQUAL_XX_P (XX = DL or UL):

     Decrease XX_TXPWR if at least P4 averaged values out of N4
     averaged values are lower (better quality) than U_RXQUAL_XX_P.

Given that RxQual is a value in range 0 .. 7, where 0 is the best
and 7 is the worst: L_RXQUAL_XX_P must define the worst quality,
while U_RXQUAL_XX_P must define the best quality value.

Change-Id: I0f37b23ed360782f3c1f4275234c4e18a17aa89b
Related: SYS#4918
2020-12-27 12:56:34 +00:00
..
ipaccess Introduce NM GPRS NSVC FSM 2020-12-04 14:44:40 +01:00
osmo-bsc power_control: fix swapped lower/upper RxQual threshold values 2020-12-27 12:56:34 +00:00
utils Introduce NM GPRS NSVC FSM 2020-12-04 14:44:40 +01:00
Makefile.am drop IMSI filter and libfilter completely 2020-05-27 01:56:06 +02:00