aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-25 23:05:26 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-26 21:00:51 +0100
commit4c06d9155c6e114a7b976aad5bba1749d7f42df4 (patch)
tree68d5a4ea6a43736a58d007aaeb42970439a0d780 /src/tbf.h
parentc15d5cc2303aef3d4417453b680d42a69ff28fb0 (diff)
tbf: Move the extraction of the TLLI into a separate method
Diffstat (limited to 'src/tbf.h')
-rw-r--r--src/tbf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tbf.h b/src/tbf.h
index 47187071..4d7f64b2 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -233,6 +233,8 @@ protected:
gprs_rlcmac_bts *bts_data() const;
bool dl_window_stalled() const;
+ int extract_tlli(const uint8_t *data, const size_t len);
+
int append_data(const uint8_t ms_class,
const uint16_t pdu_delay_csec,
const uint8_t *data, const uint16_t len);