aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/scheduler_trx.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-27rx_tchh_fn(): Avoid copy+pasting formula to determine odd-ness of fnHarald Welte1-4/+7
2017-05-27scheduler_trx: Avoid copy+pasting determining CMR from FNHarald Welte1-8/+12
2017-05-27scheduler_trx.c: Avoid code duplication for BER10k computationHarald Welte1-8/+16
2017-05-27scheduler_trx.c: Fix typos, improve comments, cosmeticsHarald Welte1-25/+35
2017-05-22osmo-bts-trx: use libosmocodingMax1-20/+20
2017-03-23osmo-bts-trx: fix scheduling of broken framesMax1-2/+4
2017-02-19osmo-trx-bts: Fix incorrect bts shutdown procedure in case of clock loss from...Ivan Klyuchnikov1-13/+1
2016-11-29osmo-bts-trx: remove obsolete include of netif/rtp.hNeels Hofmeyr1-2/+0
2016-11-08Initialize parameters in osmo-trx for 11bit RACHbhargava1-0/+4
2016-10-13TRX: fix building with latest DTX changesMax1-2/+2
2016-08-08osmo-bts-trx: log decoder bit errors as DEBUG, not NOTICEMike McTernan1-1/+1
2016-08-08Fill measurements data for L1SAPMax1-8/+22
2016-07-28trx: Enable EGPRS handling through burst lengthsTom Tsou1-47/+112
2016-07-09log: osmo-bts-trx: change PDTCH block logs to DEBUG levelNeels Hofmeyr1-2/+2
2016-07-09log: osmo-bts-trx: change access burst logs to DEBUG levelNeels Hofmeyr1-2/+2
2016-06-27TRX: add Uplink DTX support for FR/HRMax1-3/+13
2016-06-21Use libosmocodec functions for AMRMax1-16/+19
2016-02-22Fix ocmo-bts-octphy interaction with OsmoPCUMax1-9/+7
2016-02-15Introduce new phy_link and phy_instance abstractionHarald Welte1-17/+16
2016-02-15TRX: Move scheduler to src/commonHarald Welte1-2/+2
2016-02-15TRX: scheduler: Remove dependency to trx_if.[ch]Harald Welte1-0/+10
2016-02-15TRX: scheduler: Move trx_sched_clock() to scheduler_trx.cHarald Welte1-0/+220
2016-02-15TRX: call trx_loop_sacch_clock from TRX scheduler backendHarald Welte1-0/+6
2016-02-15TRX: split scheduler in generic part and backend partHarald Welte1-0/+1234