aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-02-08edge: Disable GPRS/EGPRS mixed modeJacob Erlbeck4-5/+21
2016-02-08edge: Fix MCS range in VTYJacob Erlbeck1-1/+1
2016-02-08edge: Fix initial coding scheme selectionJacob Erlbeck1-12/+17
2016-02-08edge: Call update_window even if FINAL_ACK_INDICATION is setJacob Erlbeck1-10/+12
2016-02-08edge: Use bitvec based window methods for EGPRSJacob Erlbeck1-23/+12
2016-02-08tbf: Use bitvec based window methods for GPRSJacob Erlbeck1-2/+21
2016-02-08edge: Use num_blocks in gprs_rlcmac_dl_tbf::analyse_errorsJacob Erlbeck1-5/+9
2016-02-08edge: Add bitvec based DL window updating methodsJacob Erlbeck4-0/+118
2016-02-08edge: Add a bitvec based Decoding::extract_rbb functionJacob Erlbeck2-0/+13
2016-02-08decode: Add bitvec based GPRS DL ACK/NACK decoderJacob Erlbeck2-0/+51
2016-02-08edge: Enable CRBB decodingJacob Erlbeck1-13/+1
2016-02-08edge: Add experimental support for uplink CRBBJacob Erlbeck1-27/+67
2016-02-08edge: Handle EGPRS PACKET DOWNLINK ACK NACKJacob Erlbeck5-0/+219
2016-02-05edge: Workaround to fix decoding of EGPRS_AckNack_w_len_tJacob Erlbeck1-1/+1
2016-02-05edge: Provide and use CS -> CPS conversionJacob Erlbeck3-0/+17
2016-02-05edge: Support MCS data block encodingJacob Erlbeck1-0/+146
2016-02-05edge: Select implementation by mode in rlc_data_to_dl_appendJacob Erlbeck3-9/+26
2016-02-05edge: Use rlc_data_to_dl_append in create_new_bsnJacob Erlbeck1-111/+20
2016-02-05edge: Add Encoding::rlc_data_to_dl_appendJacob Erlbeck2-0/+135
2016-02-05edge: Use RLC data block encoding functionsJacob Erlbeck1-39/+62
2016-02-05tbf: Remove obsolete TLLI functionsJacob Erlbeck4-71/+0
2016-02-05edge: Add encoder for downlink RLC data blocksJacob Erlbeck3-0/+143
2016-02-05edge: Add init functions for gprs_rlc_data_infoJacob Erlbeck2-0/+53
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 Erlbeck6-8/+26
2016-02-05edge: Rename gprs_rlc_ul_header_egprs and gprs_rlc_ul_data_block_infoJacob Erlbeck6-21/+21
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 Erlbeck1-2/+13
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 Erlbeck7-92/+212
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 Erlbeck3-30/+134
2016-02-01edge: Add max_mcs_ul and max_mcs_dl configJacob Erlbeck3-3/+52
2016-02-01tbf: Use LListHead instead of llist_podsJacob Erlbeck10-85/+91
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-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 Erlbeck2-2/+16
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