aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf_ul.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-12tbf_ul.h: Mark empty param list as voidPau Espin Pedrol1-8/+8
2023-07-26Split rlc_{dl_,ul_,}window out of rlc.{h,cpp}Pau Espin Pedrol1-0/+1
2023-04-26Move resource allocation outside of tbf allocationPau Espin Pedrol1-3/+2
2023-04-26Move out of alloc_algo code modifying the data modelPau Espin Pedrol1-0/+1
2022-12-16Refactor code rejecting UL-TBF upon rx of PktResourceReqPau Espin Pedrol1-2/+2
2022-12-16tbf_ul: Fix wrong struct type in fieldPau Espin Pedrol1-1/+1
2022-11-18Split tbf_fsm as tbf_{ul,dl}_fsmPau Espin Pedrol1-0/+2
2022-11-18tbf: Add tbf_as_{ul,dl}_tbf_const func helpersPau Espin Pedrol1-0/+1
2022-10-31Rename tbf_alloc_ul_tbf -> ul_tbf_allocPau Espin Pedrol1-1/+1
2022-10-31Move UL allocation&assign functions to gprs_ms.cPau Espin Pedrol1-4/+3
2022-10-31ul_tbf: Define m_contention_resolution_done as boolPau Espin Pedrol1-1/+1
2022-10-28Rename as_{dl,ul}_tbf -> tbf_as_{dl,ul}_tbfPau Espin Pedrol1-1/+1
2022-10-28Fix mess with struct tbf types passed to LOGPTBF macroPau Espin Pedrol1-1/+11
2021-12-14treewide: remove FSF address2021q4Oliver Smith1-4/+0
2021-10-18pdch: Simplify code path allocating UL TBFPau Espin Pedrol1-2/+1
2021-08-23Move tbf ul_ack_state to osmocom FSMPau Espin Pedrol1-4/+13
2021-08-23replace dl_ass_state with osmocom FSMPau Espin Pedrol1-0/+1
2021-08-23Replace ul_ass_state with osmocom FSMPau Espin Pedrol1-2/+2
2021-08-23Move rate_ctr free to tbf subclass destructorPau Espin Pedrol1-0/+1
2021-05-11Implement T3141Pau Espin Pedrol1-0/+2
2021-05-11Split ul_tbf alloc on CCCH into new functionPau Espin Pedrol1-0/+1
2021-05-11Rename function s/tbf_alloc_ul/tbf_alloc_ul_pacch/Pau Espin Pedrol1-2/+2
2021-04-26ul_tbf: Clean up handle_tbf_reject()Pau Espin Pedrol1-1/+1
2021-03-31pdch_ulc: Store TBF poll reasonPau Espin Pedrol1-1/+1
2021-03-24Properly implement N3101Pau Espin Pedrol1-0/+2
2021-03-24Set matching USF if available when polling a UL TBFPau Espin Pedrol1-1/+4
2021-01-19Unify BTS into a C usable structurePau Espin Pedrol1-1/+1
2021-01-05Convert GprsMS and helpers classes to CPau Espin Pedrol1-17/+13
2020-10-24Move ul_tbf allocation code to correct filePau Espin Pedrol1-0/+6
2020-10-24tbf: Set MS during constructor timePau Espin Pedrol1-1/+1
2020-10-24tbf: Implement enable_egprs() oncePau Espin Pedrol1-7/+0
2020-10-24tbf: Make window() available to tbf base classPau Espin Pedrol1-1/+1
2020-05-19tbf_ul: Fix UL ACK not sent to MS if intermediate UL block is lostPau Espin Pedrol1-1/+3
2019-09-25Move out tbf subclasses from tbf.h to their own headersPau Espin Pedrol1-0/+138