aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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-16rlc: Do not raise_v_q in receive_bsnJacob Erlbeck1-8/+17
2015-12-16edge: Add test cases for rlc_data_from_ul_dataJacob Erlbeck2-0/+314
2015-12-15edge: Add information about data blocks to GprsCodingSchemeJacob Erlbeck1-0/+4
2015-12-15edge: Add header type property to GprsCodingSchemeJacob Erlbeck1-0/+6
2015-12-15edge: Use GprsCodingScheme to adjust the UL RLC block sizeJacob Erlbeck1-0/+27
2015-12-15edge: Add test for GprsCodingSchemeJacob Erlbeck4-2/+240
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 Erlbeck3-30/+32
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-28tbf: Use explicit initialisations in constructor (Coverity)Jacob Erlbeck1-11/+11
2015-08-24ms: Store references to replaced TBFs in the MS objectJacob Erlbeck4-24/+227
2015-08-24llist: Add missing const qualifier in llist cast methodJacob Erlbeck1-0/+4
2015-08-24tbf: Use C++/talloc magic to support TBF constructors/destructorsJacob Erlbeck1-11/+11
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-21llc: Add move_and_merge method to llc_queueJacob Erlbeck3-0/+58
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-21llc: Add CoDel AQM implementationJacob Erlbeck4-2/+191
2015-07-16alloc: Make alloc_algorithm_dynamic statefulJacob Erlbeck3-893/+423
2015-07-16alloc/test: Fix trx_no assertionJacob Erlbeck1-1/+2
2015-07-16alloc/test: Free the TBF if the recursion has failedJacob Erlbeck1-0/+4
2015-07-16alloc/test: Use lower case for slots with TFI shortageJacob Erlbeck1-16/+39
2015-07-16alloc: Use a separate usage computation for algo AJacob Erlbeck1-56/+56
2015-07-16alloc/test: Show expectation before failureJacob Erlbeck1-1/+10
2015-07-16alloc: Add 'dynamic' allocation algorithmJacob Erlbeck3-0/+1703
2015-07-16alloc: Refactor alloc algorithms to only apply changes on successJacob Erlbeck1-7/+7
2015-07-16alloc/test: Add test for interleaved TBF chainsJacob Erlbeck3-0/+1104
2015-07-16alloc/test: Put TBF allocation loop into alloc_many_tbfsJacob Erlbeck1-22/+43