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
promise
OpenXG-RAN
Commits
ed40b1b0
Commit
ed40b1b0
authored
7 years ago
by
Florian Kaltenberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
only one codeword transmitted in TM8 for now
parent
3e8cb4d3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
openair1/SIMULATION/LTE_PHY/dlsim.c
openair1/SIMULATION/LTE_PHY/dlsim.c
+9
-3
No files found.
openair1/SIMULATION/LTE_PHY/dlsim.c
View file @
ed40b1b0
...
...
@@ -2200,7 +2200,7 @@ int main(int argc, char **argv)
1
,
1
,
0
,
0
,
1
,
tpmi
,
&
num_common_dci
,
&
num_ue_spec_dci
,
...
...
@@ -2404,17 +2404,23 @@ int main(int argc, char **argv)
num_common_dci
=
0
;
num_ue_spec_dci
=
0
;
/*
if (round == 0) { // First round
fill_DCI (eNB, &dci_alloc[0], subframe, n_rnti, n_users, transmission_mode, common_flag, DLSCH_RB_ALLOC, TPC,
mcs1
,
mcs2
,
trials
&
1
,
trials
&
1
,
round
&
3
,
round
&
3
,
tpmi
,
&
num_common_dci
,
&
num_ue_spec_dci
,
&
num_dci
);
mcs1, mcs2,
trials & 1, trials &1,
round & 3, round & 3,
tpmi,
&num_common_dci, &num_ue_spec_dci, &num_dci);
} else {
*/
fill_DCI
(
eNB
,
&
dci_alloc
[
0
],
subframe
,
n_rnti
,
n_users
,
transmission_mode
,
common_flag
,
DLSCH_RB_ALLOC
,
TPC
,
(
TB0_active
==
1
)
?
mcs1
:
0
,
(
TB1_active
==
1
)
?
mcs2
:
0
,
trials
&
1
,
trials
&
1
,
(
TB0_active
==
1
)
?
round
&
3
:
1
,
(
TB1_active
==
1
)
?
round
&
3
:
1
,
tpmi
,
&
num_common_dci
,
&
num_ue_spec_dci
,
&
num_dci
);
}
//
}
for
(
i
=
num_common_dci
;
i
<
num_dci
;
i
++
)
{
...
...
This diff is collapsed.
Click to expand it.
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