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
8b1d2836
Commit
8b1d2836
authored
Mar 05, 2016
by
Florian Kaltenberger
Browse files
fixing compilation of mbmssim
parent
5191cd95
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair1/SIMULATION/LTE_PHY/mbmssim.c
View file @
8b1d2836
...
...
@@ -173,7 +173,9 @@ int main(int argc, char **argv)
lte_frame_type_t
frame_type
=
FDD
;
uint32_t
Nsoft
=
1827072
;
/*
#ifdef XFORMS
FD_lte_phy_scope_ue *form_ue;
char title[255];
...
...
@@ -183,6 +185,7 @@ int main(int argc, char **argv)
sprintf (title, "LTE DL SCOPE UE");
fl_show_form (form_ue->lte_phy_scope_ue, FL_PLACE_HOTSPOT, FL_FULLBORDER, title);
#endif
*/
logInit
();
number_of_cards
=
1
;
...
...
@@ -382,14 +385,14 @@ 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
,
Nsoft
,
N_RB_DL
,
0
);
if
(
!
PHY_vars_eNB
->
dlsch_eNB_MCH
)
{
printf
(
"Can't get eNB dlsch structures
\n
"
);
exit
(
-
1
);
}
PHY_vars_UE
->
dlsch_ue_MCH
[
0
]
=
new_ue_dlsch
(
1
,
8
,
MAX_TURBO_ITERATIONS_MBSFN
,
N_RB_DL
,
0
);
PHY_vars_UE
->
dlsch_ue_MCH
[
0
]
=
new_ue_dlsch
(
1
,
8
,
Nsoft
,
MAX_TURBO_ITERATIONS_MBSFN
,
N_RB_DL
,
0
);
PHY_vars_eNB
->
lte_frame_parms
.
num_MBSFN_config
=
1
;
PHY_vars_eNB
->
lte_frame_parms
.
MBSFN_config
[
0
].
radioframeAllocationPeriod
=
0
;
...
...
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