aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
authorDaniel Willmann <daniel@totalueberwachung.de>2013-12-28 18:24:42 +0100
committerDaniel Willmann <daniel@totalueberwachung.de>2014-01-15 15:23:21 +0100
commit146514e180ec06f75c636daec95a2a8a455e7d25 (patch)
tree10823bde2dcccfb830cb2a92e692ff7f9f5a4525 /src/tbf.h
parent55844795be21e2e59ab6bcede2037f8c74d76505 (diff)
rlc/tbf: Move v_b into DL window
Move functions resend_needed(), mark_for_resend(), update(), move_window(), state(), count_unacked() out of v_b directly into the UL window and provide a function get_state in v_b to access the v_b elements.
Diffstat (limited to 'src/tbf.h')
-rw-r--r--src/tbf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tbf.h b/src/tbf.h
index ffcf8d15..02f0b444 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -168,7 +168,6 @@ struct gprs_rlcmac_tbf {
union {
struct {
gprs_rlc_dl_window window;
- gprs_rlc_v_b v_b;
int32_t tx_counter; /* count all transmitted blocks */
uint8_t wait_confirm; /* wait for CCCH IMM.ASS cnf */
} dl;