aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-26 19:10:43 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 21:24:11 +0100
commitf63cabd931cc0d03420b41d5990d04e48dbe74c4 (patch)
tree86c09ab3dfffa3a6ace46d8e5aa8f54745798293 /src/tbf.h
parenta54bbbbf02e92bc770e6704d9c9f73f079193d8f (diff)
tbf/pdch/bts: Move the tbf look-up by tfi into the BTS
Diffstat (limited to 'src/tbf.h')
-rw-r--r--src/tbf.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tbf.h b/src/tbf.h
index 3e8346c1..0181dffa 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -227,10 +227,6 @@ struct gprs_rlcmac_tbf *tbf_alloc(struct gprs_rlcmac_bts *bts,
enum gprs_rlcmac_tbf_direction dir, uint8_t tfi, uint8_t trx,
uint8_t ms_class, uint8_t single_slot);
-struct gprs_rlcmac_tbf *tbf_by_tfi(struct gprs_rlcmac_bts *bts,
- uint8_t tfi, uint8_t trx,
- enum gprs_rlcmac_tbf_direction dir);
-
void tbf_free(struct gprs_rlcmac_tbf *tbf);
int tbf_assign_control_ts(struct gprs_rlcmac_tbf *tbf);