bsc_api: Create osmo_msc, and initialize the MSC API in the bsc_init.
diff --git a/openbsc/src/Makefile.am b/openbsc/src/Makefile.am
index 03f62ab..87cd0ea 100644
--- a/openbsc/src/Makefile.am
+++ b/openbsc/src/Makefile.am
@@ -23,7 +23,8 @@
 libmsc_a_SOURCES = gsm_subscriber.c db.c \
 		mncc.c gsm_04_08.c gsm_04_11.c transaction.c \
 		token_auth.c rrlp.c gsm_04_80.c ussd.c silent_call.c \
-		handover_logic.c handover_decision.c meas_rep.c auth.c
+		handover_logic.c handover_decision.c meas_rep.c auth.c \
+		osmo_msc.c
 
 libvty_a_SOURCES = common_vty.c