aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2022-05-10measurement: fix matching of SUB frames by TDMA FNVadim Yanitskiy1-37/+10
2022-05-10measurement: move SACCH detection to process_l1sap_meas_data()Vadim Yanitskiy1-32/+3
2022-05-10tests/meas: improve test_ts45008_83_is_sub_is_sub()Vadim Yanitskiy1-44/+47
2022-05-10tests/meas: improve logging in test_ts45008_83_is_sub_single()Vadim Yanitskiy1-8/+3
2022-05-10struct bts_ul_meas: reflect C/I units in field name s/c_i/ci_cb/Vadim Yanitskiy2-2/+2
2022-04-17struct amr_multirate_conf: remove ms_mode[], raname bts_mode[]Vadim Yanitskiy1-3/+3
2022-04-15tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'Vadim Yanitskiy11-11/+11
2022-04-13amr: fix parsing of threshold and hysteresis in amr_parse_mr_conf()Vadim Yanitskiy1-3/+3
2022-04-13tests/amr: add a unit test for amr_parse_mr_conf()Vadim Yanitskiy5-2/+55
2022-04-13tests/amr/Makefile.am: use proper binary name prefix 'amr_test_'Vadim Yanitskiy1-2/+2
2022-04-13l1sap: l1sap_chan_act(): remove unused *tp argumentVadim Yanitskiy1-2/+2
2022-03-09VTY: fix ambiguity in BTS specific command definitionsVadim Yanitskiy1-1/+1
2021-11-04measurement: pass *mr to lchan_bs_pwr_ctrl()Vadim Yanitskiy3-81/+8
2021-09-20MS Power Control Loop: Fix oscillations within good MS Power LevelsPau Espin Pedrol3-18/+18
2021-09-17tests: MS Power Control Loop: Show oscillation among good power levelsPau Espin Pedrol3-5/+54
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