aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tbf
AgeCommit message (Expand)AuthorFilesLines
2015-08-24tbf/test: Simplify RLC block number handlingJacob Erlbeck2-26/+26
2015-08-24tbf/test: Add send_rlc_block function with a TBF as parameterJacob Erlbeck1-10/+14
2015-08-21tbf/test: Move UL MAC block encoding into a separate functionJacob Erlbeck1-12/+24
2015-08-21tbf: Move pending LLC frames when merging MS objectsJacob Erlbeck2-2/+2
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-16tbf: Put the TFI->TBF mapping into the PDCH objectsJacob Erlbeck2-9/+9
2015-07-16alloc: Allocate TFI per slot (algorithm A)Jacob Erlbeck1-138/+46
2015-07-16tbf: Move TFI selection into alloc_algorithmJacob Erlbeck2-124/+190
2015-07-07tbf: Keep a set of used TFI and USF per PDCHJacob Erlbeck1-53/+53
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 Erlbeck1-0/+139
2015-07-03ms: Add tbf() method to get the TBF based on the directionJacob Erlbeck2-0/+14
2015-07-03tbf: Maintain the number of TBF per PDCHJacob Erlbeck1-0/+57
2015-07-03tbf/test: Add assertionsJacob Erlbeck1-0/+2
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 Erlbeck1-1/+1
2015-06-29tbf: Remove update_tlli methodJacob Erlbeck1-3/+0
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-08tbf: Move the current CS field to GprsMsJacob Erlbeck2-6/+8
2015-06-08tbf: Store MS class in GprsMs objectsJacob Erlbeck1-0/+37
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 Erlbeck2-7/+9
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 Erlbeck2-35/+70
2015-05-27tbf: Remove the TLLI from the TBFsJacob Erlbeck2-6/+1
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 Erlbeck1-1/+1
2015-05-21ms: Support new and old TLLIsJacob Erlbeck2-10/+28
2015-05-20tbf/test: Optionally show talloc reportJacob Erlbeck1-0/+3
2015-05-20tbf: Add MS object management to TBF codeJacob Erlbeck1-0/+72
2015-05-04tbf/test: Fix old_tbf argument to tbf_alloc_ul_tbfJacob Erlbeck1-1/+1
2015-04-09tbf: Send BSSGP LLC discarded on TBI exhaustionJacob Erlbeck1-0/+1
2015-04-09tbf/test: Add test for DL TBF exhaustionJacob Erlbeck3-0/+601
2015-03-25tbf: Poll MS on idle DL TBFsJacob Erlbeck1-27/+27