Skip to content
GitLab
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
1d091eff
Commit
1d091eff
authored
Jun 23, 2015
by
roux
Browse files
little fix
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@7641
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
f35d25bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair2/ENB_APP/enb_config.c
View file @
1d091eff
...
...
@@ -1107,11 +1107,11 @@ const Enb_properties_array_t *enb_config_init(char* lib_config_file_name_pP)
if
(
strcmp
(
phich_resource
,
"ONESIXTH"
)
==
0
)
{
enb_properties
.
properties
[
enb_properties_index
]
->
phich_resource
[
j
]
=
oneSixth
;
}
else
if
(
strcmp
(
phich_
duration
,
"HALF"
)
==
0
)
{
}
else
if
(
strcmp
(
phich_
resource
,
"HALF"
)
==
0
)
{
enb_properties
.
properties
[
enb_properties_index
]
->
phich_resource
[
j
]
=
half
;
}
else
if
(
strcmp
(
phich_
duration
,
"ONE"
)
==
0
)
{
}
else
if
(
strcmp
(
phich_
resource
,
"ONE"
)
==
0
)
{
enb_properties
.
properties
[
enb_properties_index
]
->
phich_resource
[
j
]
=
one
;
}
else
if
(
strcmp
(
phich_
duration
,
"TWO"
)
==
0
)
{
}
else
if
(
strcmp
(
phich_
resource
,
"TWO"
)
==
0
)
{
enb_properties
.
properties
[
enb_properties_index
]
->
phich_resource
[
j
]
=
two
;
}
else
AssertError
(
0
,
parse_errors
++
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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