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
canghaiwuhen
OpenXG-RAN
Commits
72a9e7ce
Commit
72a9e7ce
authored
Aug 28, 2017
by
Florian Kaltenberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix in process_HARQ_feedback
parent
1df958f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openair1/SCHED/phy_procedures_lte_eNb.c
openair1/SCHED/phy_procedures_lte_eNb.c
+2
-2
No files found.
openair1/SCHED/phy_procedures_lte_eNb.c
View file @
72a9e7ce
...
...
@@ -1729,12 +1729,12 @@ void process_HARQ_feedback(uint8_t UE_id,
// we always loop over 2 possible max TBs. If its not used it should have been disabled
for
(
tb
=
0
;
tb
<
1
;
tb
++
)
{
if
(
tb
==
0
)
{
dlsch_harq_proc
=
dlsch
->
harq_processes
[
dl_harq_pid
[
m
]];
dl_harq_pid
[
m
]
=
dlsch
->
harq_ids
[
dl_subframe
];
dlsch_harq_proc
=
dlsch
->
harq_processes
[
dl_harq_pid
[
m
]];
}
else
{
dlsch_harq_proc
=
dlsch1
->
harq_processes
[
dl_harq_pid
[
m
]];
dl_harq_pid
[
m
]
=
dlsch
->
harq_ids
[
dl_subframe
];
dlsch_harq_proc
=
dlsch1
->
harq_processes
[
dl_harq_pid
[
m
]];
}
//harq_pid_updated[UE_id][dl_harq_pid[m]] = 1;
...
...
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