From cde3f7d2c6f29eecb433c29ca7425b949d0b4777 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 2 Mar 2011 11:00:59 +0100 Subject: mobile: Store N.ba files in same directory as config file This should remove the last dependency to hard-coded system-wide /etc/osmocom --- src/host/layer23/include/osmocom/bb/mobile/app_mobile.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/host/layer23/include/osmocom') diff --git a/src/host/layer23/include/osmocom/bb/mobile/app_mobile.h b/src/host/layer23/include/osmocom/bb/mobile/app_mobile.h index 138fbe04..4010a685 100644 --- a/src/host/layer23/include/osmocom/bb/mobile/app_mobile.h +++ b/src/host/layer23/include/osmocom/bb/mobile/app_mobile.h @@ -1,6 +1,8 @@ #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); -- cgit v1.2.3