aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tbf/TbfTest.err
AgeCommit message (Expand)AuthorFilesLines
2016-02-08edge: Disable GPRS/EGPRS mixed modeJacob Erlbeck1-0/+2
2016-02-08edge: Call update_window even if FINAL_ACK_INDICATION is setJacob Erlbeck1-0/+31
2016-02-08tbf: Use bitvec based window methods for GPRSJacob Erlbeck1-0/+1
2016-02-05edge: Use rlc_data_to_dl_append in create_new_bsnJacob Erlbeck1-14/+14
2016-02-05edge: Use RLC data block encoding functionsJacob Erlbeck1-71/+142
2016-02-05edge: Enable EGPRS in downlink TBFsJacob Erlbeck1-51/+51
2016-02-01edge: Replace integer cs by GprsCodingSchemeJacob Erlbeck1-70/+70
2016-02-01rlc: Dump RLC data for debuggingJacob Erlbeck1-0/+18
2015-12-16edge: Use a single PDCH rcv_data_block method for GPRS and EGPRSJacob Erlbeck1-37/+44
2015-12-16tbf: Refactor parts of extract_tlli into set_tlli_from_ulJacob Erlbeck1-2/+2
2015-12-15edge: Use GprsCodingScheme to adjust the UL RLC block sizeJacob Erlbeck1-0/+27
2015-12-15edge: Support EGPRS multislot class handling in tbf_allocJacob Erlbeck1-10/+10
2015-09-11bssgp: Use measured leak rate for flow controlJacob Erlbeck1-0/+2
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