summaryrefslogtreecommitdiffstats
path: root/src/trau_frame.c
diff options
context:
space:
mode:
authorPablo Neira Ayuso2011-06-05 18:38:43 +0200
committerPablo Neira Ayuso2011-06-05 18:38:43 +0200
commit7b2d18bc4fae9f91c2e046f3641a4cbcb6da2801 (patch)
tree5216c8424fdf9bf9b2da555b780f41ffbc408dc4 /src/trau_frame.c
parentadd missing m4 directory (diff)
downloadlibosmo-abis-7b2d18bc4fae9f91c2e046f3641a4cbcb6da2801.tar.gz
libosmo-abis-7b2d18bc4fae9f91c2e046f3641a4cbcb6da2801.tar.xz
libosmo-abis-7b2d18bc4fae9f91c2e046f3641a4cbcb6da2801.zip
missing logging header in trau_frame.c
Diffstat (limited to 'src/trau_frame.c')
-rw-r--r--src/trau_frame.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trau_frame.c b/src/trau_frame.c
index 7be6e8f..b884bf3 100644
--- a/src/trau_frame.c
+++ b/src/trau_frame.c
@@ -27,6 +27,7 @@
#include <osmocom/gsm/abis/trau_frame.h>
#include <osmocom/gsm/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)