aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-26 19:17:58 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 21:24:11 +0100
commit70ddde6929a0fe24b509da6a621ca138daefa9a3 (patch)
tree15e03cfa35fa3133f5b4c7d952da64beb0505955 /src/tbf.h
parentf63cabd931cc0d03420b41d5990d04e48dbe74c4 (diff)
tbf/bts: Move the tfi_find_free into the bts
Diffstat (limited to 'src/tbf.h')
-rw-r--r--src/tbf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tbf.h b/src/tbf.h
index 0181dffa..0f8e77d1 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -219,9 +219,6 @@ struct gprs_rlcmac_tbf *tbf_alloc_ul(struct gprs_rlcmac_bts *bts,
int8_t use_trx, uint8_t ms_class,
uint32_t tlli, uint8_t ta, struct gprs_rlcmac_tbf *dl_tbf);
-int tfi_find_free(struct gprs_rlcmac_bts *bts, enum gprs_rlcmac_tbf_direction dir,
- uint8_t *_trx, int8_t use_trx);
-
struct gprs_rlcmac_tbf *tbf_alloc(struct gprs_rlcmac_bts *bts,
struct gprs_rlcmac_tbf *old_tbf,
enum gprs_rlcmac_tbf_direction dir, uint8_t tfi, uint8_t trx,