aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2021-02-19tests: Replace deprecated API log_set_print_filenamePau Espin Pedrol3-3/+3
2021-02-19tests: Explicitly drop category from logPau Espin Pedrol3-0/+6
2021-02-15ta_control: make 'struct bts_ul_meas' parameters constVadim Yanitskiy1-1/+1
2021-02-07power_control: implement handling of P_Con_INTERVAL parameterVadim Yanitskiy6-1/+284
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 Yanitskiy5-2/+727
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 Yanitskiy5-8/+8
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-26measurement: fix expected number of measurementsPhilipp Maier1-0/+1
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 Yanitskiy4-2/+30
2020-08-18common: tx_power: Fix bug in power ramp up below max-initial valuePau Espin Pedrol2-12/+0
2020-08-18tests: tx_power: Extend and add extra power_ramp buggy casePau Espin Pedrol3-10/+76
2020-08-03Constify the 'trx' argument of trx_get_hlayer1() everywhereVadim Yanitskiy1-1/+1
2020-07-20tx_power_test: Disable using color in log outputPau Espin Pedrol2-37/+37
2020-06-23bts_model: Convert bts_model_trx_close() to return asynchronouslyPau Espin Pedrol1-2/+3
2020-06-18power_ramp: Add support to get callback when ramping process completesPau Espin Pedrol1-1/+1
2020-06-18Introduce LOGPTRX macro and use it in tx_power.cPau Espin Pedrol1-37/+37
2020-06-18Fix missing bts_model implementations in stubs.c and bts_model.cPau Espin Pedrol1-0/+11
2020-06-18tests/stubs.c: Add missing stub for bts_model_change_powerPau Espin Pedrol1-0/+3
2020-06-18meas_tests: Avoid redefining all bts_model stubsPau Espin Pedrol2-86/+1
2020-06-18handover_tests: Avoid redefining all bts_model stubsPau Espin Pedrol3-19/+4
2020-06-15A-bis/RSL: refactor handling of BS Power IE (power reduction)Vadim Yanitskiy1-8/+8
2020-06-11Do not mix public and private BTS features, use libosmocore's APIVadim Yanitskiy1-4/+4
2020-06-01tests/tx_power: Speed up testPau Espin Pedrol1-0/+1
2020-04-25measurement: remove unecessary is_amr_sid_update parameterPhilipp Maier1-1/+1
2020-04-20fix compilation with gcc-10Harald Welte1-0/+1
2020-01-20measurment: write irssi_full_sum variable correctlyPhilipp Maier2-4/+4
2020-01-20ta_control: move timing advance code from osmo-bts-trx to commonPhilipp Maier5-1/+699
2019-11-20power_control.c: Limit speed of announced MS Power Level value changesPau Espin Pedrol2-5/+66