aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-12-26alloc: Move the uplink ts selection/pre-assignment out of the codeHolger Hans Peter Freyther1-87/+100
2013-12-26alloc: Move the selection of the first enabled pdch to a new methodHolger Hans Peter Freyther1-14/+23
2013-12-26alloc: Move the tx window calculation to a new methodHolger Hans Peter Freyther1-18/+24
2013-12-26alloc: Move upating of the rx window max for Type==1 to a new methodHolger Hans Peter Freyther1-10/+21
2013-12-26alloc: Move the collision handling to a new methodHolger Hans Peter Freyther1-64/+88
2013-12-26alloc: Move the selection of downlink slots to a new methodHolger Hans Peter Freyther1-67/+86
2013-12-25alloc: Simplify the assignment of Trb and TtbHolger Hans Peter Freyther1-6/+2
2013-12-25alloc: Add a note that the tx window handling differs from rxHolger Hans Peter Freyther1-0/+2
2013-12-25tbf: Kill the tsc member as it duplicates dataHolger Hans Peter Freyther5-8/+12
2013-12-25tbf: Fix typo and call it sameHolger Hans Peter Freyther1-1/+1
2013-12-25bts: Rename ts and trx to ts_no and trx_no as we operate on numberHolger Hans Peter Freyther1-6/+6
2013-12-25alloc/tests: Create an allocation test for various scenariousHolger Hans Peter Freyther1-5/+0
2013-12-25sched: Attempt to improve the fairness and schedule UL/AL ACK/ASSHolger Hans Peter Freyther2-14/+23
2013-12-25sched: Remove unused bts parameter from the internal methodHolger Hans Peter Freyther1-2/+2
2013-12-25llc: Calculate the average queuing delay of the LLC queuesDaniel Willmann3-4/+28
2013-12-25llc: Initialize the LLC frame with garbage to detect wrong usageHolger Hans Peter Freyther1-0/+2
2013-12-18llc: Count the number of frames queued inside the LLC queueHolger Hans Peter Freyther3-2/+10
2013-12-18rlc: Use sizeof() for the memset instead of ARRAY_SIZEHolger Hans Peter Freyther1-1/+1
2013-12-12l1if: Include string.h to fix possible coverity issueHolger Hans Peter Freyther1-0/+1
2013-12-12decoding: Cosmetic - change rbb decodingDaniel Willmann1-2/+4
2013-12-12rlc: Make the update loop more understandableDaniel Willmann1-7/+11
2013-12-12decoding: Use 'I' and 'R' in rbb array for DLDaniel Willmann3-3/+3
2013-12-12encoding: Factor out encode_rbb to help testingDaniel Willmann2-13/+24
2013-12-12encoding: Use ul_window ssn()/update_rbb() methods when encoding ul ACKDaniel Willmann1-20/+18
2013-12-12encoding: Change wording to match that of 3GPP TS 04.60Daniel Willmann1-1/+1
2013-12-12rlc: Manage the received block bitmap in the ul_windowDaniel Willmann2-0/+20
2013-12-04rlc: Make the RLC types only operate on the BSNHolger Hans Peter Freyther4-116/+112
2013-12-04tbf: Separate the handling for rh->si and call in case of re-transmissionHolger Hans Peter Freyther2-8/+15
2013-11-26tbf/sched: We pick the _last_ entry, rotate the listsHolger Hans Peter Freyther3-0/+13
2013-11-26tbf/rlc: Move raising of V(Q) into the ul window codeHolger Hans Peter Freyther3-18/+36
2013-11-26rlc/tbf: Move the code to raise V(R) into the ul_window handlingHolger Hans Peter Freyther3-14/+22
2013-11-26tbf/rlc: Move the putting of a block into the rlc codeHolger Hans Peter Freyther3-2/+8
2013-11-26tbf: Move the extraction of the TLLI into a separate methodHolger Hans Peter Freyther2-38/+49
2013-11-26tbf/rlc: Remove the side-effect from the loop.Holger Hans Peter Freyther1-7/+8
2013-11-26tbf: Reduce complexity and deal with only one way of assignmentHolger Hans Peter Freyther1-16/+4
2013-11-26tbf/rlc: Move the check if something is in the window out.Holger Hans Peter Freyther2-6/+16
2013-11-26rlc: The bsn has never been used. Remove it from the Xl_windowHolger Hans Peter Freyther1-2/+0
2013-11-26rlc: Test the basic of the gprs_rlc_v_n code for remembering the stateHolger Hans Peter Freyther3-3/+11
2013-11-26tbf/rlc: Move the v_n handling into a dedicated objectHolger Hans Peter Freyther4-7/+36
2013-11-26tbf/rlc: Big change and move the window handling out to the rlcHolger Hans Peter Freyther5-119/+242
2013-11-26tbf: Update the legend and mention invalid as wellHolger Hans Peter Freyther1-1/+1
2013-11-26rlc: Use uint16_t for the BSN in all cases.Holger Hans Peter Freyther1-2/+2
2013-11-26tbf/rlc: Move the counting of unacked frames into the RLC V_B classHolger Hans Peter Freyther3-8/+21
2013-11-26tbf: Split the handling of DL ACK/NACK into two separate partsHolger Hans Peter Freyther2-59/+69
2013-11-26tbf/rlc: Change the code and generate the entire state in the V_BHolger Hans Peter Freyther3-15/+21
2013-11-26tbf/rlc: Move the moving of V(A) into the V_B codeHolger Hans Peter Freyther3-8/+23
2013-11-26tbf/rlc: Move the parsing of RBB to Decoding, move window marking outHolger Hans Peter Freyther5-26/+61
2013-11-26tbf: Fix the indention of this routineHolger Hans Peter Freyther1-1/+1
2013-11-26debug_diagram: Remove the special debug_diagram compilation modeHolger Hans Peter Freyther6-175/+0
2013-11-26tbf: Simplify the create_dl_acked_block into two partsHolger Hans Peter Freyther2-13/+22