aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlc.h
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2016-02-09 22:27:45 +0100
committerJacob Erlbeck <jerlbeck@sysmocom.de>2016-02-09 22:56:11 +0100
commit308c8610540acfeffe7f5dad759cbfe35e65d3c8 (patch)
tree6b51a9f133329ed1c62986befdfd34be1c0d0228 /src/rlc.h
parent7f28c97fcc87d2ce773a2ae91579a84b40d12539 (diff)
edge: Remove GPRS RBB based window handling methods
These methods have been replaced and are no longer used since the commit "edge: Use bitvec based window methods for EGPRS", with the only exception of TbfTest.cpp. Remove the methods and update TbfTest.cpp by using the bitvec based methods instead. Sponsored-by: On-Waves ehf
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 54f28dfd..a81742ec 100644
--- a/src/rlc.h
+++ b/src/rlc.h
@@ -190,8 +190,6 @@ struct gprs_rlc_dl_window: public gprs_rlc_window {
/* Methods to manage reception */
int resend_needed();
int mark_for_resend();
- void update(BTS *bts, char *show_rbb, uint16_t ssn,
- uint16_t *lost, uint16_t *received);
void update(BTS *bts, const struct bitvec *rbb,
uint16_t first_bsn, uint16_t *lost,
uint16_t *received);