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, 5 insertions, 0 deletions
diff --git a/src/tbf.cpp b/src/tbf.cpp
index 0fec476c..54ae4fac 100644
--- a/src/tbf.cpp
+++ b/src/tbf.cpp
@@ -1198,3 +1198,8 @@ bool tbf_is_tfi_assigned(const struct gprs_rlcmac_tbf *tbf)
{
return tbf->is_tfi_assigned();
}
+
+uint8_t tbf_tfi(const struct gprs_rlcmac_tbf *tbf)
+{
+ return tbf->tfi();
+}