aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-02-05edge: Use RLC data block encoding functionsJacob Erlbeck2-110/+204
2016-02-05tbf/test: Add missing function name printfsJacob Erlbeck2-0/+14
2016-02-05tbf: Remove obsolete TLLI functionsJacob Erlbeck4-71/+0
2016-02-05edge: Add encoder for downlink RLC data blocksJacob Erlbeck4-0/+213
2016-02-05edge: Add init functions for gprs_rlc_data_infoJacob Erlbeck4-0/+73
2016-02-05rlc: Add info fields for downlinkJacob Erlbeck1-1/+5
2016-02-05edge: Add numDataHeaderBitsUL/DL and numDataBlockHeaderBits methodsJacob Erlbeck2-18/+52
2016-02-05edge: Fix RLC message sizeJacob Erlbeck7-12/+30
2016-02-05edge: Rename gprs_rlc_ul_header_egprs and gprs_rlc_ul_data_block_infoJacob Erlbeck7-22/+22
2016-02-05edge: Remove int casting operator from GprsCodingSchemeJacob Erlbeck1-4/+6
2016-02-05edge: Add work-around to get DL EGPRS from MS objectJacob Erlbeck1-1/+5
2016-02-05edge: Enable EGPRS in downlink TBFsJacob Erlbeck2-53/+64
2016-02-01tbf: Remove bogus gprs_rlcmac_dl_tbf::enable_egprsJacob Erlbeck1-1/+0
2016-02-01edge: Support EGPRS in write_packet_downlink_assignmentJacob Erlbeck3-8/+25
2016-02-01edge: Show current mode in VTYJacob Erlbeck3-0/+13
2016-02-01edge: Replace integer cs by GprsCodingSchemeJacob Erlbeck9-164/+284
2016-02-01edge: Add initial_mcs_dl and initial_mcs_ul config valuesJacob Erlbeck2-0/+2
2016-02-01edge: Add methods and operators to GprsCodingSchemeJacob Erlbeck4-33/+138
2016-02-01edge: Add max_mcs_ul and max_mcs_dl configJacob Erlbeck3-3/+52
2016-02-01tbf: Use LListHead instead of llist_podsJacob Erlbeck11-91/+97
2016-02-01tbf/vty: Move tbf_print_vty_info to pcu_vty_functions.cppJacob Erlbeck4-33/+23
2016-02-01tbf: Replace static casts by calls to as_ul_tbf/as_dl_tbfJacob Erlbeck5-23/+34
2016-02-01edge/test: Rename test_rlc_decoder to test_rlc_unit_decoderJacob Erlbeck2-4/+4
2016-02-01encoding: Remove RlcMacDownlink_t based write_packet_uplink_ackJacob Erlbeck3-127/+0
2016-02-01tbf: Use bitvec based write_packet_uplink_ackJacob Erlbeck1-0/+5
2016-02-01encoding: Add bitvec based write_packet_uplink_ackJacob Erlbeck2-0/+179
2016-02-01sched: Assert that the generated message is not emptyJacob Erlbeck1-0/+1
2016-02-01edge: Set the EGPRS window parametersJacob Erlbeck1-0/+2
2016-02-01edge: Move EGPRS setup from setup_tbf to tbf_alloc_ul_tbfJacob Erlbeck1-2/+7
2016-02-01rlc: Make WS and SNS variableJacob Erlbeck2-7/+60
2016-02-01rlc: Add constructor to window classesJacob Erlbeck3-5/+19
2016-02-01rlc/edge: Consistently use uint16_t for BSNs and SSNsJacob Erlbeck2-6/+6
2016-02-01rlc: Add and use mod_sns(bsn) methodJacob Erlbeck5-29/+39
2016-02-01edge: Support EGPRS uplink Ack/Nack messagesJacob Erlbeck1-4/+61
2016-02-01rlc: Use a pointer instead of repeated selector chainsJacob Erlbeck1-6/+9
2016-02-01edge: Move the GPRS UL Ack/Nack encoding into a separate functionJacob Erlbeck1-24/+35
2016-02-01rlc: Dump RLC data for debuggingJacob Erlbeck3-0/+23
2016-02-01pcu: Fix memory corruption bugs (ASAN)Jacob Erlbeck4-8/+25
2016-01-08edge: Remove leftover comments from encoding.cJacob Erlbeck1-8/+0
2016-01-08edge: Fix data block decoder (Coverity)Jacob Erlbeck1-1/+7
2015-12-16sched: Change next_ctrl_prio incrementJacob Erlbeck1-1/+1
2015-12-16edge: Remove unused GPRS functionsJacob Erlbeck4-329/+0
2015-12-16edge: Use a single PDCH rcv_data_block method for GPRS and EGPRSJacob Erlbeck3-53/+63
2015-12-16edge: Implement gprs_rlcmac_pdch::rcv_block_egprsJacob Erlbeck1-5/+34
2015-12-16edge: Add methods for unified GPRS/EGPRS UL data block handlingJacob Erlbeck3-2/+275
2015-12-16tbf: Refactor parts of extract_tlli into set_tlli_from_ulJacob Erlbeck3-22/+31
2015-12-16edge: Store GprsCodingScheme in gprs_rlc_dataJacob Erlbeck2-19/+13
2015-12-16edge: Add is_received and invalidate_bsn to gprs_rlc_ul_windowJacob Erlbeck2-0/+18
2015-12-16rlc: Do not raise_v_q in receive_bsnJacob Erlbeck4-12/+21
2015-12-16edge: Add test cases for rlc_data_from_ul_dataJacob Erlbeck2-0/+314