diff --git a/openair-cn/UTILS/mme_config.c b/openair-cn/UTILS/mme_config.c index 4b37df2128fe4e3c565cd8a26997fa9966b654e5..54470f2ba6fa003c2f476b1272ba5ab34843272e 100644 --- a/openair-cn/UTILS/mme_config.c +++ b/openair-cn/UTILS/mme_config.c @@ -605,9 +605,11 @@ int config_parse_opt_line(int argc, char *argv[], mme_config_t *mme_config_p) int c; mme_config_init(mme_config_p); /* Parsing command line */ - while ((c = getopt (argc, argv, "c:hi:K:v:V")) != -1) { + while ((c = getopt (argc, argv, "O:c:hi:K:v:V")) != -1) { switch (c) { - case 'c': { + case 'O': + case 'c': + { /* Store the given configuration file. If no file is given, * then the default values will be used. */