From 363d4d22da0e2bb03645affa32fe7443d8f8befc Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Mon, 23 Oct 2017 08:29:04 +0330 Subject: 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 --- src/host/layer23/src/mobile/app_mobile.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/host/layer23/src/mobile/app_mobile.c') 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); -- cgit v1.2.3