aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tbf
AgeCommit message (Expand)AuthorFilesLines
2016-02-05edge: Use RLC data block encoding functionsJacob Erlbeck1-71/+142
2016-02-05tbf/test: Add missing function name printfsJacob Erlbeck2-0/+14
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: Extend gprs_rlcmac_dl_tbf::handle by egprs_ms_classJacob Erlbeck1-5/+5
2015-12-15edge: Support EGPRS multislot class handling in tbf_allocJacob Erlbeck2-13/+13
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 Erlbeck2-3/+21
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-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 Erlbeck2-10/+12
2015-08-28l1: Use the FN of all data_ind/ra_ind DSP messagesJacob Erlbeck1-0/+2
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 Erlbeck2-23/+220
2015-08-24tbf/test: Add test_tbf_dl_reuseJacob Erlbeck3-0/+790
2015-08-24tbf/test: Do RLC based ack instead of just fakingJacob Erlbeck2-49/+78
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 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