aboutsummaryrefslogtreecommitdiffstats
path: root/src/poll_controller.h
AgeCommit message (Collapse)AuthorFilesLines
2018-02-19Update header includesMax1-2/+0
Many files include unnecessary headers and don't include headers which are actually used. Because of that combined with the fact that OsmoPCU is a mixture of C and C++, it makes it hard to modularize code. Fix this (using iwyu [1] tool): * add missing headers * remove unused headers [1] https://include-what-you-use.org/ Related: OS#1539 Change-Id: I8c9f488a43b099c72b2d30d3245e7ba50872fc00
2015-08-28poll: Add a max_delay parameter to PollController::expireTimedoutJacob Erlbeck1-1/+2
Currently the maximum additional delay is hard coded to 13. This value depends on the source of the frame number value. This commit adds the max_delay parameter to make it caller dependant. Sponsored-by: On-Waves ehf
2014-07-02misc: Do not mix struct/class in the forward declarationHolger Hans Peter Freyther1-1/+1
2013-10-30bts: Introduce a PollController that has the responsibility to pollHolger Hans Peter Freyther1-0/+46
For each frame indication received by the BTS the poll controller is asked to expire timedout entries.