aboutsummaryrefslogtreecommitdiffstats
path: root/src/llc.h
diff options
context:
space:
mode:
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();