Commit 4868d631 authored by Lionel Gauthier's avatar Lionel Gauthier

config file can be set by -O (like enb exe) (harmonization for oai_build scripts)

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6226 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 86c1e5ce
......@@ -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.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment