aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-06-08tbf: Remove copy and paste between several call siteshfreyther/remove-ts-trx-paramsHolger Hans Peter Freyther3-25/+25
2014-06-08clean-up: Kill the alpha and gammar parameter from the methodHolger Hans Peter Freyther3-8/+7
2014-06-08clean-up: The ta_idx parameter was always -1, remove itHolger Hans Peter Freyther3-18/+10
2014-06-08clean-up: Pass the pdch to kill arfcn, ts and tsc parameterHolger Hans Peter Freyther5-10/+17
2014-06-08bts: Separate the receive handling for TBF and SBAHolger Hans Peter Freyther2-53/+77
2014-06-08wip: speculative changeHolger Hans Peter Freyther1-0/+2
2014-06-08clean-up: Remove trx/ts/arfcn from two more placesHolger Hans Peter Freyther3-10/+13
2014-06-08clean-up: Continue to use types instead of passing ints aroundHolger Hans Peter Freyther9-71/+85
2014-06-04bts: Remove outdated commentDaniel Willmann1-1/+0
2014-06-04csn1: Add spaces between string literal and identifierDaniel Willmann1-2/+2
2014-06-04gprs_rlcmac_pdch: Get rid of ul/dl_tbfDaniel Willmann4-26/+24
2014-06-04gprs_rlcmac_pdch: Don't access private membersDaniel Willmann3-2/+19
2014-05-30tbf: Re-send dl assignment if we can upgrade to multislotDaniel Willmann3-2/+32
2014-05-30tbf/bts, encoding: Keep track of WAIT_RELEASE state for DL assignmentDaniel Willmann4-2/+9
2014-05-30tbf/bts: Rename tbf->snd_dl_ack to tbf->rcvd_dl_ackDaniel Willmann3-3/+3
2014-05-30Fixed calculation of colliding UL/DL slots in TS allocation algorithm BAndreas Eversberg1-1/+1
2014-01-16tbf: Change the log area to RLCMACDL so we see it in a DL traceHolger Hans Peter Freyther1-4/+4
2014-01-16tbf: Make finding use-after-free more easy and set to NULL or returnHolger Hans Peter Freyther2-0/+5
2014-01-16tbf: Use past-tense and call it created_tsHolger Hans Peter Freyther2-6/+6
2014-01-15tbf: Save a timestamp at tbf allocation and print it in the VTYDaniel Willmann2-3/+14
2014-01-15pcu_vty: Add a command to print info about all TBFsDaniel Willmann2-3/+25
2014-01-15tbf: Add a function to output tbf info to VTYDaniel Willmann2-0/+34
2014-01-15rlc: Rename state() to show_state() to better reflect its functionDaniel Willmann3-3/+5
2014-01-15rlc: Use an enum for the state array instead of charsDaniel Willmann2-35/+61
2014-01-15rlc/tbf: Move v_b into DL windowDaniel Willmann4-74/+80
2014-01-15rlc/tbf: Add function receive_bsn that updates v_r, v_q, v_nDaniel Willmann3-4/+12
2014-01-15rlc/tbf: Move v_n into gprs_rlc_ul_window and adapt the testsDaniel Willmann5-29/+30
2014-01-15rlc: Rename the simple raise_v_r method to avoid naming conflictsDaniel Willmann2-3/+3
2014-01-15alloc_algorithm_b: Remove obsolete 'i' incrementation from for-loopAndreas Eversberg1-1/+1
2014-01-15alloc_algorithm_b: Add seperate function to shrink rx window when TS are removedAndreas Eversberg1-6/+12
2014-01-15alloc_algorithm_b: Increment 'i', so allocated TS will not exceed tx_rangeAndreas Eversberg1-2/+2
2014-01-15alloc_algorithm_b: Do not select uplink slots that cannot be used for downlinkAndreas Eversberg1-4/+21
2014-01-15alloc_algorithm_b: Set tx_range to 8, if all 8 TS are supported by MSAndreas Eversberg1-0/+3
2014-01-15alloc_algorithm_b: For type 1 MS, limit number of donwlink TS to 5Andreas Eversberg1-0/+6
2014-01-15alloc_algorithm_b: Correctly increment RX/TX window, even if TS is not useableAndreas Eversberg1-8/+8
2014-01-15alloc: Move the uplink ts selection/pre-assignment out of the codeHolger Hans Peter Freyther1-87/+100
2014-01-15alloc: Move the selection of the first enabled pdch to a new methodHolger Hans Peter Freyther1-14/+23
2014-01-15alloc: Move the tx window calculation to a new methodHolger Hans Peter Freyther1-18/+24
2014-01-15alloc: Move upating of the rx window max for Type==1 to a new methodHolger Hans Peter Freyther1-10/+21
2014-01-15alloc: Move the collision handling to a new methodHolger Hans Peter Freyther1-64/+88
2014-01-15alloc: Move the selection of downlink slots to a new methodHolger Hans Peter Freyther1-67/+86
2014-01-15alloc: Simplify the assignment of Trb and TtbHolger Hans Peter Freyther1-6/+2
2014-01-15alloc: Add a note that the tx window handling differs from rxHolger Hans Peter Freyther1-0/+2
2014-01-15alloc/tests: Create an allocation test for various scenariousHolger Hans Peter Freyther1-5/+0
2014-01-15bts: Rename ts and trx to ts_no and trx_no as we operate on numberHolger Hans Peter Freyther1-6/+6
2014-01-15tbf: Kill the tsc member as it duplicates dataHolger Hans Peter Freyther5-8/+12
2014-01-15tbf: Fix typo and call it sameHolger Hans Peter Freyther1-1/+1
2014-01-15Set csnStream direction *after* csnStreamInitDaniel Willmann1-1/+1
2014-01-09Fix warnings in gsm_rlcmac.cppIvan Kluchnikov2-0/+4
2014-01-09sysmo_l1_if: Fix off-by-one bug when sending UL messages to gsmtapDaniel Willmann1-2/+2