aboutsummaryrefslogtreecommitdiffstats
path: root/tests/emu
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-17 17:01:54 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 21:20:45 +0100
commit67ed34eedb59320095396ff2f65f360c046d88c5 (patch)
treebcc95a63d7e70f22d4a9dd48f9e9b6dbd438d756 /tests/emu
parent1b33361bab43835b69c3422f7de24a70ba8a13b5 (diff)
bts: Move struct gprs_rlcmac_bts and other structs into a bts.h
Begin to make the BTS a real C++ object with real responsibilities. The biggest issue will be the pcu_vty.c that might not like C++ at all.
Diffstat (limited to 'tests/emu')
-rw-r--r--tests/emu/pcu_emu.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/emu/pcu_emu.cpp b/tests/emu/pcu_emu.cpp
index b68b856c..4b58a8b8 100644
--- a/tests/emu/pcu_emu.cpp
+++ b/tests/emu/pcu_emu.cpp
@@ -29,6 +29,7 @@ extern "C" {
#include <gprs_bssgp_pcu.h>
#include <gprs_rlcmac.h>
+#include <bts.h>
#include <stdlib.h>
#include <sys/types.h>