aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_rlcmac_ts_alloc.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-30tbf: Make tfi private and update the codeHolger Hans Peter Freyther1-4/+4
2013-10-30tbf: Remove the trx_no field from the tbf, go through the trx objectHolger Hans Peter Freyther1-2/+2
2013-10-30alloc: Remove the ts parameter from the internal interfaceHolger Hans Peter Freyther1-13/+11
2013-10-30bts/tbf: Move the lists into the BTS and do the look-up from the BTSHolger Hans Peter Freyther1-0/+1
2013-10-30pdch: Move enable/disable into the PDCH codeHolger Hans Peter Freyther1-4/+4
2013-10-30alloc: Move usf into the scope it is actually usedHolger Hans Peter Freyther1-1/+2
2013-10-30alloc: Factor out the routine to find an enabled PDCHHolger Hans Peter Freyther1-9/+19
2013-10-30alloc: Remove the unimplemented/unfinished time constraint codeHolger Hans Peter Freyther1-47/+11
2013-10-30alloc: Remove code duplication for downlink assignmentHolger Hans Peter Freyther1-6/+12
2013-10-30alloc: Introduce a backpointer from the tbf to the trx and simplify codeHolger Hans Peter Freyther1-12/+12
2013-10-30alloc: Call it trx_no and not trx as it is not trx objectHolger Hans Peter Freyther1-11/+11
2013-10-30alloc: Move the two timeslot alloc algorithms to a dedicated fileHolger Hans Peter Freyther1-0/+590