aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tbf
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-09-25 17:47:02 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-09-25 17:50:06 +0200
commit9d1cdb1f697057033394590a9b2815efe6c08cd9 (patch)
tree6949835a400a15e75bfd8196c591d16727594fb8 /tests/tbf
parent488aa2908387356b2ae0e84157974f962f45972a (diff)
Move out tbf subclasses from tbf.h to their own headers
It's a good start towards clearing current mess between parent and the 2 children classes. Change-Id: Ibc22ea2e02609af7ee058b8bc15df2115d4c6f60
Diffstat (limited to 'tests/tbf')
-rw-r--r--tests/tbf/TbfTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tbf/TbfTest.cpp b/tests/tbf/TbfTest.cpp
index 2036023d..bd4fbc1f 100644
--- a/tests/tbf/TbfTest.cpp
+++ b/tests/tbf/TbfTest.cpp
@@ -22,6 +22,7 @@
#include "bts.h"
#include "tbf.h"
+#include "tbf_ul.h"
#include "gprs_debug.h"
#include "pcu_utils.h"
#include "gprs_bssgp_pcu.h"