aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlc.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-24 22:19:29 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-26 21:00:51 +0100
commit7decedcbf895e70517ca4a9abc9b7e583e1d328e (patch)
treec1dd3d471c414ed3fd600ec78f3ee8c8e3b58fd7 /src/rlc.h
parentfaf3ef45b34f9ce94cbb123dfee1bfb7ac76c46f (diff)
rlc: The bsn has never been used. Remove it from the Xl_window
Diffstat (limited to 'src/rlc.h')
-rw-r--r--src/rlc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rlc.h b/src/rlc.h
index e1974e45..e46c5f03 100644
--- a/src/rlc.h
+++ b/src/rlc.h
@@ -70,7 +70,6 @@ struct gprs_rlc_dl_window {
const uint16_t v_a() const;
const int16_t distance() const;
- uint16_t m_bsn; /* block sequence number */
uint16_t m_v_s; /* send state */
uint16_t m_v_a; /* ack state */
};
@@ -87,7 +86,6 @@ struct gprs_rlc_ul_window {
void raise(int moves);
void increment_q(int);
- uint16_t m_bsn; /* block sequence number */
uint16_t m_v_r; /* receive state */
uint16_t m_v_q; /* receive window state */
};