Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-RAN
Commits
4a4a8785
Commit
4a4a8785
authored
Nov 26, 2015
by
Xiwen JIANG
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dlsim adaption for new_eNB_dlsch()
parent
ad5e6a9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openair1/SIMULATION/LTE_PHY/dlsim.c
openair1/SIMULATION/LTE_PHY/dlsim.c
+1
-1
No files found.
openair1/SIMULATION/LTE_PHY/dlsim.c
View file @
4a4a8785
...
...
@@ -1061,7 +1061,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
[
k
][
i
]
=
new_eNB_dlsch
(
Kmimo
,
8
,
N_RB_DL
,
0
,
&
PHY_vars_
UE
->
lte_frame_parms
);
PHY_vars_eNB
->
dlsch_eNB
[
k
][
i
]
=
new_eNB_dlsch
(
Kmimo
,
8
,
N_RB_DL
,
0
,
&
PHY_vars_
eNB
->
lte_frame_parms
);
if
(
!
PHY_vars_eNB
->
dlsch_eNB
[
k
][
i
])
{
printf
(
"Can't get eNB dlsch structures
\n
"
);
...
...
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