aboutsummaryrefslogtreecommitdiffstats
path: root/tests/power
AgeCommit message (Expand)AuthorFilesLines
2021-01-24power_control: clarify the meaning of 'delta' in logging messagesVadim Yanitskiy1-76/+76
2021-01-21power_control: add test for inc / red step size limitationsVadim Yanitskiy3-0/+189
2021-01-20power_control: fix: properly print 'delta' applied to attenuationVadim Yanitskiy1-30/+30
2021-01-20power_control: print current RxLev and lower/upper thresholdsVadim Yanitskiy1-53/+53
2021-01-08power_control: rework handling of DL RxQual measurementsVadim Yanitskiy3-64/+81
2021-01-08power_control: use more reasonable reduce step sizeVadim Yanitskiy5-78/+121
2021-01-08power_control: generalize measurement pre-processing stateVadim Yanitskiy1-2/+3
2021-01-08power_control: migrate MS/BS control loops to the new paramsVadim Yanitskiy3-76/+88
2020-12-09power_control: make raise/lower step limitation configurableVadim Yanitskiy4-28/+49
2020-12-06power_control: clarify units in 'struct bts_power_ctrl_params'Vadim Yanitskiy2-20/+20
2020-12-06power_control: implement BS (Downlink) Power ControlVadim Yanitskiy4-2/+720
2020-12-04power_control: do not log averaged RSSI values as 'rx-current'Vadim Yanitskiy1-4/+4
2020-12-04power_control: remove a logging statement and early returnVadim Yanitskiy1-9/+9
2020-12-04power_control: lchan_ul_pf_ewma(): do not use lchan->meas.res_nrVadim Yanitskiy1-1/+1
2020-12-04power_control: generalize power control state structureVadim Yanitskiy1-1/+1
2020-12-02tests/power: rename s/power_test/ms_power_loop_test/Vadim Yanitskiy4-4/+4
2020-12-02bts: add Downlink power control parametersVadim Yanitskiy1-0/+1
2020-12-02bts: rename MS_UL_PF_ALGO_{NONE,EWMA} to BTS_PF_ALGO_{NONE,EWMA}Vadim Yanitskiy1-1/+1
2020-12-02struct gsm_bts: move ul_power_{target,hysteresis} to ul_power_ctrlVadim Yanitskiy1-14/+14
2020-10-19power_control: tolerate small deviations from 'rx-target'Vadim Yanitskiy3-3/+54
2020-10-19power_control: do nothing if 'rx-current' equals 'rx-target'Vadim Yanitskiy1-3/+3
2020-10-18power_test: fix incorrect line termination in init_test()Vadim Yanitskiy1-2/+2
2020-10-15power_control: implement EWMA based Uplink power filteringVadim Yanitskiy3-0/+96
2020-10-15tests/power_test: do not assert in apply_power_test()Vadim Yanitskiy2-28/+57
2020-10-15tests/power_test: move bts/trx/ts/lchan init to init_test()Vadim Yanitskiy3-43/+58
2020-10-15tests/power_test: also match stderr, not only stdoutVadim Yanitskiy3-1/+28
2019-11-20power_control.c: Limit speed of announced MS Power Level value changesPau Espin Pedrol2-5/+66
2019-11-14power_control.c: Apply latests improvements from loops.cPau Espin Pedrol1-0/+9
2019-11-14Change gsm_lchan field fixed to boolPau Espin Pedrol1-2/+2
2019-11-14Change gsm_bts_trx field to bool and rename itPau Espin Pedrol1-1/+1
2018-07-02Remove unneeded direct libortp dependencyPau Espin Pedrol1-2/+2
2018-03-17Get rid of 'struct gsm_bts_role_bts'Harald Welte1-4/+1
2017-12-11cosmetic: tests/power: remove unused var "ret"Philipp Maier1-1/+0
2017-10-24Make power test more verboseMax2-16/+20
2017-10-23Move power loop to generic testsMax3-0/+104