aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-30bts: Provide the first set of countersHolger Hans Peter Freyther1-2/+11
2013-10-30tbf: Move gprs_rlcmac_send_data_block_acknowledged into tbfHolger Hans Peter Freyther1-0/+331
2013-10-30tbf: Move gprs_rlcmac_send_packet_uplink_assignment into the tbfHolger Hans Peter Freyther1-0/+140
2013-10-30tbf: Move gprs_rlcmac_send_packet_uplink_assignment to the tbfHolger Hans Peter Freyther1-0/+73
2013-10-30tbf: Fix typo in thecommentHolger Hans Peter Freyther1-1/+1
2013-10-30tbf: Move gprs_rlcmac_send_uplink_ack into the tbfHolger Hans Peter Freyther1-0/+53
2013-10-30tbf: Move gprs_rlcmac_send_packet_downlink_assignment into the tbfHolger Hans Peter Freyther1-0/+94
2013-10-30bts: Move gprs_rlcmac_trigger_downlink_assignment into BTSHolger Hans Peter Freyther1-2/+2
2013-10-30debug_dl_ass_idle: Remove the feature as it is obviously brokenHolger Hans Peter Freyther1-5/+0
2013-10-30tbf: Move gprs_rlcmac_poll_timeout into the tbfHolger Hans Peter Freyther1-0/+104
2013-10-30tbf/bts: Move the tfi_find_free into the btsHolger Hans Peter Freyther1-2/+2
2013-10-30tbf/pdch/bts: Move the tbf look-up by tfi into the BTSHolger Hans Peter Freyther1-22/+0
2013-10-30tbf: Fix typo in the debug messageHolger Hans Peter Freyther1-2/+2
2013-10-30tbf: Add todo item tht could help improving debuggingHolger Hans Peter Freyther1-0/+1
2013-10-30tbf: Move the timer routine into the classHolger Hans Peter Freyther1-6/+10
2013-10-30tbf: Move the handle tineout into the tbf classHolger Hans Peter Freyther1-20/+24
2013-10-30tbf: Move the updating of the data into the tbf classHolger Hans Peter Freyther1-8/+8
2013-10-30pdch/tbf: Move gprs_rlcmac_rcv_data_block_acknowledged into the pdchHolger Hans Peter Freyther1-0/+167
2013-10-30misc: Remove the bts parameter from calls that take a tbfHolger Hans Peter Freyther1-2/+2
2013-10-30tbf: First round of removing llc handling from the rlcmac_dataHolger Hans Peter Freyther1-0/+49
2013-10-30bts/tbf: Move the lists into the BTS and do the look-up from the BTSHolger Hans Peter Freyther1-61/+18
2013-10-30tbf: Keep a pointer from the tbf to the BTSHolger Hans Peter Freyther1-3/+4
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