aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/loops.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-31osmo-bts-trx: Don't attemtp to adjust MS power if fixedHarald Welte1-0/+3
2019-07-31osmo-bts-trx: Don't increment rssi_valid_count twiceHarald Welte1-1/+0
2018-12-23osmo-bts-trx/loops.c: Make code control flow more readableHarald Welte1-20/+9
2018-12-23osmo-bts-trx/loops.c: Use lchan name based loggingHarald Welte1-56/+36
2018-12-23osmo-bts-trx/loops.[ch]: Make functions "void" if they always return 0Harald Welte1-50/+31
2018-12-23osmo-bts-trx/loops.c: Add comments documenting TA + MS power control loopHarald Welte1-0/+30
2018-11-22Fix deprecated gsm_arfcn2band(), use gsm_arfcn2band_rc()Vadim Yanitskiy1-6/+5
2018-02-27trx/scheduler: Use integer math for TOA (Timing of Arrival)Harald Welte1-14/+17
2017-08-24osmo-bts-trx: remove global variables from loopsMax1-10/+8
2017-08-19osmo-bts-trx: Remove an unused variable. Resolves a compiler warning.Alexander Chemeris1-4/+0
2017-08-19osmo-bts-trx: Fix MS power control loop.Alexander Chemeris1-11/+11
2016-02-15TRX: factor out the scheduler from remaining codeHarald Welte1-39/+44
2015-11-05TRX: catch up with trhe amr_mode naming changesHarald Welte1-3/+3
2015-09-22trx: Cleanup unused parts of loops.cAlexander Chemeris1-7/+2
2015-09-22TRX: Support for AMR full speechAndreas Eversberg1-0/+97
2015-09-22TRX: Code cleanup, prepare for other codecs than GSM full rateAndreas Eversberg1-5/+1
2015-09-22TRX: Implementation of MS power and timing advance loopsAndreas Eversberg1-0/+251