aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tbf/TbfTest.err
AgeCommit message (Expand)AuthorFilesLines
2015-09-01bts: Start a DL TBF if needed after establishment of an UL TBFJacob Erlbeck1-0/+19
2015-09-01bts: Release DL TBF instead of killing in rcv_resource_requestJacob Erlbeck1-6/+3
2015-09-01tbf: Refactor reuse_tbf into releasing and DL TBF establishmentJacob Erlbeck1-5/+8
2015-09-01Revert "tbf: Do not kill DL TBF on Packet Resource Request"Jacob Erlbeck1-6/+8
2015-08-28poll: Use the data_ind FN as time source for current frameJacob Erlbeck1-0/+4
2015-08-28tbf: Add logging for pollingJacob Erlbeck1-0/+16
2015-08-24ms: Store references to replaced TBFs in the MS objectJacob Erlbeck1-20/+219
2015-08-24tbf/test: Add test_tbf_dl_reuseJacob Erlbeck1-0/+687
2015-08-24tbf/test: Do RLC based ack instead of just fakingJacob Erlbeck1-30/+52
2015-08-24tbf/test: Simplify RLC block number handlingJacob Erlbeck1-12/+12
2015-08-21tbf: Move pending LLC frames when merging MS objectsJacob Erlbeck1-1/+1
2015-08-21tbf: Do not kill DL TBF on Packet Resource RequestJacob Erlbeck1-8/+6
2015-08-21tbf/test: Add tests for RACH while DL TBFs are activeJacob Erlbeck1-0/+429
2015-08-21tbf/test: Fix existing testsJacob Erlbeck1-8/+54
2015-08-21tbf/test: Move UL TBF establishment into separate functionsJacob Erlbeck1-3/+3
2015-08-18ms: Move MS information merging to GprsMSJacob Erlbeck1-3/+2
2015-08-17tbf: Clean old MS objects if they have the same TLLIJacob Erlbeck1-8/+9
2015-08-13tbf: Always start T3193 when changing state to GPRS_RLCMAC_WAIT_RELEASEJacob Erlbeck1-1/+4
2015-07-16tbf: Put the TFI->TBF mapping into the PDCH objectsJacob Erlbeck1-7/+7
2015-07-16alloc: Allocate TFI per slot (algorithm A)Jacob Erlbeck1-138/+46
2015-07-16tbf: Move TFI selection into alloc_algorithmJacob Erlbeck1-121/+187
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-03tbf: Maintain the number of TBF per PDCHJacob Erlbeck1-0/+57
2015-06-29tbf: Always create an MS object on TBF allocationJacob Erlbeck1-121/+131
2015-06-22tbf: Fix downlink packet lossJacob Erlbeck1-5/+50
2015-06-22tbf/test: Add test for DL LLC packet lossJacob Erlbeck1-0/+60
2015-06-22tbf: Include CS into create_new_bsn log messageJacob Erlbeck1-27/+27
2015-06-08tbf: Move the current CS field to GprsMsJacob Erlbeck1-2/+2
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 Erlbeck1-35/+6
2015-05-28tbf/test: Add tests for single and two phase accessJacob Erlbeck1-0/+96
2015-05-28tbf: Remove TBF chaining (m_new_tbf and m_old_tbf)Jacob Erlbeck1-4/+2
2015-05-28tbf/test: Attach TLLI and MS objects to TBFsJacob Erlbeck1-74/+93
2015-05-28ms: Use the IMSI to retrieve the MS objectJacob Erlbeck1-0/+2
2015-05-28tbf: Move IMSI to MS objectJacob Erlbeck1-0/+75
2015-05-27tbf/test: Fix IMSI creationJacob Erlbeck1-64/+64
2015-05-27tbf: Always call set_tlli/confirm_tlli in update_msJacob Erlbeck1-33/+67
2015-05-27tbf: Remove the TLLI from the TBFsJacob Erlbeck1-4/+1
2015-05-21tbf: Just pass the MS object in reuse_tbfJacob Erlbeck1-8/+0
2015-05-21ms: Support new and old TLLIsJacob Erlbeck1-1/+6
2015-05-20tbf: Add MS object management to TBF codeJacob Erlbeck1-0/+72
2015-04-09tbf: Send BSSGP LLC discarded on TBI exhaustionJacob Erlbeck1-0/+1
2015-04-09tbf/test: Add test for DL TBF exhaustionJacob Erlbeck1-0/+548
2015-03-25tbf: Poll MS on idle DL TBFsJacob Erlbeck1-27/+27
2015-03-25tbf/test: Add test for delayed releaseJacob Erlbeck1-0/+216
2015-03-25tbf: Use put_frame in append_data if the TBF has no dataJacob Erlbeck1-18/+12