aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_rlcmac_meas.cpp
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-16 17:42:31 +0200
committerIvan Kluchnikov <kluchnikovi@gmail.com>2013-10-28 12:51:38 +0400
commit099535a1a7118d195d91584d05659e7ee936e422 (patch)
tree4a8aff8b167e271a015615b880ce96a104d8f54e /src/gprs_rlcmac_meas.cpp
parent869212836534e82c41180003cc939bcfdf79b7f7 (diff)
tbf: Move the struct to the tbf.h header file
This is the begin of a long march of turning tbf into a C++ class and properly hiding the secrets inside this implementation instead of having it spread across various different files.
Diffstat (limited to 'src/gprs_rlcmac_meas.cpp')
-rw-r--r--src/gprs_rlcmac_meas.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gprs_rlcmac_meas.cpp b/src/gprs_rlcmac_meas.cpp
index 75da835a..3229795c 100644
--- a/src/gprs_rlcmac_meas.cpp
+++ b/src/gprs_rlcmac_meas.cpp
@@ -20,6 +20,7 @@
#include <gprs_rlcmac.h>
#include <gprs_debug.h>
#include <pcu_l1_if.h>
+#include <tbf.h>
#include <string.h>
#include <errno.h>