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
f2e20c80
Commit
f2e20c80
authored
Sep 27, 2017
by
Cedric Roux
Browse files
bugfix: fix sctp config params
parent
4d07eb12
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair2/ENB_APP/enb_paramdef.h
View file @
f2e20c80
...
...
@@ -538,8 +538,8 @@ static int DEFENBS[] = {0};
/* optname helpstr paramflags XXXptr defXXXval type numelt */
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
#define SCTPPARAMS_DESC { \
{ENB_CONFIG_STRING_SCTP_INSTREAMS, NULL, 0,
str
ptr:NULL, def
str
val:
ENB_CONFIG_STRING_SCTP_INSTREAMS
, TYPE_
STR
IN
G
, 0}, \
{ENB_CONFIG_STRING_SCTP_OUTSTREAMS, NULL, 0,
str
ptr:NULL, def
str
val:
ENB_CONFIG_STRING_SCTP_OUTSTREAMS,
TYPE_
STR
IN
G
, 0} \
{ENB_CONFIG_STRING_SCTP_INSTREAMS, NULL, 0,
u
ptr:NULL, def
int
val:
-1
, TYPE_
U
IN
T
, 0}, \
{ENB_CONFIG_STRING_SCTP_OUTSTREAMS, NULL, 0,
u
ptr:NULL, def
int
val:
-1,
TYPE_
U
IN
T
, 0} \
}
#define ENB_SCTP_INSTREAMS_IDX 0
...
...
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