aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-02-08Revert "bssgp: Add hand-coded extended RA Cap parser"Jacob Erlbeck1-66/+0
2016-02-08bssgp: Add hand-coded extended RA Cap parserJacob Erlbeck1-0/+66
2016-02-08tbf: Show window parameters in VTYJacob Erlbeck1-3/+18
2016-02-08edge: Make window size configurableJacob Erlbeck9-6/+189
2016-02-08tbf/vty: Fix the CS output and show the EGPRS MS classJacob Erlbeck1-3/+3
2016-02-08utils: Add pcu_bitcount and pcu_lsbJacob Erlbeck2-21/+24
2016-02-08tbf: Add gprs_rlcmac_tbf::window() methodJacob Erlbeck1-0/+12
2016-02-08rlc: Add unified gprs_rlc_window parent classJacob Erlbeck3-68/+32
2016-02-08edge: Work-around to use EGPRS if there was no DL RA CapJacob Erlbeck1-4/+7
2016-02-08edge: Disable GPRS/EGPRS mixed modeJacob Erlbeck7-5/+59
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 Erlbeck2-10/+43
2016-02-08edge: Use bitvec based window methods for EGPRSJacob Erlbeck1-23/+12
2016-02-08tbf: Use bitvec based window methods for GPRSJacob Erlbeck4-5/+78
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 Erlbeck2-0/+389
2016-02-05edge: Select implementation by mode in rlc_data_to_dl_appendJacob Erlbeck4-22/+39
2016-02-05edge: Use rlc_data_to_dl_append in create_new_bsnJacob Erlbeck2-125/+34
2016-02-05edge: Add Encoding::rlc_data_to_dl_appendJacob Erlbeck4-0/+388
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