aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-26tbf/rlc: Move the marking of frames for resend into the v_bHolger Hans Peter Freyther3-12/+24
2013-11-26tbf: Move the check if the window is stalled to a separate methodHolger Hans Peter Freyther2-2/+8
2013-11-26rlc/tbf: Move the loop into the gprs_rlc_v_b classHolger Hans Peter Freyther3-13/+30
2013-11-24tbf: Count how often we re-start a BSN in the send routineHolger Hans Peter Freyther3-2/+7
2013-11-23tbf: Always increase the tx_counter when we transmit a frameHolger Hans Peter Freyther1-6/+4
2013-11-23sched: Make internal methods staticHolger Hans Peter Freyther1-3/+4
2013-11-23tbf: Make the ws and sns number "private" (they should also be const)Holger Hans Peter Freyther3-16/+23
2013-11-23rlc: Create a basic test that mark/is is talking about the sameHolger Hans Peter Freyther2-1/+34
2013-11-23rlc: Move the rlc headers into a separate header fileHolger Hans Peter Freyther2-103/+107
2013-11-23rlc: Move the ack state array into a separate class that can be testedHolger Hans Peter Freyther3-18/+104
2013-11-23rlc: Count nacked frames in the statistics tooHolger Hans Peter Freyther3-0/+5
2013-11-21llc: FIx a typo in the messageHolger Hans Peter Freyther1-1/+1
2013-11-21rlc: Add a simple test for the RLC data structure for the initHolger Hans Peter Freyther2-1/+16
2013-11-21types: Add a simple testcase for basic types and fix the LLC codeHolger Hans Peter Freyther8-5/+117
2013-11-19rlc: Start to move things out of the tbf into the rlcHolger Hans Peter Freyther4-11/+50
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 Freyther3-1/+7
2013-11-19meas: Add a warning for flow control handling hereHolger Hans Peter Freyther1-0/+1
2013-11-13rlc: Pass the gprs_rlc_data to the assemble function for assemblyHolger Hans Peter Freyther2-4/+6
2013-11-13rlc: Put a block and the length into a separate objectHolger Hans Peter Freyther2-11/+17
2013-11-13rlc: Begin to move the rlc block handling into a separate objectHolger Hans Peter Freyther2-11/+20
2013-11-13rlc: Count the sent and resent RLC blocksHolger Hans Peter Freyther3-0/+12
2013-11-13tbf: Re-use the code that is re-using the tbfHolger Hans Peter Freyther2-24/+26
2013-11-13llc: Move the decision if a frame has expired into the LLCHolger Hans Peter Freyther3-4/+11
2013-11-13llc: Make the index 'private' by appending a m_ to it.Holger Hans Peter Freyther2-11/+11
2013-11-13llc: Move some more secrets from the TBF into the LLCHolger Hans Peter Freyther3-26/+57
2013-11-13bts: Count the number of llc frames that were "scheduled" to be sentHolger Hans Peter Freyther4-6/+14
2013-11-13llc: Use timeradd and timercmp and fix for < 1s PDU llc timeoutsHolger Hans Peter Freyther2-11/+11
2013-11-13llc: Change the flow. Exit early for the special case and initialize the tvHolger Hans Peter Freyther1-9/+12
2013-11-13llc: Move the timeout calculation into the TBFHolger Hans Peter Freyther3-17/+25
2013-11-13tbf: Count how often we re-use a TBF that was already being deactivatedHolger Hans Peter Freyther3-0/+5
2013-11-13llc: Remove one of the two variants to put data into the frameHolger Hans Peter Freyther3-11/+8
2013-11-11misc: Fix coverity warning about indentionHolger Hans Peter Freyther1-1/+0
2013-11-11misc: Fix a potential leak on config parsingHolger Hans Peter Freyther1-1/+2
2013-11-11pcu: Address the return without valueHolger Hans Peter Freyther1-0/+1
2013-11-11llc: Add another warning for me to take a lookHolger Hans Peter Freyther1-0/+1
2013-11-11tbf: Make sure that tfi is signed so we can make a < 0 checkHolger Hans Peter Freyther1-1/+1
2013-11-07llc: Move all direct accesses to the frame into the llc structureHolger Hans Peter Freyther3-12/+22
2013-11-07llc: Move the llc structure to a new header fileHolger Hans Peter Freyther3-23/+48