aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf_dl.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-03-16Use clock_gettime(CLOCK_MONOTONIC) and timespec everywherePau Espin Pedrol1-11/+11
2020-03-02llc_queue::{dequeue,enqueue}() refactorPau Espin Pedrol1-4/+5
2020-01-06Pass paging group instead of imsi where later is not neededPau Espin Pedrol1-1/+4
2019-12-04tbf_dl.cpp: Fix typo in log linePau Espin Pedrol1-1/+1
2019-09-26tbf_dl.cpp: Remove dup call to tbf_update_ms_class() in state GPRS_RLCMAC_WAI...Pau Espin Pedrol1-1/+0
2019-09-26tbf_dl: Setup m_llc_timer in constructor using osmocom APIPau Espin Pedrol1-5/+1
2019-09-26Move tbf_{dl,ul} child constructors to respective .cpp filesPau Espin Pedrol1-0/+13
2019-09-25Move out tbf subclasses from tbf.h to their own headersPau Espin Pedrol1-0/+2
2019-09-17Use osmo_tdef to implement dl-tbf-idle-timePau Espin Pedrol1-2/+4
2019-09-12tbf_dl: add comments to the schedulerAlexander Couzens1-2/+13
2019-09-12Introduce osmo_tdef infra and timer VTY commandsPau Espin Pedrol1-4/+3
2019-09-11tbf_dl: make preemptive retransmission optionalOliver Smith1-1/+1
2019-04-08cosmetic: use const pointer for bts_dataMax1-2/+4
2019-04-08Update MCS selection for retransmissionMax1-5/+3
2019-03-27TBF-DL: cosmetic update for helper routinesMax1-38/+32
2019-03-27TBF: update MCS countersMax1-62/+57
2019-03-26MCS: add mcs_is_*() helpersMax1-4/+4
2019-03-19TBF-DL: log MCS as stringMax1-5/+5
2019-03-19MCS: use value_string for conversionMax1-5/+6
2019-03-19MCS: move HeaderType enum outside of class definitionMax1-7/+7
2019-03-12MCS: move Coding Scheme enum outside of class definitionMax1-35/+35
2019-02-19Clarify write_immediate_assignment() signatureMax1-1/+1
2018-02-20TBF: make network counters internalMax1-1/+1
2018-02-19Update header includesMax1-2/+12
2018-02-03TBF: add helpers for assignment type handlingMax1-6/+2
2018-02-03TBF: decrease logging verbosity for trafficMax1-2/+2
2018-01-26Simplify TS alloc: adjust allocator signaturesMax1-3/+3
2018-01-24TBF: make poll state internalMax1-2/+2
2018-01-24TBF: make UL/DL state internalMax1-1/+1
2018-01-19TBF: add dedicated log categoriesMax1-104/+87
2018-01-17TBF: log source of state transitionsMax1-5/+5
2018-01-12TBF: unify EGPRS window calculationMax1-16/+4
2018-01-12TBF: move window parameters to UL/DL levelMax1-0/+5
2018-01-12TBF: cleanup state flag handlingMax1-13/+4
2018-01-04cosmetic: clarify coding scheme and puncturingMax1-4/+4
2018-01-04TBF-DL: mark rcvd_dl_ack() parameters as booleanMax1-2/+2
2018-01-02TBF: log timer invocation sourceMax1-3/+3
2018-01-02TBF: unify timer handlingMax1-2/+1
2017-12-20TBF: implement independent T31xx timersMax1-7/+7
2017-12-20Introduce LOGTBF* for consistent loggingMax1-25/+17
2017-12-15TBF-DL: fix misleading idle time checkMax1-1/+1
2017-12-05TBF: expand timer loggingMax1-4/+4
2017-09-08TBF-DL: extend index check for RLC block copyMax1-0/+3
2017-09-04cosmetic: convert explicit warnings to fixme/todoMax1-1/+1
2017-08-14Simplify polling troubleshootingMax1-3/+1
2017-08-14Move DL assignment to TBF-DLMax1-1/+35
2017-07-29Remove #warnings that have been adressed since 2015Harald Welte1-2/+0
2017-07-10Remove TBF knowledge from rcv_control*dl_ack_nackMax1-2/+24
2017-05-26Cleanup FN schedulingMax1-16/+13
2017-02-14dl tbf: initialize punct values and verifyNeels Hofmeyr1-4/+8