aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-08-21tbf: Move pending LLC frames when merging MS objectsJacob Erlbeck2-2/+2
2015-08-21llc: Add move_and_merge method to llc_queueJacob Erlbeck3-0/+58
2015-08-21tbf: Do not kill DL TBF on Packet Resource RequestJacob Erlbeck2-11/+9
2015-08-21tbf/test: Add tests for RACH while DL TBFs are activeJacob Erlbeck3-0/+639
2015-08-21tbf/test: Fix existing testsJacob Erlbeck2-11/+114
2015-08-21tbf/test: Move UL TBF establishment into separate functionsJacob Erlbeck2-56/+95
2015-08-18ms: Move MS information merging to GprsMSJacob Erlbeck1-3/+2
2015-08-17ns: Add logging supportJacob Erlbeck1-0/+1
2015-08-17tbf: Clean old MS objects if they have the same TLLIJacob Erlbeck2-15/+21
2015-08-13tbf: Always start T3193 when changing state to GPRS_RLCMAC_WAIT_RELEASEJacob Erlbeck2-1/+8
2015-07-21llc: Add CoDel AQM implementationJacob Erlbeck4-2/+191
2015-07-16alloc: Make alloc_algorithm_dynamic statefulJacob Erlbeck3-893/+423
2015-07-16alloc/test: Fix trx_no assertionJacob Erlbeck1-1/+2
2015-07-16alloc/test: Free the TBF if the recursion has failedJacob Erlbeck1-0/+4
2015-07-16alloc/test: Use lower case for slots with TFI shortageJacob Erlbeck1-16/+39
2015-07-16alloc: Use a separate usage computation for algo AJacob Erlbeck1-56/+56
2015-07-16alloc/test: Show expectation before failureJacob Erlbeck1-1/+10
2015-07-16alloc: Add 'dynamic' allocation algorithmJacob Erlbeck3-0/+1703
2015-07-16alloc: Refactor alloc algorithms to only apply changes on successJacob Erlbeck1-7/+7
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-16tbf: Put the TFI->TBF mapping into the PDCH objectsJacob Erlbeck3-19/+13
2015-07-16alloc: Allocate TFI per slot (algorithm A)Jacob Erlbeck4-281/+454
2015-07-16tbf: Move TFI selection into alloc_algorithmJacob Erlbeck4-177/+248
2015-07-16pdch: Manage TFIs per directionJacob Erlbeck2-10/+2
2015-07-16alloc/test: Check for TFI conflictsJacob Erlbeck2-1/+110
2015-07-16alloc: Fix MS_B/MS_C interpretationJacob Erlbeck1-209/+209
2015-07-16alloc: Do not use masking for multislot class type 2 MSJacob Erlbeck1-35/+35
2015-07-16alloc: Select applicable Tta/TraJacob Erlbeck1-4/+4
2015-07-07alloc: Use least reserved PDCH for algo AJacob Erlbeck3-33/+58
2015-07-07alloc/test: Delete first TBF after the second is allocatedJacob Erlbeck3-100/+77
2015-07-07tbf: Keep a set of used TFI and USF per PDCHJacob Erlbeck1-53/+53
2015-07-07alloc: Skip common TS without free USF when ratingJacob Erlbeck3-33/+63
2015-07-07alloc: Only reserve 1 UL slot with algorithm BJacob Erlbeck3-73/+61
2015-07-07alloc: Only use common UL slots when calculating the capacityJacob Erlbeck3-54/+65
2015-07-07alloc: Replace Algorithm B implementationJacob Erlbeck3-186/+285
2015-07-03tbf: Remove call to update() in reuse_tbfJacob Erlbeck1-24/+0
2015-07-03tbf: Set ms in call to tbf_alloc_dl_tbfJacob Erlbeck1-10/+0
2015-07-03alloc: Base algo A on reserved PDCHsJacob Erlbeck1-1/+1
2015-07-03alloc: Load balancing for algo AJacob Erlbeck4-91/+330
2015-07-03ms: Add tbf() method to get the TBF based on the directionJacob Erlbeck3-0/+17
2015-07-03tbf: Maintain the number of TBF per PDCHJacob Erlbeck1-0/+57
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
2015-06-29tbf: Always create an MS object on TBF allocationJacob Erlbeck1-121/+131
2015-06-29tbf: Pass the MS object around instead of old_tbfJacob Erlbeck2-9/+9
2015-06-29tbf: Remove update_tlli methodJacob Erlbeck1-3/+0
2015-06-29llc/test: Use a portable way to set timeval variablesJacob Erlbeck1-8/+12