Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
15ef3b49
Commit
15ef3b49
authored
Apr 24, 2015
by
knopp
Browse files
no arg option -m
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@7267
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
85267bf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair-cn/UTILS/mme_config.c
View file @
15ef3b49
...
...
@@ -678,7 +678,7 @@ int config_parse_opt_line(int argc, char *argv[], mme_config_t *mme_config_p)
mme_config_init
(
mme_config_p
);
/* Parsing command line */
while
((
c
=
getopt
(
argc
,
argv
,
"O:c:hi:K:m
:
v:V"
))
!=
-
1
)
{
while
((
c
=
getopt
(
argc
,
argv
,
"O:c:hi:K:mv:V"
))
!=
-
1
)
{
switch
(
c
)
{
case
'O'
:
case
'c'
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment