aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* measurement: pass *mr to lchan_bs_pwr_ctrl()Vadim Yanitskiy2021-11-043-81/+8
* MS Power Control Loop: Fix oscillations within good MS Power LevelsPau Espin Pedrol2021-09-203-18/+18
* tests: MS Power Control Loop: Show oscillation among good power levelsPau Espin Pedrol2021-09-173-5/+54
* Support configuring TA loop SACCH block ratePau Espin Pedrol2021-09-142-1/+6
* Power Control Loop: Set P_CON_INTERVAL to 1 by defaultPau Espin Pedrol2021-09-142-3/+11
* MS Power Control Loop: Feed UL C/I from correct measurement periodPau Espin Pedrol2021-09-131-1/+1
* lchan: Move TA CTRL param to its own substructPau Espin Pedrol2021-09-132-244/+244
* ta_control: Allow switching TA quickerPau Espin Pedrol2021-09-131-230/+230
* TA loop: Take into account UL SACCH 'Actual Timing advance' fieldPau Espin Pedrol2021-09-131-5/+1
* early IA: change default X15 timer to 0 msNeels Hofmeyr2021-09-111-5/+5
* early IMM ASS: add configurable delay for RR IMM ASSNeels Hofmeyr2021-09-111-5/+21
* MS/BS Power Control Loop: Fix downscaling averaging bugPau Espin Pedrol2021-09-033-7/+7
* MS/BS Power Control Loop: Do RxLEV meas avg & delta calculations directly on RxLevelsPau Espin Pedrol2021-09-033-37/+35
* BS Power Control Loop: Support EWMA average algo for RxQual measPau Espin Pedrol2021-09-031-95/+95
* BS Power Control Loop: refactor lchan_bs_pwr_ctrl() to look similar to lchan_ms_pwr_ctrl()Pau Espin Pedrol2021-09-031-92/+95
* MS Power Control Loop: Improve loggingPau Espin Pedrol2021-09-031-60/+60
* MS Power Control Loop: Take C/I into accountPau Espin Pedrol2021-09-033-118/+208
* sched_lchan_tch_x: use functions to determine AMR tranmssion phasePhilipp Maier2021-09-025-1/+321
* add osmo_tdef groups, exposing T timers on VTY configNeels Hofmeyr2021-08-181-0/+40
* add VTY transcript testingNeels Hofmeyr2021-08-182-1/+266
* osmo-bts-trx: indicate A5/4 support, handle Kc128Eric Wild2021-06-231-3/+3
* [VAMOS] rsl: call bts_supports_cm() from rsl_handle_chan_mod_ie()Vadim Yanitskiy2021-06-011-10/+34
* bts: Clean up TS selection in sign_link_upPau Espin Pedrol2021-05-251-3/+4
* [VAMOS] Merge bts_trx_init() into gsm_bts_trx_alloc()Vadim Yanitskiy2021-05-112-8/+0
* [VAMOS] struct gsm_bts_trx: fix the PHY instance pointerVadim Yanitskiy2021-05-091-1/+4
* tests: Replace deprecated API log_set_print_filenamePau Espin Pedrol2021-02-193-3/+3
* tests: Explicitly drop category from logPau Espin Pedrol2021-02-193-0/+6
* ta_control: make 'struct bts_ul_meas' parameters constVadim Yanitskiy2021-02-151-1/+1
* power_control: implement handling of P_Con_INTERVAL parameterVadim Yanitskiy2021-02-076-1/+284
* power_control: clarify the meaning of 'delta' in logging messagesVadim Yanitskiy2021-01-241-76/+76
* power_control: add test for inc / red step size limitationsVadim Yanitskiy2021-01-213-0/+189
* power_control: fix: properly print 'delta' applied to attenuationVadim Yanitskiy2021-01-201-30/+30
* power_control: print current RxLev and lower/upper thresholdsVadim Yanitskiy2021-01-201-53/+53
* power_control: rework handling of DL RxQual measurementsVadim Yanitskiy2021-01-083-64/+81
* power_control: use more reasonable reduce step sizeVadim Yanitskiy2021-01-085-78/+121
* power_control: generalize measurement pre-processing stateVadim Yanitskiy2021-01-081-2/+3
* power_control: migrate MS/BS control loops to the new paramsVadim Yanitskiy2021-01-083-76/+88
* power_control: make raise/lower step limitation configurableVadim Yanitskiy2020-12-094-28/+49
* power_control: clarify units in 'struct bts_power_ctrl_params'Vadim Yanitskiy2020-12-062-20/+20
* power_control: implement BS (Downlink) Power ControlVadim Yanitskiy2020-12-065-2/+727
* power_control: do not log averaged RSSI values as 'rx-current'Vadim Yanitskiy2020-12-041-4/+4
* power_control: remove a logging statement and early returnVadim Yanitskiy2020-12-041-9/+9
* power_control: lchan_ul_pf_ewma(): do not use lchan->meas.res_nrVadim Yanitskiy2020-12-041-1/+1
* power_control: generalize power control state structureVadim Yanitskiy2020-12-041-1/+1
* tests/power: rename s/power_test/ms_power_loop_test/Vadim Yanitskiy2020-12-025-8/+8
* bts: add Downlink power control parametersVadim Yanitskiy2020-12-021-0/+1
* bts: rename MS_UL_PF_ALGO_{NONE,EWMA} to BTS_PF_ALGO_{NONE,EWMA}Vadim Yanitskiy2020-12-021-1/+1
* struct gsm_bts: move ul_power_{target,hysteresis} to ul_power_ctrlVadim Yanitskiy2020-12-021-14/+14
* measurement: fix expected number of measurementsPhilipp Maier2020-10-261-0/+1
* power_control: tolerate small deviations from 'rx-target'Vadim Yanitskiy2020-10-193-3/+54