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
dyyu
openairinterface5G
Commits
ce29fca6
Commit
ce29fca6
authored
Jun 12, 2017
by
Elena Lukashova
Browse files
Enabling new code for dci format 2 and incrementing round in UE->dlsch[subframe&0x1][0][1].
parent
39e74bc8
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
openair1/PHY/LTE_TRANSPORT/dci_tools.c
View file @
ce29fca6
This diff is collapsed.
Click to expand it.
openair1/SIMULATION/LTE_PHY/dlsim_tm4.c
View file @
ce29fca6
...
...
@@ -4576,6 +4576,10 @@ int main(int argc, char **argv)
}
//if (ret > UE->dlsch[subframe&0x1][0][1]->max_turbo_iterations )
}
//if SIC
}
else
{
if
(
TB0_active
&&
TB1_active
)
UE
->
dlsch
[
subframe
&
0x1
][
0
][
1
]
->
harq_processes
[
UE
->
dlsch
[
subframe
&
0x1
][
0
][
1
]
->
current_harq_pid
]
->
round
++
;
decoded_tb
[
TB
]
=
0
;
errs
[
TB
][
round
]
++
;
#ifdef DEBUG_HARQ
...
...
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