From 55cf994c29754fb18852fffee96f00c436d70ee3 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 13 Nov 2013 18:15:45 +0100 Subject: 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 --- src/tbf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tbf.h') 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, -- cgit v1.2.3