aboutsummaryrefslogtreecommitdiffstats
path: root/tests/power_ctrl.vty
AgeCommit message (Collapse)AuthorFilesLines
2021-02-07power_control: make P_CON_INTERVAL parameter configurableVadim Yanitskiy1-1/+28
Change-Id: I6e0fae81cc60f708e49d5eb8dfc0bbcad926b18f Related: SYS#4918
2021-01-12power_control: add increase / reduce step size recommendationsVadim Yanitskiy1-1/+4
Change-Id: I82e762c0c2b5e0dd739850ee494ab0a798e353de Related: SYS#4918
2021-01-03power_control: vty: do not print 'no (rxlev-avg|rxqual-avg)'Vadim Yanitskiy1-12/+0
Presence of these lines in the config file does not necessarily mean that the BTS will not perform measurement pre-processing. It actually means that the BSC would not include the optional IEs related to the measurement pre-processing, so the BTS may still apply its default averaging algorythm with default parameters. In order to avoid potential confusion, let's avoid printing them. Change-Id: I585b5bf4fde93d66e47666e0fa9903f21a268b51 Related: SYS#4918
2020-12-29power_control: vty: some commands are not vendor specificVadim Yanitskiy1-4/+4
Change-Id: I43cad92ea50f819ee56101d131d0060c2f8e174f Related: SYS#4918
2020-12-29power_control: enable dynamic MS power control for osmo-btsVadim Yanitskiy1-16/+22
Before the recent changes, the MS Power Parameters IE would always be included empty in RSL CHANnel ACTIVation messages iff the BTS type is 'osmo-bts'. Then this behavior was changed, so the user would need to enable dynamic power control explicitly. This is a regression, let's revert it back to the old behaviour. Change-Id: Idb453fc894584ccf4f5f8b45a24421db958e9478 Related: SYS#4918
2020-12-27power_control: fix swapped lower/upper RxQual threshold valuesVadim Yanitskiy1-10/+10
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-23power_control: reflect MS/BS Power difference in the VTY promptVadim Yanitskiy1-45/+45
Change-Id: I66d414a5f761eeec042a47207fc7d295e073cd10 Related: SYS#4918
2020-12-22power_control: add VTY command to set static / maximum BS PowerVadim Yanitskiy1-0/+38
Change-Id: I11ca856aba46aaf84d94cbbdf4c39a01ee8289b9 Related: SYS#4918
2020-12-22power_control: add VTY commands for per-BTS configurationVadim Yanitskiy1-0/+205
Change-Id: Ifd6ea29c3b9dbaccf92856131d5fb2e352b84eb2 Related: SYS#4918