aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-07-16alloc: Change tx_window optimization strategyJacob Erlbeck1-5/+4
2015-07-16pcu: Use alloc_algorithm_dynamic by defaultJacob Erlbeck1-1/+1
2015-07-16alloc: Add counters for successful algo A/B allocationsJacob Erlbeck3-0/+11
2015-07-16alloc: Add 'dynamic' allocation algorithmJacob Erlbeck6-3/+1741
2015-07-16alloc: Remove disabled code fragment for multi-UL allocationJacob Erlbeck1-21/+0
2015-07-16alloc: Refactor alloc algorithms to only apply changes on successJacob Erlbeck2-91/+157
2015-07-16alloc: Remove redundant first_common_ts handlingJacob Erlbeck1-17/+0
2015-07-16alloc/test: Add test for interleaved TBF chainsJacob Erlbeck3-0/+1104
2015-07-16alloc/test: Put TBF allocation loop into alloc_many_tbfsJacob Erlbeck1-22/+43
2015-07-16ms: Add is_idle() method to GprsMs::GuardJacob Erlbeck2-0/+10
2015-07-16tbf: Put the TFI->TBF mapping into the PDCH objectsJacob Erlbeck7-93/+98
2015-07-16alloc: Allocate TFI per slot (algorithm A)Jacob Erlbeck5-301/+549
2015-07-16tbf: Move TFI selection into alloc_algorithmJacob Erlbeck11-237/+319
2015-07-16pdch: Manage TFIs per directionJacob Erlbeck4-18/+11
2015-07-16alloc/test: Check for TFI conflictsJacob Erlbeck2-1/+110
2015-07-16alloc: Fix MS_B/MS_C interpretationJacob Erlbeck2-213/+221
2015-07-16alloc: Do not use masking for multislot class type 2 MSJacob Erlbeck2-39/+47
2015-07-16alloc: Select applicable Tta/TraJacob Erlbeck2-13/+48
2015-07-16alloc: Use an enum instead of numbers to select the maskJacob Erlbeck1-10/+12
2015-07-16alloc: Merge find_least_busy_pdch and find_least_reserved_pdchJacob Erlbeck1-59/+19
2015-07-15sba: Fix loop exit in SBAController::alloc (Coverity)Jacob Erlbeck1-1/+1
2015-07-14llc: Fix comparison warningJacob Erlbeck1-1/+1
2015-07-07alloc: Use least reserved PDCH for algo AJacob Erlbeck4-34/+118
2015-07-07alloc/test: Delete first TBF after the second is allocatedJacob Erlbeck3-100/+77
2015-07-07sba: Reverse TS search orderJacob Erlbeck1-2/+2
2015-07-07alloc: Disable inner loop debugging by defaultJacob Erlbeck1-9/+15
2015-07-07alloc: Optimize find_free_usfJacob Erlbeck1-9/+4
2015-07-07tbf: Keep a set of used TFI and USF per PDCHJacob Erlbeck3-57/+92
2015-07-07alloc: Skip common TS without free USF when ratingJacob Erlbeck4-36/+68
2015-07-07alloc: Only reserve 1 UL slot with algorithm BJacob Erlbeck4-73/+66
2015-07-07alloc: Set minimum slot capacity to 1Jacob Erlbeck1-0/+2
2015-07-07alloc: Only use common UL slots when calculating the capacityJacob Erlbeck4-55/+67
2015-07-07alloc: Replace Algorithm B implementationJacob Erlbeck4-604/+659
2015-07-07tbf: Add Poll Timeout countersJacob Erlbeck3-0/+20
2015-07-03Revert "tbf: Add GprsMs* argument to update() and use it in reuse_tbf"Jacob Erlbeck2-10/+4
2015-07-03tbf: Remove call to update() in reuse_tbfJacob Erlbeck2-26/+0
2015-07-03tbf: Set ms in call to tbf_alloc_dl_tbfJacob Erlbeck2-13/+1
2015-07-03alloc: Base algo A on reserved PDCHsJacob Erlbeck2-10/+12
2015-07-03alloc: Ignore slots with differing TSC if multiple slots are requestedJacob Erlbeck1-1/+18
2015-07-03ms: Get the set of slots currently activeJacob Erlbeck4-0/+66
2015-07-03ms: Add support for slot reservationJacob Erlbeck4-3/+102
2015-07-03alloc: Load balancing for algo AJacob Erlbeck5-104/+437
2015-07-03tbf: Add GprsMs* argument to update() and use it in reuse_tbfJacob Erlbeck3-5/+11
2015-07-03ms: Add tbf() method to get the TBF based on the directionJacob Erlbeck6-0/+33
2015-07-03ms: Add first_common_ts method to GprsMsJacob Erlbeck2-0/+13
2015-07-03tbf: Maintain the number of TBF per PDCHJacob Erlbeck5-8/+106
2015-07-03tbf/test: Add assertionsJacob Erlbeck1-0/+2
2015-07-03alloc/test: Use LOGL_DEBUG environment variableJacob Erlbeck1-0/+2
2015-07-03alloc/test: Enhance test_alloc_aJacob Erlbeck3-5/+20
2015-07-03alloc/test: Add test for successive allocationJacob Erlbeck3-0/+467