Support of GSM uses socket interface for both network and mobile
[lcr.git] / gsm_ms.h
index 3e9794f..70ea825 100644 (file)
--- a/gsm_ms.h
+++ b/gsm_ms.h
@@ -1,7 +1,3 @@
-extern "C" {
-#include <osmocom/bb/common/osmocom_data.h>
-#include <osmocom/bb/mobile/mncc.h>
-}
 
 /* GSM port class */
 class Pgsm_ms : public Pgsm
@@ -23,10 +19,10 @@ class Pgsm_ms : public Pgsm
        int message_epoint(unsigned int epoint_id, int message_id, union parameter *param);
 };
 
-int handle_gsm_ms(void);
 int gsm_ms_conf(struct gsm_conf *gsm_conf, char *conf_error);
 int gsm_ms_exit(int rc);
 int gsm_ms_init(void);
-int gsm_ms_new(const char *name, const char *socket_path);
+int gsm_ms_new(const char *name);
 int gsm_ms_delete(const char *name);
+int message_ms(struct lcr_gsm *lcr_gsm, int msg_type, void *arg);