aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2016-02-08edge: Make window size configurableJacob Erlbeck3-0/+133
2016-02-08edge: Disable GPRS/EGPRS mixed modeJacob Erlbeck3-0/+38
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 Erlbeck3-3/+57
2016-02-05edge: Support MCS data block encodingJacob Erlbeck1-0/+243
2016-02-05edge: Select implementation by mode in rlc_data_to_dl_appendJacob Erlbeck1-13/+13
2016-02-05edge: Use rlc_data_to_dl_append in create_new_bsnJacob Erlbeck1-14/+14
2016-02-05edge: Add Encoding::rlc_data_to_dl_appendJacob Erlbeck2-0/+253
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: Add encoder for downlink RLC data blocksJacob Erlbeck1-0/+70
2016-02-05edge: Add init functions for gprs_rlc_data_infoJacob Erlbeck2-0/+20
2016-02-05edge: Fix RLC message sizeJacob Erlbeck1-4/+4
2016-02-05edge: Rename gprs_rlc_ul_header_egprs and gprs_rlc_ul_data_block_infoJacob Erlbeck1-1/+1
2016-02-05edge: Enable EGPRS in downlink TBFsJacob Erlbeck1-51/+51
2016-02-01edge: Replace integer cs by GprsCodingSchemeJacob Erlbeck2-72/+72
2016-02-01edge: Add methods and operators to GprsCodingSchemeJacob Erlbeck1-3/+4
2016-02-01tbf: Use LListHead instead of llist_podsJacob Erlbeck1-6/+6
2016-02-01edge/test: Rename test_rlc_decoder to test_rlc_unit_decoderJacob Erlbeck2-4/+4
2016-02-01rlc: Add constructor to window classesJacob Erlbeck1-3/+3
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-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