Commit 094c3b7e authored by Raymond Knopp's avatar Raymond Knopp

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6531 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent cdb9775b
......@@ -1952,7 +1952,8 @@ static void get_options (int argc, char **argv) {
}
}
AssertFatal(conf_config_file_name != NULL,"Please provide a configuration file\n");
if (UE_flag == 0)
AssertFatal(conf_config_file_name != NULL,"Please provide a configuration file\n");
if ((UE_flag == 0) && (conf_config_file_name != NULL)) {
......
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