aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_rlcmac.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-16 18:09:19 +0200
committerIvan Kluchnikov <kluchnikovi@gmail.com>2013-10-28 12:53:49 +0400
commit7380babdba39faa090e5dff442e2afbeec202c16 (patch)
tree823f3d948455e1b31136c61936d4467461f4b71f /src/gprs_rlcmac.h
parent0946f99b08f0f8dd08f42be4e9b2ed0b70e8500b (diff)
tbf: Move the tbf_timer_cb into the tbf class
Introduce the first instance method for printing out diagonistic about itself and create a jump function for it.
Diffstat (limited to 'src/gprs_rlcmac.h')
-rw-r--r--src/gprs_rlcmac.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gprs_rlcmac.h b/src/gprs_rlcmac.h
index a40ebd6a..8863af47 100644
--- a/src/gprs_rlcmac.h
+++ b/src/gprs_rlcmac.h
@@ -183,8 +183,6 @@ void write_packet_uplink_ack(RlcMacDownlink_t * block, struct gprs_rlcmac_tbf *t
int gprs_rlcmac_tx_ul_ud(gprs_rlcmac_tbf *tbf);
-void tbf_timer_cb(void *_tbf);
-
int gprs_rlcmac_poll_timeout(struct gprs_rlcmac_tbf *tbf);
int gprs_rlcmac_sba_timeout(struct gprs_rlcmac_sba *sba);