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
zzha zzha
OpenXG-RAN
Commits
fc46dcff
Commit
fc46dcff
authored
Feb 11, 2017
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix format 1A DCI management
I am not sure this is enough. To be refined.
parent
80f47817
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
openair1/PHY/LTE_TRANSPORT/dci_tools.c
openair1/PHY/LTE_TRANSPORT/dci_tools.c
+7
-1
No files found.
openair1/PHY/LTE_TRANSPORT/dci_tools.c
View file @
fc46dcff
...
...
@@ -4329,6 +4329,9 @@ int generate_ue_dlsch_params_from_dci(int frame,
dlsch0_harq
->
first_tx
,
dlsch0_harq
->
status
,
dlsch0_harq
->
round
);
dlsch
[
0
]
->
active
=
1
;
if
((
ndi
!=
dlsch0_harq
->
DCINdi
)
||
// DCI has been toggled or this is the first transmission
(
dlsch0_harq
->
first_tx
==
1
))
{
...
...
@@ -4403,6 +4406,10 @@ int generate_ue_dlsch_params_from_dci(int frame,
}
dlsch
[
0
]
->
rnti
=
rnti
;
dlsch0
=
dlsch
[
0
];
if
(
dlsch0_harq
->
round
==
0
)
dlsch0_harq
->
status
=
ACTIVE
;
//printf("Format 1A: harq_pid %d, nb_rb %d, round %d\n",harq_pid,dlsch0_harq->nb_rb,dlsch0_harq->round);
break
;
...
...
@@ -4649,7 +4656,6 @@ int generate_ue_dlsch_params_from_dci(int frame,
return
(
-
1
);
}
dlsch0_harq
->
delta_PUCCH
=
delta_PUCCH_lut
[
TPC
&
3
];
dlsch
[
0
]
->
current_harq_pid
=
harq_pid
;
...
...
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