aboutsummaryrefslogtreecommitdiffstats
path: root/src/llc.h
AgeCommit message (Expand)AuthorFilesLines
2017-12-18Remove unused includes and forward declarationsMax1-1/+0
2016-10-18llc: remove NULL-pointer check of gprs_llc_queue::size()/octets()Alexander Couzens1-2/+2
2015-08-21llc: Add move_and_merge method to llc_queueJacob Erlbeck1-0/+1
2015-06-29llc: Add missing include directive for struct timevalJacob Erlbeck1-1/+1
2015-06-22llc: Move storage of timestamps into gprs_llc_queueJacob Erlbeck1-2/+8
2015-06-22llc: Make timeval arguments constJacob Erlbeck1-2/+4
2015-06-22llc: Keep track of the number of stored LLC octetsJacob Erlbeck1-0/+7
2015-06-22llc: Add missing include directive to llc.hJacob Erlbeck1-0/+4
2015-06-08llc: Add missing declarations to llc.hJacob Erlbeck1-0/+4
2015-06-08llc: Separate LLC queue handling from gprs_llcJacob Erlbeck1-7/+25
2015-04-02tbf: Use a hysteresis when discarding DL LLC framesJacob Erlbeck1-0/+1
2015-03-20llc: Add put_dummy_frame to create an LLC dummy commandJacob Erlbeck1-0/+1
2013-12-25llc: Calculate the average queuing delay of the LLC queuesDaniel Willmann1-0/+1
2013-12-18llc: Count the number of frames queued inside the LLC queueHolger Hans Peter Freyther1-0/+2
2013-11-21types: Add a simple testcase for basic types and fix the LLC codeHolger Hans Peter Freyther1-2/+2
2013-11-13llc: Move the decision if a frame has expired into the LLCHolger Hans Peter Freyther1-0/+1
2013-11-13llc: Make the index 'private' by appending a m_ to it.Holger Hans Peter Freyther1-7/+7
2013-11-13llc: Move some more secrets from the TBF into the LLCHolger Hans Peter Freyther1-2/+29
2013-11-13llc: Move the timeout calculation into the TBFHolger Hans Peter Freyther1-0/+2
2013-11-13llc: Remove one of the two variants to put data into the frameHolger Hans Peter Freyther1-1/+0
2013-11-07llc: Move all direct accesses to the frame into the llc structureHolger Hans Peter Freyther1-0/+15
2013-11-07llc: Move the llc structure to a new header fileHolger Hans Peter Freyther1-0/+45