aboutsummaryrefslogtreecommitdiffstats
path: root/src/llc.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-13 15:17:12 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-13 15:17:12 +0100
commitfce431cf3acfcce343dd456d801f7ab0921ff9d2 (patch)
tree08c3e2fdce838d84c2642a61c7bec45eabbb15d1 /src/llc.h
parentaa35ba75849684a8e4fa4335612ae575d353bfb4 (diff)
llc: Move the timeout calculation into the TBF
Diffstat (limited to 'src/llc.h')
-rw-r--r--src/llc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/llc.h b/src/llc.h
index 040ea623..d3b940ea 100644
--- a/src/llc.h
+++ b/src/llc.h
@@ -27,6 +27,8 @@
* I represent the LLC data to a MS
*/
struct gprs_llc {
+ static void calc_pdu_lifetime(BTS *bts, const uint16_t pdu_delay_csec, struct timeval *tv);
+
void init();
void reset();
void reset_frame_space();