aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
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
2019-10-17Fix common misspellings and typosMartin Hauke2-2/+2
2019-09-05ETWS Primary Notification via P1 Rest OctetsHarald Welte1-3/+16
2019-07-21Move Access Burst link quality handling to L1SAPVadim Yanitskiy1-0/+2
2018-11-26bts_model: Allow TS connect to be processed asynchronouslyPau Espin Pedrol3-5/+5
2018-11-19properly initialize si3 in test_is_ccch_for_agch_setup()Stefan Sperling1-1/+1
2018-11-18bts: Allocate TRX for BTS dynamically, deprecate -tPau Espin Pedrol4-8/+26
2018-09-30paging_test: Fix AGCH/PCH split test for second half of 102 multiframeHarald Welte2-13/+13
2018-09-13measurement: fix unit-test test_lchan_meas_process_measurementPhilipp Maier1-2/+5
2018-09-13measurement: remove missed interval end detectionPhilipp Maier2-587/+0
2018-08-31paging: add unit-test to check different bs_ag_blks_res settingsPhilipp Maier2-0/+76
2018-08-30measurement: add SUB measurements in test_lchan_meas_process_measurementPhilipp Maier2-417/+66
2018-08-30measurement: substitue missing measurementsPhilipp Maier3-56/+633
2018-08-29cosmetic: test_is_meas_overdue() does not test is_meas_complete()Philipp Maier2-2/+2
2018-08-29measurement: fix is_meas_overdue() and increase testcoveragePhilipp Maier1-0/+216
2018-08-29measurement: add unit tests for ts45008_83_is_sub()Philipp Maier2-0/+158
2018-08-29measurement: add unit tests for is_meas_complete()Philipp Maier2-0/+181
2018-08-28cosmetic: remove wrong commentPhilipp Maier1-3/+0
2018-08-28cosmetic: fix sourcecode formattingPhilipp Maier1-12/+12
2018-08-20measurement: make sure measurement interval end is detectedPhilipp Maier2-0/+918
2018-08-16cosmetic: separate measurement testcase definitionsPhilipp Maier3-156/+153