aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rlc.h')
-rw-r--r--src/rlc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlc.h b/src/rlc.h
index ee86c2ac..14d2082c 100644
--- a/src/rlc.h
+++ b/src/rlc.h
@@ -303,7 +303,7 @@ struct gprs_rlc_dl_window: public gprs_rlc_window {
const uint16_t distance() const;
/* Methods to manage reception */
- int resend_needed();
+ int resend_needed() const;
int mark_for_resend();
void update(BTS *bts, char *show_rbb, uint16_t ssn,
uint16_t *lost, uint16_t *received);