aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-26 21:03:56 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-12-04 13:51:43 +0100
commit3c95776805e522007c9e06ac95cdf0557d9cce94 (patch)
tree091183426a6b9b8e79b9245db495d91624f11e0b /src/tbf.h
parent7a5f3c2153beb5f92b39a93b02ead76bcd0c6150 (diff)
tbf: Separate the handling for rh->si and call in case of re-transmission
In case of a retransmission ack the window again..
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 98b9a9b9..414bc632 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -237,6 +237,7 @@ protected:
bool dl_window_stalled() const;
int extract_tlli(const uint8_t *data, const size_t len);
+ void maybe_schedule_uplink_acknack(const rlc_ul_header *rh);
int append_data(const uint8_t ms_class,
const uint16_t pdu_delay_csec,