summaryrefslogtreecommitdiffstats
path: root/Src/osmocom-bb/src/host/layer23/include/osmocom/bb/mobile/app_mobile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/osmocom-bb/src/host/layer23/include/osmocom/bb/mobile/app_mobile.h')
-rw-r--r--Src/osmocom-bb/src/host/layer23/include/osmocom/bb/mobile/app_mobile.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/Src/osmocom-bb/src/host/layer23/include/osmocom/bb/mobile/app_mobile.h b/Src/osmocom-bb/src/host/layer23/include/osmocom/bb/mobile/app_mobile.h
deleted file mode 100644
index 4010a68..0000000
--- a/Src/osmocom-bb/src/host/layer23/include/osmocom/bb/mobile/app_mobile.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef APP_MOBILE_H
-#define APP_MOBILE_H
-
-char *config_dir;
-
-int l23_app_init(int (*mncc_recv)(struct osmocom_ms *ms, int, void *),
- const char *config_file, uint16_t vty_port);
-int l23_app_exit(void);
-int l23_app_work(int *quit);
-int mobile_delete(struct osmocom_ms *ms, int force);
-struct osmocom_ms *mobile_new(char *name);
-int mobile_init(struct osmocom_ms *ms);
-int mobile_exit(struct osmocom_ms *ms, int force);
-int mobile_work(struct osmocom_ms *ms);
-
-#endif
-