From d164b05655fa6d2e227be6f625922448da482cdc Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 17 Nov 2017 15:10:52 +0100 Subject: [PATCH] osmo-mgw: Config file is osmo-mgw.cfg, and not mgcp.cfg Change-Id: I16016684ee5bd6d82a8867d4b2be108b6d718291 --- src/osmo-mgw/mgw_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osmo-mgw/mgw_main.c b/src/osmo-mgw/mgw_main.c index e21baa8db..99efb15f0 100644 --- a/src/osmo-mgw/mgw_main.c +++ b/src/osmo-mgw/mgw_main.c @@ -73,7 +73,7 @@ const char *openbsc_copyright = "This is free software: you are free to change and redistribute it.\r\n" "There is NO WARRANTY, to the extent permitted by law.\r\n"; -static char *config_file = "mgcp.cfg"; +static char *config_file = "osmo-mgw.cfg"; /* used by msgb and mgcp */ void *tall_bsc_ctx = NULL;