aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 */
};