aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/osmo_msc.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-15 11:52:51 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-15 12:04:34 +0800
commit43b0909394e78d908038495f98d9b51739b01213 (patch)
tree74404610204fa11cc19ec17de1b1b8ff7a797317 /openbsc/include/openbsc/osmo_msc.h
parent9c595b74742a0bee332c8b150d6832662a005c03 (diff)
bsc_api: Create osmo_msc, and initialize the MSC API in the bsc_init.
Diffstat (limited to 'openbsc/include/openbsc/osmo_msc.h')
-rw-r--r--openbsc/include/openbsc/osmo_msc.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/osmo_msc.h b/openbsc/include/openbsc/osmo_msc.h
new file mode 100644
index 000000000..d5d8917df
--- /dev/null
+++ b/openbsc/include/openbsc/osmo_msc.h
@@ -0,0 +1,10 @@
+/* Routines for the MSC handling */
+
+#ifndef OSMO_MSC_H
+#define OSMO_MSC_H
+
+#include "bsc_api.h"
+
+struct bsc_api *msc_bsc_api();
+
+#endif