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
48e81dda
Commit
48e81dda
authored
May 23, 2017
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removing bogous check for RV at UE dci decoding
parent
ccb876c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
openair1/PHY/LTE_TRANSPORT/dci_tools.c
openair1/PHY/LTE_TRANSPORT/dci_tools.c
+7
-7
No files found.
openair1/PHY/LTE_TRANSPORT/dci_tools.c
View file @
48e81dda
...
...
@@ -5052,7 +5052,7 @@ int check_dci_format2_2a_coherency(DCI_format_t dci_format,
return(0);
}*/
/*
if((pdlsch0_harq->round == 0) && (rv1 > 0))
{
// DCI false detection
...
...
@@ -5066,7 +5066,7 @@ int check_dci_format2_2a_coherency(DCI_format_t dci_format,
LOG_I(PHY,"bad rv2\n");
return(0);
}
*/
switch
(
N_RB_DL
)
{
case
6
:
...
...
@@ -5728,9 +5728,9 @@ void prepare_dl_decoding_format2_2A(DCI_format_t dci_format,
pdlsch1
->
active
=
0
;
}
//
#ifdef DEBUG_HARQ
#ifdef DEBUG_HARQ
printf
(
"[DCI UE]: dlsch0_harq status %d , dlsch1_harq status %d
\n
"
,
dlsch0_harq
->
status
,
dlsch1_harq
->
status
);
//
#endif
#endif
// compute resource allocation
if
(
TB0_active
==
1
){
...
...
@@ -5890,9 +5890,9 @@ void prepare_dl_decoding_format2_2A(DCI_format_t dci_format,
dlsch1_harq
->
Qm
=
(
mcs2
-
28
)
<<
1
;
}
//
#ifdef DEBUG_HARQ
#ifdef DEBUG_HARQ
printf
(
"[DCI UE]: dlsch0_harq status %d , dlsch1_harq status %d
\n
"
,
dlsch0_harq
->
status
,
dlsch1_harq
->
status
);
//
#endif
#endif
#ifdef DEBUG_HARQ
if
(
dlsch0
!=
NULL
&&
dlsch1
!=
NULL
)
...
...
@@ -6166,7 +6166,7 @@ int generate_ue_dlsch_params_from_dci(int frame,
case
format2A
:
{
// extract dci infomation
LOG_
I
(
PHY
,
"[DCI-format2] AbsSubframe %d.%d extract dci infomation
\n
"
,
frame
%
1024
,
subframe
);
LOG_
D
(
PHY
,
"[DCI-format2] AbsSubframe %d.%d extract dci infomation
\n
"
,
frame
%
1024
,
subframe
);
extract_dci2A_info
(
frame_parms
->
N_RB_DL
,
frame_type
,
frame_parms
->
nb_antenna_ports_eNB
,
...
...
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