aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tbf.cpp')
-rw-r--r--src/tbf.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tbf.cpp b/src/tbf.cpp
index 23438625..361e6313 100644
--- a/src/tbf.cpp
+++ b/src/tbf.cpp
@@ -758,11 +758,6 @@ void gprs_rlcmac_tbf::rotate_in_list()
llist_add(tbf_trx_list((struct gprs_rlcmac_tbf *)this), &trx->dl_tbfs);
}
-uint8_t gprs_rlcmac_tbf::tsc() const
-{
- return trx->pdch[first_ts].tsc;
-}
-
uint8_t gprs_rlcmac_tbf::dl_slots() const
{
uint8_t slots = 0;