aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-30 12:44:07 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-30 12:59:20 +0800
commit88519eaaef216a726e157c20a0a18ed00eee5a09 (patch)
treefba9cc26e1d864b5021cbccdc6c2f4f9adc3f7cc /openbsc/src
parente071ab70e97831a7efdb7351497f6da2f95efc94 (diff)
msc: Add includes to silence a compiler warning.
Diffstat (limited to 'openbsc/src')
-rw-r--r--openbsc/src/gsm_04_08.c1
-rw-r--r--openbsc/src/silent_call.c1
-rw-r--r--openbsc/src/transaction.c1
-rw-r--r--openbsc/src/ussd.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/openbsc/src/gsm_04_08.c b/openbsc/src/gsm_04_08.c
index c1b438ef5..7bf30e798 100644
--- a/openbsc/src/gsm_04_08.c
+++ b/openbsc/src/gsm_04_08.c
@@ -54,6 +54,7 @@
#include <openbsc/ussd.h>
#include <openbsc/silent_call.h>
#include <openbsc/bsc_api.h>
+#include <openbsc/osmo_msc.h>
void *tall_locop_ctx;
void *tall_authciphop_ctx;
diff --git a/openbsc/src/silent_call.c b/openbsc/src/silent_call.c
index 7ba451b65..8bd16d2dc 100644
--- a/openbsc/src/silent_call.c
+++ b/openbsc/src/silent_call.c
@@ -33,6 +33,7 @@
#include <openbsc/gsm_subscriber.h>
#include <openbsc/abis_rsl.h>
#include <openbsc/chan_alloc.h>
+#include <openbsc/osmo_msc.h>
/* paging of the requested subscriber has completed */
static int paging_cb_silent(unsigned int hooknum, unsigned int event,
diff --git a/openbsc/src/transaction.c b/openbsc/src/transaction.c
index a29c07d7a..59414a4a0 100644
--- a/openbsc/src/transaction.c
+++ b/openbsc/src/transaction.c
@@ -28,6 +28,7 @@
#include <openbsc/gsm_04_08.h>
#include <openbsc/mncc.h>
#include <openbsc/paging.h>
+#include <openbsc/osmo_msc.h>
void *tall_trans_ctx;
diff --git a/openbsc/src/ussd.c b/openbsc/src/ussd.c
index 3c27646f2..19b494fb3 100644
--- a/openbsc/src/ussd.c
+++ b/openbsc/src/ussd.c
@@ -33,6 +33,7 @@
#include <openbsc/gsm_04_80.h>
#include <openbsc/gsm_subscriber.h>
#include <openbsc/debug.h>
+#include <openbsc/osmo_msc.h>
/* Declarations of USSD strings to be recognised */
const char USSD_TEXT_OWN_NUMBER[] = "*#100#";