aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.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/bts.h
parenta54bbbbf02e92bc770e6704d9c9f73f079193d8f (diff)
tbf/pdch/bts: Move the tbf look-up by tfi into the BTS
Diffstat (limited to 'src/bts.h')
-rw-r--r--src/bts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bts.h b/src/bts.h
index 7d8f4222..f785899a 100644
--- a/src/bts.h
+++ b/src/bts.h
@@ -164,6 +164,7 @@ public:
gprs_rlcmac_tbf *tbf_by_tlli(uint32_t tlli, enum gprs_rlcmac_tbf_direction dir);
gprs_rlcmac_tbf *tbf_by_poll_fn(uint32_t fn, uint8_t trx, uint8_t ts);
+ gprs_rlcmac_tbf *tbf_by_tfi(uint8_t tfi, uint8_t trx, enum gprs_rlcmac_tbf_direction dir);
private:
int m_cur_fn;