Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Price
openairinterface5G
Commits
fc46dcff
Commit
fc46dcff
authored
Feb 11, 2017
by
Cedric Roux
Browse files
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
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