aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
AgeCommit message (Expand)AuthorFilesLines
2013-10-30tbf: Move the handle tineout into the tbf classHolger Hans Peter Freyther1-3/+1
2013-10-30tbf: Move the updating of the data into the tbf classHolger Hans Peter Freyther1-2/+2
2013-10-30pdch/tbf: Move gprs_rlcmac_rcv_data_block_acknowledged into the pdchHolger Hans Peter Freyther1-0/+3
2013-10-30tbf: First round of removing llc handling from the rlcmac_dataHolger Hans Peter Freyther1-0/+6
2013-10-30bts/tbf: Move the lists into the BTS and do the look-up from the BTSHolger Hans Peter Freyther1-10/+0
2013-10-30tbf: Keep a pointer from the tbf to the BTSHolger Hans Peter Freyther1-1/+4
2013-10-30sba: Create a SBAController that will manage the sbas for a BTSHolger Hans Peter Freyther1-1/+0
2013-10-30bts: Move struct gprs_rlcmac_bts and other structs into a bts.hHolger Hans Peter Freyther1-0/+1
2013-10-30bts: Remove the global state from the tbfHolger Hans Peter Freyther1-1/+1
2013-10-30alloc: Introduce a backpointer from the tbf to the trx and simplify codeHolger Hans Peter Freyther1-0/+1
2013-10-30alloc: Call it trx_no and not trx as it is not trx objectHolger Hans Peter Freyther1-1/+1
2013-10-28tbf: Prepare to make thing things private in the tbf, start with the stateHolger Hans Peter Freyther1-1/+23
2013-10-28tbf: Move the tbf_timer_cb into the tbf classHolger Hans Peter Freyther1-0/+3
2013-10-28tbf: Add another variant of the free_all now by pdchHolger Hans Peter Freyther1-0/+1
2013-10-28tbf: Move the code to close all timeslots into the tbf classHolger Hans Peter Freyther1-0/+4
2013-10-28tbf: Move header definition from gprs_rlcmac to the tbfHolger Hans Peter Freyther1-0/+96
2013-10-28tbf: Move the struct to the tbf.h header fileHolger Hans Peter Freyther1-1/+99
2013-10-18tbf: Move the alloc_ul_tbf into tbf.c and change signatureHolger Hans Peter Freyther1-0/+5
2013-10-18tbf: Begin to add some structure to the tbf codeHolger Hans Peter Freyther1-0/+27