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
efe1ccf5
Commit
efe1ccf5
authored
Sep 22, 2017
by
oai
Browse files
Merge branch 'RU-RAU-split' of
https://gitlab.eurecom.fr/oai/openairinterface5g
into RU-RAU-split
parents
cc79250f
acca14b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair1/PHY/INIT/lte_init.c
View file @
efe1ccf5
...
...
@@ -1710,7 +1710,7 @@ int phy_init_RU(RU_t *ru) {
#endif
}
AssertFatal
(
RC
.
nb_L1_inst
>
NUMBER_OF_eNB_MAX
,
"eNB instances %d > %d
\n
"
,
AssertFatal
(
RC
.
nb_L1_inst
<=
NUMBER_OF_eNB_MAX
,
"eNB instances %d > %d
\n
"
,
RC
.
nb_L1_inst
,
NUMBER_OF_eNB_MAX
);
for
(
i
=
0
;
i
<
RC
.
nb_L1_inst
;
i
++
)
{
...
...
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