aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
AgeCommit message (Expand)AuthorFilesLines
2021-03-31tbf: Get rid of attribute poll_tsPau Espin Pedrol1-5/+2
2021-03-31tbf: Get rid of attribute poll_fnPau Espin Pedrol1-3/+2
2021-03-31tbf: get rid of poll_state completelyPau Espin Pedrol1-24/+0
2021-03-31tbf: Get rid of unneeded poll_scheduled()Pau Espin Pedrol1-6/+0
2021-03-31pdch_ulc: Store TBF poll reasonPau Espin Pedrol1-12/+5
2021-03-15Replace PollController with newly added PDCH UL ControllerPau Espin Pedrol1-0/+1
2021-02-03nacc: Implement Pkt Cell Change Continue retransmissionPau Espin Pedrol1-0/+3
2021-02-01tbf: Constify some methodsPau Espin Pedrol1-2/+2
2021-01-29Introduce NACC supportPau Espin Pedrol1-0/+1
2021-01-29tbf: Make tbf_ms() param constPau Espin Pedrol1-1/+1
2021-01-19Move tbf::free_all static methods to proper object filesPau Espin Pedrol1-3/+0
2021-01-19Get rid of unused gsm_timer.{cpp,h}Pau Espin Pedrol1-2/+0
2021-01-19Rename 'bts_data' leftovers to 'bts'Pau Espin Pedrol1-2/+1
2021-01-19Unify BTS into a C usable structurePau Espin Pedrol1-16/+4
2021-01-11tbf: remove 'software error' logs from tbf_freePau Espin Pedrol1-16/+0
2021-01-11tbf: add virtual destructorEric1-0/+1
2021-01-05Convert GprsMS and helpers classes to CPau Espin Pedrol1-18/+36
2020-11-10TLLI 0x00000000 is a valid TLLI, use 0xffffffff insteadVadim Yanitskiy1-1/+2
2020-10-29tbf: Clean up gprs_rlcmac_dl_tbf::handle()Pau Espin Pedrol1-1/+0
2020-10-25tbf: Drop unused function disable_egprs()Pau Espin Pedrol1-6/+0
2020-10-24Move dl_tbf allocation code to correct filePau Espin Pedrol1-2/+0
2020-10-24Move ul_tbf allocation code to correct filePau Espin Pedrol1-9/+3
2020-10-24tbf: Set MS during constructor timePau Espin Pedrol1-8/+3
2020-10-24tbf: Implement enable_egprs() oncePau Espin Pedrol1-1/+2
2020-10-24tbf: Make window() available to tbf base classPau Espin Pedrol1-0/+2
2020-09-22cosmetic: Fix typo in commentPau Espin Pedrol1-2/+2
2020-09-22tbf: Don't log rlcmac_diag() output in separate linesPau Espin Pedrol1-1/+3
2020-06-26tbf: Drop unneeded method set_tlli_from_ulPau Espin Pedrol1-1/+0
2020-05-20Get rid of class GprsCodingSchemePau Espin Pedrol1-5/+7
2020-05-14Drop unneeded arg 'ta' in tbf_alloc_ul()Pau Espin Pedrol1-1/+1
2020-05-12Expect ms object to exist before calling tbf_alloc_dl_tbf()Pau Espin Pedrol1-2/+1
2020-05-12Expect ms object to exist before calling tbf_alloc_ul_tbf()Pau Espin Pedrol1-5/+3
2019-10-09VTY: fix command 'show tbf all': properly filter TBFsVadim Yanitskiy1-0/+4
2019-09-25Move out tbf subclasses from tbf.h to their own headersPau Espin Pedrol1-238/+0
2019-09-12Introduce osmo_tdef infra and timer VTY commandsPau Espin Pedrol1-6/+2
2019-09-05cosmetic: tbf: Rename T and N arraysPau Espin Pedrol1-2/+2
2019-07-17fix spelling errors detected by lintianThorsten Alteholz1-1/+1
2019-03-27TBF: update MCS countersMax1-2/+2
2018-05-25read monotonic clock with clock_gettime() instead of gettimeofday()Stefan Sperling1-3/+3
2018-02-20TBF: make network counters internalMax1-7/+14
2018-02-19Update header includesMax1-3/+6
2018-02-03TBF: add helpers for assignment type handlingMax1-1/+50
2018-01-26Simplify TS alloc: adjust allocator signaturesMax1-6/+4
2018-01-24TBF: make poll state internalMax1-1/+27
2018-01-24TBF: make UL ack state internalMax1-2/+20
2018-01-24TBF: make UL/DL state internalMax1-2/+52
2018-01-19TBF: add dedicated log categoriesMax1-4/+4
2018-01-17TBF: log source of state transitionsMax1-6/+9
2018-01-12TBF: unify EGPRS window calculationMax1-2/+4
2018-01-12TBF-DL: move priority computation into functionMax1-0/+9