aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/loops.c
AgeCommit message (Collapse)AuthorFilesLines
2016-02-15TRX: factor out the scheduler from remaining codeHarald Welte1-39/+44
The L1 scheduler is a generally useful component that is unfortunately tied quite a bit into the OsmoTRX support. Let's try to separate it out by having separate per-trx/per-ts/per-chan data structures pre-fixed with l1sched_ Using this patch it should be one step easier to use the scheduler for other BTS models, such as the intended upcoming virtual BTS.
2015-11-05TRX: catch up with trhe amr_mode naming changesHarald Welte1-3/+3
OpenBSC introduced a naming change in 615ed46a6ab25f71a7ab0d8201d33b4dbf8fc5b0 but osmo-bts fixes were only about osmo-bts-sysmo, not osmo-bts-trx. This updates osmo-bts-trx accordingly.
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