aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tbf/TbfTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-02-08edge: Disable GPRS/EGPRS mixed modeJacob Erlbeck1-0/+34
2016-02-05tbf/test: Add missing function name printfsJacob Erlbeck1-0/+8
2015-12-15edge: Extend gprs_rlcmac_dl_tbf::handle by egprs_ms_classJacob Erlbeck1-5/+5
2015-12-15edge: Support EGPRS multislot class handling in tbf_allocJacob Erlbeck1-3/+3
2015-09-01bts: Start a DL TBF if needed after establishment of an UL TBFJacob Erlbeck1-3/+2
2015-09-01tbf: Keep the old MS object alive in extract_tlliJacob Erlbeck1-2/+2
2015-09-01Revert "tbf: Do not kill DL TBF on Packet Resource Request"Jacob Erlbeck1-4/+4
2015-08-28l1: Use the FN of all data_ind/ra_ind DSP messagesJacob Erlbeck1-0/+2
2015-08-24ms: Store references to replaced TBFs in the MS objectJacob Erlbeck1-3/+1
2015-08-24tbf/test: Add test_tbf_dl_reuseJacob Erlbeck1-0/+101
2015-08-24tbf/test: Do RLC based ack instead of just fakingJacob Erlbeck1-19/+26
2015-08-24tbf/test: Rename send_rlc_block to request_dl_rlc_blockJacob Erlbeck1-9/+9
2015-08-24tbf/test: Simplify RLC block number handlingJacob Erlbeck1-14/+14
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 Erlbeck1-1/+1
2015-08-21tbf: Do not kill DL TBF on Packet Resource RequestJacob Erlbeck1-3/+3
2015-08-21tbf/test: Add tests for RACH while DL TBFs are activeJacob Erlbeck1-0/+204
2015-08-21tbf/test: Fix existing testsJacob Erlbeck1-3/+60
2015-08-21tbf/test: Move UL TBF establishment into separate functionsJacob Erlbeck1-53/+92
2015-08-17ns: Add logging supportJacob Erlbeck1-0/+1
2015-08-17tbf: Clean old MS objects if they have the same TLLIJacob Erlbeck1-7/+12
2015-08-13tbf: Always start T3193 when changing state to GPRS_RLCMAC_WAIT_RELEASEJacob Erlbeck1-0/+4
2015-07-16tbf: Put the TFI->TBF mapping into the PDCH objectsJacob Erlbeck1-2/+2
2015-07-16tbf: Move TFI selection into alloc_algorithmJacob Erlbeck1-3/+3
2015-07-03ms: Add tbf() method to get the TBF based on the directionJacob Erlbeck1-0/+12
2015-07-03tbf/test: Add assertionsJacob Erlbeck1-0/+2
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