aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tbf/TbfTest.cpp
AgeCommit message (Expand)AuthorFilesLines
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 Erlbeck1-2/+2
2015-06-22tbf/test: Add test for DL LLC packet lossJacob Erlbeck1-0/+70
2015-06-22l1: Pass all L1 measurements upwardsJacob Erlbeck1-3/+6
2015-06-08tbf: Move the current CS field to GprsMsJacob Erlbeck1-4/+6
2015-05-28tbf: Store the timing advance (TA) value in the GprsMs objectJacob Erlbeck1-9/+20
2015-05-28tbf/test: Add tests for single and two phase accessJacob Erlbeck1-0/+142
2015-05-28tbf: Remove TBF chaining (m_new_tbf and m_old_tbf)Jacob Erlbeck1-7/+8
2015-05-28tbf/test: Attach TLLI and MS objects to TBFsJacob Erlbeck1-0/+4
2015-05-28ms: Use the IMSI to retrieve the MS objectJacob Erlbeck1-7/+7
2015-05-28tbf: Move IMSI to MS objectJacob Erlbeck1-0/+54
2015-05-27tbf/test: Fix IMSI creationJacob Erlbeck1-1/+1
2015-05-27tbf: Always call set_tlli/confirm_tlli in update_msJacob Erlbeck1-2/+3
2015-05-27tbf: Remove the TLLI from the TBFsJacob Erlbeck1-2/+0
2015-05-21tbf: Explicitly pass the direction to update_ms()Jacob Erlbeck1-1/+1
2015-05-21ms: Support new and old TLLIsJacob Erlbeck1-9/+22
2015-05-20tbf/test: Optionally show talloc reportJacob Erlbeck1-0/+3
2015-05-04tbf/test: Fix old_tbf argument to tbf_alloc_ul_tbfJacob Erlbeck1-1/+1
2015-04-09tbf/test: Add test for DL TBF exhaustionJacob Erlbeck1-0/+51
2015-03-25tbf/test: Add test for delayed releaseJacob Erlbeck1-0/+75
2015-03-25tbf/test: Fix fn/block_nr in test_tbf_final_ackJacob Erlbeck1-4/+19
2015-03-25tbf/test: Put BTS setup and DL TBF creation into helper functionsJacob Erlbeck1-23/+45
2015-02-23tbf: Fix dangling m_new_tbf pointerJacob Erlbeck1-5/+15
2015-02-23tbf/test: Modify test to create a dangling TBF pointerJacob Erlbeck1-4/+20
2014-09-19tests/tbf: Use correct function to enqueue llc dataDaniel Willmann1-7/+2
2014-09-10tests/tbf: Test for final ack issueDaniel Willmann1-0/+79
2014-08-15TbfTest: Make logging more verboseDaniel Willmann1-1/+26
2014-07-22bts, tbf: Split alloc_tbf function into separate UL and DL versionsDaniel Willmann1-4/+4
2014-07-03bts, tbf: Separate functions for dl/ul tbf_by_tlli lookupDaniel Willmann1-6/+6
2013-10-30tbf: Update the timing advance for the new tlli based on the old oneHolger Hans Peter Freyther1-0/+2
2013-10-30tbf: Learn and propagate the TLLI changes due a new P-TMSIHolger Hans Peter Freyther1-0/+102