aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-05-31decoding: improve and add commentsAlexander Couzens2-2/+4
2016-05-25add comments to describe functionsAlexander Couzens2-0/+2
2016-05-25tbf_ul: use correct size for chunk_sizeAlexander Couzens1-1/+1
2016-05-25rlc.h: remove duplicated define RLC_EGPRS_SNSAlexander Couzens1-1/+0
2016-05-24bts/counter: replace '_' with '-' in counter namesAlexander Couzens1-2/+2
2016-05-22introduce new counter rlc_sent_controlAlexander Couzens3-0/+6
2016-05-22gprs_rlcmac_sched: fix mistype of CONTROL ACKAlexander Couzens1-1/+1
2016-05-22tbf_dl: replace cross-file declaration with correct headerAlexander Couzens1-5/+1
2016-05-22bts/rate_ctr: replace spaces by tabsAlexander Couzens1-1/+1
2016-05-21introduce new counter rlc_sent_dummyAlexander Couzens3-1/+9
2016-05-20move statistics counter rlc_sent() to gprs_rlcmac_schedAlexander Couzens2-3/+4
2016-05-20Add support for NuRAN Wireless Litecell 1.5 BTSYves Godin6-0/+1147
2016-05-19Change internal API for consistencyMax3-9/+10
2016-05-17Enable subdir-objects automake optionYves Godin1-0/+1
2016-05-17Restructure sourcesMax7-20/+29
2016-04-22Rename define for direct hw accessMax3-6/+6
2016-03-30fix compiler warnings about format string for size_tHarald Welte1-3/+3
2016-03-30Support puncturing scheme selection for EGPRS DLAravind Sirsikar3-4/+101
2016-03-30Update CPS calculation with new data structuresAravind Sirsikar3-15/+27
2016-03-30Add data structure for CPS calculation in DLAravind Sirsikar2-0/+27
2016-03-30Refactor the Uplink RLC header parsing functionBhargava Abhyankar2-65/+84
2016-03-16Introduce EGPRS header type1 and type2 in ULAravind Sirsikar1-0/+38
2016-03-16Fix issue in encoding CSN_RECURSIVE_ARRAYSaurabh Sharan1-0/+1
2016-03-15Fix encoding of padding bits to start with 0 bitSaurabh Sharan1-1/+6
2016-03-04pcu: Fix compiler warning about using stringHolger Hans Peter Freyther1-1/+1
2016-03-04tbf: Fix copy and paste in the set_mode routineHolger Hans Peter Freyther1-1/+1
2016-03-04Revert "Refactor coding scheme assignment code"Holger Hans Peter Freyther1-33/+32
2016-02-25Refactor coding scheme assignment codeMax1-32/+33
2016-02-22Add gsmtap support to generic btsMax1-11/+27
2016-02-22Introduce --gsmtap-ip/-i optionMax4-7/+23
2016-02-22Merge remote-tracking branch 'origin/jerlbeck/master'Holger Hans Peter Freyther30-1019/+3212
2016-02-14Fix missing '-V / --version' in print_help()Harald Welte1-0/+1
2016-02-08edge: Support all coding schemes for BSSGP flow controlJacob Erlbeck1-31/+50
2016-02-08edge: Work-around to not use MCS-6 with paddingJacob Erlbeck1-2/+6
2016-02-08edge: Compare len instead of using cs.isCombinableJacob Erlbeck2-12/+15
2016-02-08edge: Send a second BSN block in an RLC message if possibleJacob Erlbeck3-54/+109
2016-02-08edge: Refactor create_dl_acked_block for multi-block supportJacob Erlbeck2-25/+86
2016-02-08ms: Fix GprsMs::current_cs_dl()Jacob Erlbeck1-1/+1
2016-02-08rlc: Use the rlc structure to access the data unit in the RLC messageJacob Erlbeck2-21/+31
2016-02-08rlc: Add gprs_rlc_mcs_cps_decodeJacob Erlbeck2-0/+31
2016-02-08rlc: Add with_padding argument to gprs_rlc_data_info_init_dl/ulJacob Erlbeck3-13/+23
2016-02-08cs: Add GprsCodingScheme::optionalPaddingBitsJacob Erlbeck2-14/+21
2016-02-08cs: Add family related methodsJacob Erlbeck2-16/+73
2016-02-08edge/vty: Set initial MCSJacob Erlbeck1-0/+42
2016-02-08rlc: Support encoding of EGPRS header type 1 + 2Jacob Erlbeck4-8/+104
2016-02-08tbf: Add state WAIT_ASSIGNJacob Erlbeck3-9/+23
2016-02-08ms: Add current_pacch_slots methodJacob Erlbeck3-0/+34
2016-02-08sched: Do PACCH assignments for the same direction lastJacob Erlbeck1-4/+23
2016-02-08tbf: Only free TBF if it was replaced in rcv_control_ackJacob Erlbeck1-2/+4
2016-02-08edge: Support EGPRS in IMM ASSIGNMENTJacob Erlbeck1-0/+25