aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.cpp
AgeCommit message (Expand)AuthorFilesLines
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 Freyther1-0/+4
2014-01-16tbf: Use past-tense and call it created_tsHolger Hans Peter Freyther1-2/+2
2014-01-15tbf: Save a timestamp at tbf allocation and print it in the VTYDaniel Willmann1-3/+5
2014-01-15pcu_vty: Add a command to print info about all TBFsDaniel Willmann1-2/+2
2014-01-15tbf: Add a function to output tbf info to VTYDaniel Willmann1-0/+20
2014-01-15rlc: Rename state() to show_state() to better reflect its functionDaniel Willmann1-1/+1
2014-01-15rlc/tbf: Move v_b into DL windowDaniel Willmann1-9/+9
2014-01-15rlc/tbf: Add function receive_bsn that updates v_r, v_q, v_nDaniel Willmann1-4/+2
2014-01-15rlc/tbf: Move v_n into gprs_rlc_ul_window and adapt the testsDaniel Willmann1-3/+3
2014-01-15alloc/tests: Create an allocation test for various scenariousHolger Hans Peter Freyther1-5/+0
2014-01-15tbf: Kill the tsc member as it duplicates dataHolger Hans Peter Freyther1-0/+5
2014-01-15tbf: Fix typo and call it sameHolger Hans Peter Freyther1-1/+1
2013-12-25llc: Calculate the average queuing delay of the LLC queuesDaniel Willmann1-1/+4
2013-12-18llc: Count the number of frames queued inside the LLC queueHolger Hans Peter Freyther1-2/+2
2013-12-12decoding: Use 'I' and 'R' in rbb array for DLDaniel Willmann1-1/+1
2013-12-04rlc: Make the RLC types only operate on the BSNHolger Hans Peter Freyther1-25/+20
2013-12-04tbf: Separate the handling for rh->si and call in case of re-transmissionHolger Hans Peter Freyther1-8/+14
2013-11-26tbf/sched: We pick the _last_ entry, rotate the listsHolger Hans Peter Freyther1-0/+9
2013-11-26tbf/rlc: Move raising of V(Q) into the ul window codeHolger Hans Peter Freyther1-11/+7
2013-11-26rlc/tbf: Move the code to raise V(R) into the ul_window handlingHolger Hans Peter Freyther1-14/+3
2013-11-26tbf/rlc: Move the putting of a block into the rlc codeHolger Hans Peter Freyther1-2/+1
2013-11-26tbf: Move the extraction of the TLLI into a separate methodHolger Hans Peter Freyther1-38/+47
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 Freyther1-6/+3
2013-11-26tbf/rlc: Move the v_n handling into a dedicated objectHolger Hans Peter Freyther1-5/+4
2013-11-26tbf/rlc: Big change and move the window handling out to the rlcHolger Hans Peter Freyther1-65/+53
2013-11-26tbf: Update the legend and mention invalid as wellHolger Hans Peter Freyther1-1/+1
2013-11-26tbf/rlc: Move the counting of unacked frames into the RLC V_B classHolger Hans Peter Freyther1-8/+4
2013-11-26tbf: Split the handling of DL ACK/NACK into two separate partsHolger Hans Peter Freyther1-59/+67
2013-11-26tbf/rlc: Change the code and generate the entire state in the V_BHolger Hans Peter Freyther1-8/+4
2013-11-26tbf/rlc: Move the moving of V(A) into the V_B codeHolger Hans Peter Freyther1-8/+2
2013-11-26tbf/rlc: Move the parsing of RBB to Decoding, move window marking outHolger Hans Peter Freyther1-26/+8
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 Freyther1-64/+0
2013-11-26tbf: Simplify the create_dl_acked_block into two partsHolger Hans Peter Freyther1-13/+21
2013-11-26tbf/rlc: Move the marking of frames for resend into the v_bHolger Hans Peter Freyther1-12/+4
2013-11-26tbf: Move the check if the window is stalled to a separate methodHolger Hans Peter Freyther1-2/+7
2013-11-26rlc/tbf: Move the loop into the gprs_rlc_v_b classHolger Hans Peter Freyther1-13/+12
2013-11-24tbf: Count how often we re-start a BSN in the send routineHolger Hans Peter Freyther1-2/+3
2013-11-23tbf: Always increase the tx_counter when we transmit a frameHolger Hans Peter Freyther1-6/+4
2013-11-23tbf: Make the ws and sns number "private" (they should also be const)Holger Hans Peter Freyther1-13/+13
2013-11-23rlc: Move the ack state array into a separate class that can be testedHolger Hans Peter Freyther1-17/+14
2013-11-23rlc: Count nacked frames in the statistics tooHolger Hans Peter Freyther1-0/+1
2013-11-19rlc: Start to move things out of the tbf into the rlcHolger Hans Peter Freyther1-10/+13
2013-11-19tbf: The memory regions overlap so memmove should be usedDaniel Willmann1-2/+2
2013-11-19rlc: Count the window stalls on the RLC levelHolger Hans Peter Freyther1-1/+3
2013-11-13rlc: Pass the gprs_rlc_data to the assemble function for assemblyHolger Hans Peter Freyther1-3/+5
2013-11-13rlc: Put a block and the length into a separate objectHolger Hans Peter Freyther1-9/+9