summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/app_mobile.c
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2017-10-23 08:29:04 +0330
committerVadim Yanitskiy <axilirator@gmail.com>2017-10-23 15:11:16 +0330
commit363d4d22da0e2bb03645affa32fe7443d8f8befc (patch)
tree50c07c3a4335263e094af3df5f157a66020e7189 /src/host/layer23/src/mobile/app_mobile.c
parentda9e830af0d185c3ac2e8f4d5259758e144a3789 (diff)
mobile: clean up and share example configs
It is better to have a shared example config files directory, like other Osmocom projects do. Change-Id: I903f31a8afc518ac258cdaeaf76430de07f7edea
Diffstat (limited to 'src/host/layer23/src/mobile/app_mobile.c')
-rw-r--r--src/host/layer23/src/mobile/app_mobile.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/host/layer23/src/mobile/app_mobile.c b/src/host/layer23/src/mobile/app_mobile.c
index fd2c94fb..ecf98205 100644
--- a/src/host/layer23/src/mobile/app_mobile.c
+++ b/src/host/layer23/src/mobile/app_mobile.c
@@ -407,6 +407,8 @@ int l23_app_init(int (*mncc_recv)(struct osmocom_ms *ms, int, void *),
" '%s'\n", config_file);
fprintf(stderr, "Please check or create config file"
" using: 'touch %s'\n", config_file);
+ fprintf(stderr, "or use one from "
+ "'doc/examples/mobile/'\n");
return rc;
}
printf("Using configuration from %s\n", config_file);