Make LCR compile again with OpenBSC
[lcr.git] / gsm_bs.h
index fd56efe..45bf083 100644 (file)
--- a/gsm_bs.h
+++ b/gsm_bs.h
@@ -1,5 +1,6 @@
 extern "C" {
 #include <openbsc/gsm_data.h>
+#include <openbsc/mncc.h>
 }
 
 /* GSM port class */
@@ -25,3 +26,7 @@ int handle_gsm_bs(void);
 int gsm_bs_conf(struct gsm_conf *gsm_conf, char *conf_error);
 int gsm_bs_exit(int rc);
 int gsm_bs_init(void);
+
+extern "C" {
+int mncc_send(struct gsm_network *instance, int msg_type, void *data);
+};