aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-29Revert "llc/test: Explicitly enable extended initialiser lists"Jacob Erlbeck1-4/+0
2015-06-29llc/test: Explicitly enable extended initialiser listsJacob Erlbeck1-0/+4
2015-06-22llc: Move storage of timestamps into gprs_llc_queueJacob Erlbeck3-25/+58
2015-06-22ms: Reduce DL CS level if only a few LLC bytes are leftJacob Erlbeck3-0/+42
2015-06-22llc: Keep track of the number of stored LLC octetsJacob Erlbeck1-0/+7
2015-06-22llc/test: Add test program for LLC related testsJacob Erlbeck5-1/+199
2015-06-22tbf: Fix downlink packet lossJacob Erlbeck2-7/+52
2015-06-22tbf/test: Add test for DL LLC packet lossJacob Erlbeck3-0/+132
2015-06-22tbf: Include CS into create_new_bsn log messageJacob Erlbeck1-27/+27
2015-06-22l1: Pass all L1 measurements upwardsJacob Erlbeck1-3/+6
2015-06-22build: Add -lrt to AM_LDFLAGSJacob Erlbeck1-0/+1
2015-06-08tbf: Move the current CS field to GprsMsJacob Erlbeck2-6/+8
2015-06-08ms: Add back pointer to BTSJacob Erlbeck1-6/+6
2015-06-08tbf: Store MS class in GprsMs objectsJacob Erlbeck2-0/+40
2015-05-28ms: Add timerJacob Erlbeck3-0/+81
2015-05-28tbf: Store the timing advance (TA) value in the GprsMs objectJacob Erlbeck2-44/+26
2015-05-28tbf/test: Add tests for single and two phase accessJacob Erlbeck3-0/+242
2015-05-28tbf: Remove TBF chaining (m_new_tbf and m_old_tbf)Jacob Erlbeck2-11/+10
2015-05-28tbf/test: Attach TLLI and MS objects to TBFsJacob Erlbeck2-74/+97
2015-05-28ms: Use the IMSI to retrieve the MS objectJacob Erlbeck4-7/+31
2015-05-28tbf: Move IMSI to MS objectJacob Erlbeck3-0/+131
2015-05-27tbf/test: Fix IMSI creationJacob Erlbeck2-65/+65
2015-05-27tbf: Always call set_tlli/confirm_tlli in update_msJacob Erlbeck4-44/+83
2015-05-27tbf: Remove the TLLI from the TBFsJacob Erlbeck3-18/+5
2015-05-22llist: Reduce the external dependencies of this testHolger Hans Peter Freyther1-3/+0
2015-05-21tbf: Just pass the MS object in reuse_tbfJacob Erlbeck1-8/+0
2015-05-21tbf: Explicitly pass the direction to update_ms()Jacob Erlbeck2-5/+5
2015-05-21ms: Support new and old TLLIsJacob Erlbeck5-10/+141
2015-05-20ms: Integrate the MS storageJacob Erlbeck1-0/+4
2015-05-20ms: Add MS storage classJacob Erlbeck3-0/+64
2015-05-20llist: Add a C++ wrapper for linux_listJacob Erlbeck6-3/+115
2015-05-20tbf/test: Optionally show talloc reportJacob Erlbeck1-0/+3
2015-05-20tbf: Add MS object management to TBF codeJacob Erlbeck1-0/+72