summaryrefslogtreecommitdiffstats
path: root/src/trau_frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trau_frame.c')
-rw-r--r--src/trau_frame.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/trau_frame.c b/src/trau_frame.c
index b884bf3..bf0dbd4 100644
--- a/src/trau_frame.c
+++ b/src/trau_frame.c
@@ -25,10 +25,9 @@
#include <string.h>
#include <errno.h>
-#include <osmocom/gsm/abis/trau_frame.h>
-#include <osmocom/gsm/abis/subchan_demux.h>
+#include <osmocom/abis/trau_frame.h>
+#include <osmocom/abis/subchan_demux.h>
#include <osmocom/core/logging.h>
-//#include <openbsc/debug.h>
static uint32_t get_bits(const uint8_t *bitbuf, int offset, int num)
{