aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-13 18:15:45 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-13 18:15:45 +0100
commit55cf994c29754fb18852fffee96f00c436d70ee3 (patch)
treece69f675e2151b624bc1ae2bd1b412a107dab11b /src/tbf.h
parentb1302b083e9d8f5dd60229570716f497ea61d26c (diff)
tbf: Re-use the code that is re-using the tbf
Address the fixme and re-use the code. Fix the counting in the final ack case and provide a log message in the other case. Prefix it with the tbf name
Diffstat (limited to 'src/tbf.h')
-rw-r--r--src/tbf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tbf.h b/src/tbf.h
index 9bb40a33..95186709 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -240,6 +240,7 @@ struct gprs_rlcmac_tbf {
char m_imsi[16];
protected:
+ void reuse_tbf(const uint8_t *data, const uint16_t len);
gprs_rlcmac_bts *bts_data() const;
int append_data(const uint8_t ms_class,