aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-24 00:21:32 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-26 20:57:24 +0100
commitc03e38291aa0fe9bf8168776c08f915bf9e66efe (patch)
tree54ce0338f4ea8036957af38b2e7ede8cac9049f1 /src/tbf.h
parent15777795268ac0d0b53453afe80ce6d8e68f9a55 (diff)
tbf: Move the check if the window is stalled to a separate method
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 ad131830..1250b40d 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -241,6 +241,7 @@ struct gprs_rlcmac_tbf {
protected:
void reuse_tbf(const uint8_t *data, const uint16_t len);
gprs_rlcmac_bts *bts_data() const;
+ bool dl_window_stalled() const;
int append_data(const uint8_t ms_class,
const uint16_t pdu_delay_csec,