aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-30ta: Create TimingAdvance class and make it belong to the BTSHolger Hans Peter Freyther1-1/+1
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-3/+3
2013-10-30bts: Remove the global state gprs_rlcmac_trigger_downlink_assignmentHolger Hans Peter Freyther1-2/+2
2013-10-30bts: Remove global state and the usage of the gprs_rlcmac_btsHolger Hans Peter Freyther1-3/+2
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-6/+6
2013-10-28tbf: Prepare to make thing things private in the tbf, start with the stateHolger Hans Peter Freyther1-9/+9
2013-10-28tbf: Move the tbf_timer_cb into the tbf classHolger Hans Peter Freyther1-0/+227
2013-10-28tbf: Move many routines related to the tbf from gprs_rlcmac to tbf.cHolger Hans Peter Freyther1-0/+153
2013-10-28tbf: Add another variant of the free_all now by pdchHolger Hans Peter Freyther1-0/+14
2013-10-28tbf: Move the code to close all timeslots into the tbf classHolger Hans Peter Freyther1-0/+14
2013-10-18tbf: Move the alloc_ul_tbf into tbf.c and change signatureHolger Hans Peter Freyther1-0/+35
2013-10-18tbf: Add more to do items for refactoring on the dl assignmentHolger Hans Peter Freyther1-0/+2
2013-10-18tbf: Warn about copy and paste between different tbf alloc routinesHolger Hans Peter Freyther1-0/+1
2013-10-18tbf: Move the creation of a new tbf for the downlink to a new methodHolger Hans Peter Freyther1-70/+80
2013-10-18tbf: Create an assign method for IMSI.Holger Hans Peter Freyther1-2/+8
2013-10-18tbf: Move code that sets the tbf's ms_class to a central placeHolger Hans Peter Freyther1-5/+9
2013-10-18tbf: Separate the easy path out of the receive pathHolger Hans Peter Freyther1-49/+70
2013-10-18tbf: Begin to add some structure to the tbf codeHolger Hans Peter Freyther1-0/+160