aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf_dl.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-11-04tbf_dl: Don't fake EGPRS MS class when no related info is availablePau Espin Pedrol1-9/+0
2020-10-29tbf_dl: Update (egprs_)ms_class for already known MSPau Espin Pedrol1-23/+11
2020-10-29tbf: Clean up gprs_rlcmac_dl_tbf::handle()Pau Espin Pedrol1-31/+9
2020-10-24Move dl_tbf allocation code to correct filePau Espin Pedrol1-0/+112
2020-10-24tbf: Set MS during constructor timePau Espin Pedrol1-3/+3
2020-10-24tbf: Make window() available to tbf base classPau Espin Pedrol1-1/+1
2020-10-24Move constructor gprs_rlcmac_dl_tbf::BandWidth to correct filePau Espin Pedrol1-0/+10
2020-07-07tbf_dl: uint8_t is enough to store a TA valuePau Espin Pedrol1-1/+1
2020-06-26tbf: Drop unneeded method set_tlli_from_ulPau Espin Pedrol1-2/+0
2020-05-20Get rid of class GprsCodingSchemePau Espin Pedrol1-19/+18
2020-05-18rlc: Move prepare() function out of gprs_rlc_data structPau Espin Pedrol1-1/+1
2020-05-14bts: Drop specific functions to add values to countersPau Espin Pedrol1-2/+2
2020-05-14bts: Drop specific functions to increase countersPau Espin Pedrol1-25/+25
2020-05-12Expect ms object to exist before calling tbf_alloc_dl_tbf()Pau Espin Pedrol1-5/+7
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