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
ad5e6a9e
Commit
ad5e6a9e
authored
Nov 26, 2015
by
Xiwen JIANG
Browse files
ulsim and mbmssim adaption
parent
1d511eca
Changes
2
Hide whitespace changes
Inline
Side-by-side
openair1/SIMULATION/LTE_PHY/mbmssim.c
View file @
ad5e6a9e
...
...
@@ -403,7 +403,7 @@ int main(int argc, char **argv)
0
);
// Create transport channel structures for 2 transport blocks (MIMO)
PHY_vars_eNB
->
dlsch_eNB_MCH
=
new_eNB_dlsch
(
1
,
8
,
N_RB_DL
,
0
);
PHY_vars_eNB
->
dlsch_eNB_MCH
=
new_eNB_dlsch
(
1
,
8
,
N_RB_DL
,
0
,
&
PHY_vars_eNB
->
lte_frame_parms
);
if
(
!
PHY_vars_eNB
->
dlsch_eNB_MCH
)
{
printf
(
"Can't get eNB dlsch structures
\n
"
);
...
...
openair1/SIMULATION/LTE_PHY/ulsim.c
View file @
ad5e6a9e
...
...
@@ -693,7 +693,7 @@ int main(int argc, char **argv)
// Create transport channel structures for 2 transport blocks (MIMO)
for
(
i
=
0
;
i
<
2
;
i
++
)
{
PHY_vars_eNB
->
dlsch_eNB
[
0
][
i
]
=
new_eNB_dlsch
(
1
,
8
,
N_RB_DL
,
0
);
PHY_vars_eNB
->
dlsch_eNB
[
0
][
i
]
=
new_eNB_dlsch
(
1
,
8
,
N_RB_DL
,
0
,
&
PHY_vars_eNB
->
lte_frame_parms
);
PHY_vars_UE
->
dlsch_ue
[
0
][
i
]
=
new_ue_dlsch
(
1
,
8
,
MAX_TURBO_ITERATIONS
,
N_RB_DL
,
0
);
if
(
!
PHY_vars_eNB
->
dlsch_eNB
[
0
][
i
])
{
...
...
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