aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_04_11.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-02-26 20:16:37 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-02-26 20:16:45 +0100
commit1ebad7437729d6abbf5308de19161b0574e3451a (patch)
tree1229a0bfb2bb0093dec05959fd4bbfca557d64c9 /openbsc/src/gsm_04_11.c
parent36ed8cc4c33e3b69bb0f84f1b5b593ae46aff08f (diff)
parent140f6e9b12fcb83d161dc1cd8c5d6972ef86fc7c (diff)
Merge remote branch 'origin/master' into on-waves/mgcp
Conflicts: openbsc/include/openbsc/Makefile.am openbsc/src/Makefile.am
Diffstat (limited to 'openbsc/src/gsm_04_11.c')
-rw-r--r--openbsc/src/gsm_04_11.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/openbsc/src/gsm_04_11.c b/openbsc/src/gsm_04_11.c
index 7f570b8e5..f03c66608 100644
--- a/openbsc/src/gsm_04_11.c
+++ b/openbsc/src/gsm_04_11.c
@@ -31,18 +31,18 @@
#include <time.h>
#include <netinet/in.h>
-#include <openbsc/msgb.h>
-#include <openbsc/tlv.h>
+#include <osmocore/msgb.h>
+#include <osmocore/tlv.h>
#include <openbsc/debug.h>
#include <openbsc/gsm_data.h>
#include <openbsc/gsm_subscriber.h>
#include <openbsc/gsm_04_11.h>
#include <openbsc/gsm_04_08.h>
-#include <openbsc/gsm_utils.h>
+#include <osmocore/gsm_utils.h>
#include <openbsc/abis_rsl.h>
#include <openbsc/signal.h>
#include <openbsc/db.h>
-#include <openbsc/talloc.h>
+#include <osmocore/talloc.h>
#include <openbsc/transaction.h>
#include <openbsc/paging.h>
#include <openbsc/bsc_rll.h>