From 7be0213030d2ce50e618e72b5a90e4c5b63c59a4 Mon Sep 17 00:00:00 2001 From: Tom Date: Tue, 16 Aug 2011 13:19:29 +0200 Subject: checked in clean osmocombb lib --- .../host/layer23/include/osmocom/bb/mobile/app_mobile.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Src/osmocombb/src/host/layer23/include/osmocom/bb/mobile/app_mobile.h (limited to 'Src/osmocombb/src/host/layer23/include/osmocom/bb/mobile/app_mobile.h') diff --git a/Src/osmocombb/src/host/layer23/include/osmocom/bb/mobile/app_mobile.h b/Src/osmocombb/src/host/layer23/include/osmocom/bb/mobile/app_mobile.h new file mode 100644 index 0000000..4010a68 --- /dev/null +++ b/Src/osmocombb/src/host/layer23/include/osmocom/bb/mobile/app_mobile.h @@ -0,0 +1,17 @@ +#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 + -- cgit v1.2.3-55-g7522