aboutsummaryrefslogtreecommitdiffstats
path: root/src/llc.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-12-18Remove unused includes and forward declarationsMax1-1/+0
2015-08-21llc: Add move_and_merge method to llc_queueJacob Erlbeck1-0/+53
2015-07-14llc: Fix comparison warningJacob Erlbeck1-1/+1
2015-06-22llc: Move storage of timestamps into gprs_llc_queueJacob Erlbeck1-6/+20
2015-06-22llc: Make timeval arguments constJacob Erlbeck1-1/+2
2015-06-22llc: Keep track of the number of stored LLC octetsJacob Erlbeck1-0/+4
2015-06-11llc: Fix LLC UI frame detection (Coverity)Jacob Erlbeck1-2/+2
2015-06-08llc: Separate LLC queue handling from gprs_llcJacob Erlbeck1-36/+40
2015-04-02tbf: Use a hysteresis when discarding DL LLC framesJacob Erlbeck1-0/+15
2015-03-20llc: Add put_dummy_frame to create an LLC dummy commandJacob Erlbeck1-0/+20
2013-12-25llc: Calculate the average queuing delay of the LLC queuesDaniel Willmann1-3/+23
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 Freyther1-0/+6
2013-11-21llc: FIx a typo in the messageHolger Hans Peter Freyther1-1/+1
2013-11-21types: Add a simple testcase for basic types and fix the LLC codeHolger Hans Peter Freyther1-1/+2
2013-11-13llc: Move the decision if a frame has expired into the LLCHolger Hans Peter Freyther1-0/+9
2013-11-13llc: Make the index 'private' by appending a m_ to it.Holger Hans Peter Freyther1-4/+4
2013-11-13llc: Move some more secrets from the TBF into the LLCHolger Hans Peter Freyther1-4/+8
2013-11-13bts: Count the number of llc frames that were "scheduled" to be sentHolger Hans Peter Freyther1-1/+1
2013-11-13llc: Use timeradd and timercmp and fix for < 1s PDU llc timeoutsHolger Hans Peter Freyther1-7/+6
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 Freyther1-0/+22
2013-11-13llc: Remove one of the two variants to put data into the frameHolger Hans Peter Freyther1-8/+6
2013-11-07llc: Move all direct accesses to the frame into the llc structureHolger Hans Peter Freyther1-2/+1
2013-11-07llc: Move the llc code out of the tbf.cpp into a new dedicated oneHolger Hans Peter Freyther1-0/+79