summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include
diff options
context:
space:
mode:
authorHarald Welte2011-03-02 11:00:59 +0100
committerHarald Welte2011-03-02 11:00:59 +0100
commitcde3f7d2c6f29eecb433c29ca7425b949d0b4777 (patch)
tree5aa73ddc99fabd6a8f4fea1a5249f642e70f7c2b /src/host/layer23/include
parentmobile: Use config file in ~/.osmocom/bb/mobile.cfg (diff)
downloadosmocom-cde3f7d2c6f29eecb433c29ca7425b949d0b4777.tar.gz
osmocom-cde3f7d2c6f29eecb433c29ca7425b949d0b4777.tar.xz
osmocom-cde3f7d2c6f29eecb433c29ca7425b949d0b4777.zip
mobile: Store N.ba files in same directory as config file
This should remove the last dependency to hard-coded system-wide /etc/osmocom
Diffstat (limited to 'src/host/layer23/include')
-rw-r--r--src/host/layer23/include/osmocom/bb/mobile/app_mobile.h2
1 files changed, 2 insertions, 0 deletions
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 138fbe0..4010a68 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);