aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2021-09-14Support configuring TA loop SACCH block ratePau Espin Pedrol2-1/+6
2021-09-14Power Control Loop: Set P_CON_INTERVAL to 1 by defaultPau Espin Pedrol2-3/+11
2021-09-13MS Power Control Loop: Feed UL C/I from correct measurement periodPau Espin Pedrol1-1/+1
2021-09-13lchan: Move TA CTRL param to its own substructPau Espin Pedrol2-244/+244
2021-09-13ta_control: Allow switching TA quickerPau Espin Pedrol1-230/+230
2021-09-13TA loop: Take into account UL SACCH 'Actual Timing advance' fieldPau Espin Pedrol1-5/+1
2021-09-11early IA: change default X15 timer to 0 msNeels Hofmeyr1-5/+5
2021-09-11early IMM ASS: add configurable delay for RR IMM ASSNeels Hofmeyr1-5/+21
2021-09-03MS/BS Power Control Loop: Fix downscaling averaging bugPau Espin Pedrol3-7/+7
2021-09-03MS/BS Power Control Loop: Do RxLEV meas avg & delta calculations directly on ...Pau Espin Pedrol3-37/+35
2021-09-03BS Power Control Loop: Support EWMA average algo for RxQual measPau Espin Pedrol1-95/+95
2021-09-03BS Power Control Loop: refactor lchan_bs_pwr_ctrl() to look similar to lchan_...Pau Espin Pedrol1-92/+95
2021-09-03MS Power Control Loop: Improve loggingPau Espin Pedrol1-60/+60
2021-09-03MS Power Control Loop: Take C/I into accountPau Espin Pedrol3-118/+208
2021-09-02sched_lchan_tch_x: use functions to determine AMR tranmssion phasePhilipp Maier5-1/+321
2021-08-18add osmo_tdef groups, exposing T timers on VTY configNeels Hofmeyr1-0/+40
2021-08-18add VTY transcript testingNeels Hofmeyr2-1/+266
2021-06-23osmo-bts-trx: indicate A5/4 support, handle Kc128Eric Wild1-3/+3
2021-06-01[VAMOS] rsl: call bts_supports_cm() from rsl_handle_chan_mod_ie()Vadim Yanitskiy1-10/+34
2021-05-25bts: Clean up TS selection in sign_link_upPau Espin Pedrol1-3/+4
2021-05-11[VAMOS] Merge bts_trx_init() into gsm_bts_trx_alloc()Vadim Yanitskiy2-8/+0
2021-05-09[VAMOS] struct gsm_bts_trx: fix the PHY instance pointerVadim Yanitskiy1-1/+4
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