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
spbro
OpenXG-RAN
Commits
7f9b19cc
Commit
7f9b19cc
authored
Mar 17, 2017
by
fnabet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UE Issue224 fix on TCRNTI
parent
bd3394f5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
openair1/PHY/LTE_TRANSPORT/dci_tools.c
openair1/PHY/LTE_TRANSPORT/dci_tools.c
+10
-0
No files found.
openair1/PHY/LTE_TRANSPORT/dci_tools.c
View file @
7f9b19cc
...
@@ -5144,6 +5144,7 @@ void prepare_dl_decoding_format1_1A(DCI_format_t dci_format,
...
@@ -5144,6 +5144,7 @@ void prepare_dl_decoding_format1_1A(DCI_format_t dci_format,
LTE_DL_FRAME_PARMS *frame_parms,
LTE_DL_FRAME_PARMS *frame_parms,
uint8_t subframe,
uint8_t subframe,
uint16_t rnti,
uint16_t rnti,
uint16_t tc_rnti,
uint16_t si_rnti,
uint16_t si_rnti,
uint16_t ra_rnti,
uint16_t ra_rnti,
uint16_t p_rnti,
uint16_t p_rnti,
...
@@ -5206,6 +5207,13 @@ void prepare_dl_decoding_format1_1A(DCI_format_t dci_format,
...
@@ -5206,6 +5207,13 @@ void prepare_dl_decoding_format1_1A(DCI_format_t dci_format,
}
}
else //CRNTI
else //CRNTI
{
{
if (rnti == tc_rnti) {
//fix for standalone Contention Resolution Id
pdlsch0_harq->DCINdi = (uint8_t)-1;
LOG_D(PHY,"UE (%x/%d): Format1A DCI: C-RNTI is temporary. Set NDI = %d and to be ignored\n",
rnti,harq_pid,pdlsch0_harq->DCINdi);
}
// DCI has been toggled or this is the first transmission
// DCI has been toggled or this is the first transmission
if (ndi1!=pdlsch0_harq->DCINdi)
if (ndi1!=pdlsch0_harq->DCINdi)
{
{
...
@@ -5992,6 +6000,7 @@ int generate_ue_dlsch_params_from_dci(int frame,
...
@@ -5992,6 +6000,7 @@ int generate_ue_dlsch_params_from_dci(int frame,
frame_parms,
frame_parms,
subframe,
subframe,
rnti,
rnti,
tc_rnti,
si_rnti,
si_rnti,
ra_rnti,
ra_rnti,
p_rnti,
p_rnti,
...
@@ -6092,6 +6101,7 @@ int generate_ue_dlsch_params_from_dci(int frame,
...
@@ -6092,6 +6101,7 @@ int generate_ue_dlsch_params_from_dci(int frame,
frame_parms,
frame_parms,
subframe,
subframe,
rnti,
rnti,
tc_rnti,
si_rnti,
si_rnti,
ra_rnti,
ra_rnti,
p_rnti,
p_rnti,
...
...
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