aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoding.cpp
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-19 21:10:38 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 21:24:10 +0100
commit34bd8bdf30769b5aab50b87045ff2b621429c7be (patch)
tree2f3fcf6daeacb0666a09bacff10cb30275f31720 /src/encoding.cpp
parent9f0c1d216a0596f733c55d787ef0eb0693362d49 (diff)
bts/tbf: Move the lists into the BTS and do the look-up from the BTS
The list belongs to the BTS. This makes cleaning this up more easy and establishes a hierachy of resources that start from the BTS. The debug_diagram code is now broken.
Diffstat (limited to 'src/encoding.cpp')
-rw-r--r--src/encoding.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/encoding.cpp b/src/encoding.cpp
index 26ac71ec..e28fff7f 100644
--- a/src/encoding.cpp
+++ b/src/encoding.cpp
@@ -21,6 +21,7 @@
#include <encoding.h>
#include <gprs_rlcmac.h>
+#include <bts.h>
#include <tbf.h>
#include <gprs_debug.h>