aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/scheduler.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-22trx: Use NOPE indications on SDCCHHarld Welte1-0/+12
2020-03-22trx: Use NOPE indications from OsmoTRX for TCH/F and TCH/HHarld Welte1-0/+3
2020-01-20l1sap: merge MEAS IND into PRIM PH DATA / PRIM TCHPhilipp Maier1-1/+6
2020-01-03rsl: ensure measurement reports are sentPhilipp Maier1-0/+15
2019-11-19osmo-bts-trx: general handling of NOPE / IDLE indicationsVadim Yanitskiy1-0/+15
2019-10-17Fix common misspellings and typosMartin Hauke1-2/+2
2019-10-04scheduler: fix handling of PTCCH/U and PTCCH/D logical channelsVadim Yanitskiy1-3/+7
2019-10-02scheduler: Use OSMO_ASSERT instead of abortPau Espin Pedrol1-4/+3
2019-10-02scheduler.c: Move some message log level to DEBUGPau Espin Pedrol1-4/+4
2019-07-16osmo-bts-trx/scheduler: pass trx_ul_burst_ind to lchan handlersVadim Yanitskiy1-6/+15
2019-06-27osmo-bts-trx/trx_if.c: introduce TRXD header version handlingVadim Yanitskiy1-13/+13
2019-06-08common/scheduler.c: refactor description of TRXC_* lchansVadim Yanitskiy1-98/+452
2018-10-25common/scheduler.c: track TDMA frame loss per logical channelsVadim Yanitskiy1-67/+142
2018-09-17l1sap/scheduler: Consistently print chan_nr as hex numberHarald Welte1-2/+2
2018-09-09CBCH: Implement CBCH support for osmo-bts-{trx,virtual}Harald Welte1-0/+3
2018-08-01Clarify frame loss counter for l1sched_chan_stateVadim Yanitskiy1-3/+3
2018-07-20scheduler: Log error on fn jumpPau Espin Pedrol1-2/+5
2018-07-20sched: Log RX->RTP packet like we do in add_l1sap_headerPau Espin Pedrol1-1/+7
2018-02-27L1SAP: Increase resolution of reported burst timingHarald Welte1-2/+2
2018-02-27trx/scheduler: Use integer math for TOA (Timing of Arrival)Harald Welte1-2/+2
2018-02-26scheduler: Add missing \n at end of LOG statementHarald Welte1-1/+1
2018-02-26split scheduler_mframe.c from scheduler.cHarald Welte1-815/+0
2018-02-23scheduler.c: Print message when burst substitution happensHarald Welte1-1/+4
2018-02-23scheduler: add trx_sched_is_sacch_fn() functionHarald Welte1-0/+40
2018-02-23scheduler.c: Factor out find_sched_mframe_idx() functionHarald Welte1-15/+22
2017-12-02scheduler: Harmonize log line format; Always print TS name + decoded FNHarald Welte1-30/+21
2017-08-09L1SAP: Use RSL_CHAN_OSMO_PDCH across L1SAPHarald Welte1-2/+2
2017-07-19scheduler: Fix wrong log subsystem: L1C is L1 *control* not user dataHarald Welte1-9/+9
2017-06-15cosmetic: fix some typosVadim Yanitskiy1-3/+3
2017-04-28osmo-bts-trx: cosmetic log fixMax1-9/+11
2017-01-10scheduler: log lchan on which prim error occuredMax1-4/+49
2016-12-05TRX: prevent segfault upon phy initMax1-0/+3
2016-11-11Replace link_id constant with defineMax1-38/+38
2016-08-08Fill measurements data for L1SAPMax1-1/+8
2016-07-28trx: Enable EGPRS handling through burst lengthsTom Tsou1-11/+15
2016-07-27log typo: trx_sched_set_pchan()Neels Hofmeyr1-1/+1
2016-07-25trx: Add EGPRS tables, sequences, and mappingsTom Tsou1-0/+27
2016-02-22Fix ocmo-bts-octphy interaction with OsmoPCUMax1-1/+2
2016-02-15scheduler: Fix ARRAY_SIZE() in trx_sched_init()Harald Welte1-1/+1
2016-02-15use unsigned int to compare wih ARRAY_SIZEHarald Welte1-1/+1
2016-02-15Introduce new phy_link and phy_instance abstractionHarald Welte1-2/+4
2016-02-15TRX: Move scheduler to src/commonHarald Welte1-0/+1621