aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_rlcmac_ts_alloc.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-01-04alloc_algorithm_b: Add seperate function to shrink rx window when TS are removedjolly/allocation-fixesAndreas Eversberg1-6/+12
2014-01-04alloc_algorithm_b: Increment 'i', so allocated TS will not exceed tx_rangeAndreas Eversberg1-2/+2
2014-01-04alloc_algorithm_b: Do not select uplink slots that cannot be used for downlinkAndreas Eversberg1-4/+21
2014-01-04alloc_algorithm_b: Set tx_range to 8, if all 8 TS are supported by MSAndreas Eversberg1-0/+3
2014-01-04alloc_algorithm_b: For type 1 MS, limit number of donwlink TS to 5Andreas Eversberg1-0/+6
2014-01-04alloc_algorithm_b: Correctly increment RX/TX window, even if TS is not useableAndreas Eversberg1-8/+8
2013-12-26alloc: Move the uplink ts selection/pre-assignment out of the codeHolger Hans Peter Freyther1-87/+100
2013-12-26alloc: Move the selection of the first enabled pdch to a new methodHolger Hans Peter Freyther1-14/+23
2013-12-26alloc: Move the tx window calculation to a new methodHolger Hans Peter Freyther1-18/+24
2013-12-26alloc: Move upating of the rx window max for Type==1 to a new methodHolger Hans Peter Freyther1-10/+21
2013-12-26alloc: Move the collision handling to a new methodHolger Hans Peter Freyther1-64/+88
2013-12-26alloc: Move the selection of downlink slots to a new methodHolger Hans Peter Freyther1-67/+86
2013-12-25alloc: Simplify the assignment of Trb and TtbHolger Hans Peter Freyther1-6/+2
2013-12-25alloc: Add a note that the tx window handling differs from rxHolger Hans Peter Freyther1-0/+2
2013-12-25tbf: Kill the tsc member as it duplicates dataHolger Hans Peter Freyther1-3/+2
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