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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
lizhongxiao
OpenXG-RAN
Commits
0af4c170
Commit
0af4c170
authored
Jan 16, 2017
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix phy simulators compilation - for real
This is the real fix,
d5a68178
was not the right solution.
parent
ff11cf5f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
openair1/SIMULATION/LTE_PHY/mbmssim.c
openair1/SIMULATION/LTE_PHY/mbmssim.c
+1
-1
openair1/SIMULATION/LTE_PHY/pdcchsim.c
openair1/SIMULATION/LTE_PHY/pdcchsim.c
+1
-1
No files found.
openair1/SIMULATION/LTE_PHY/mbmssim.c
View file @
0af4c170
...
...
@@ -492,7 +492,7 @@ int main(int argc, char **argv)
&
UE
->
frame_parms
,
UE
->
dlsch_MCH
[
0
],
UE
->
dlsch_MCH
[
0
]
->
harq_processes
[
0
],
0
/*frame*/
,
trials
,
subframe
,
0
,
0
,
0
);
...
...
openair1/SIMULATION/LTE_PHY/pdcchsim.c
View file @
0af4c170
...
...
@@ -1091,7 +1091,7 @@ int main(int argc, char **argv)
rx_pdcch
(
&
UE
->
common_vars
,
UE
->
pdcch_vars
,
&
UE
->
frame_parms
,
0
/*frame*/
,
trial
,
subframe
,
0
,
(
UE
->
frame_parms
.
mode1_flag
==
1
)
?
SISO
:
ALAMOUTI
,
...
...
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