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
alex037yang
OpenXG-RAN
Commits
a4783d23
Commit
a4783d23
authored
Dec 20, 2018
by
Khodr Saaifan
Committed by
Thomas Schlichter
Dec 20, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clean UE side
parent
a373568a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
openair1/PHY/LTE_TRANSPORT/dci_tools.c
openair1/PHY/LTE_TRANSPORT/dci_tools.c
+6
-9
No files found.
openair1/PHY/LTE_TRANSPORT/dci_tools.c
View file @
a4783d23
...
...
@@ -5799,8 +5799,7 @@ void prepare_dl_decoding_format2_2A(DCI_format_t dci_format,
if
((
rv2
==
1
)
&&
(
mcs2
==
0
))
{
TB1_active
=
0
;
}
if
((
TB0_active
==
1
)
&&
(
TB1_active
==
0
))
//we are here
{
/*SFN:
* Case 1:eNB receives ACK (due to channel) for erroneous decoded data
* Description: UE has a decoding error. Hence it increases round and send Nack to eNB
...
...
@@ -5895,9 +5894,7 @@ if((TB0_active==1)&&(TB1_active==0))//we are here
dlsch0_harq
,
nb_rb_alloc
,
subframe
);
}
else
if
((
TB0_active
==
1
)
&&
(
TB1_active
==
1
))
//two active streams go here
{
}
}
int
generate_ue_dlsch_params_from_dci
(
int
frame
,
...
...
@@ -8348,7 +8345,7 @@ int generate_eNB_ulsch_params_from_dci(PHY_VARS_eNB *eNB,
* TODO: deal with TM 8&9 correctly when they are implemented.
* TODO: deal with periodic reporting if we implement it.
*/
//SFN FIX:
// O_RI: 1 bit for RI
if
(
transmission_mode
==
3
||
transmission_mode
==
4
)
ulsch
->
harq_processes
[
harq_pid
]
->
O_RI
=
1
;
//we only support 2 antenna ports, so this is always 1 according to 3GPP 36.213 Table
...
...
@@ -8434,7 +8431,7 @@ int generate_eNB_ulsch_params_from_dci(PHY_VARS_eNB *eNB,
switch
(
frame_parms
->
N_RB_DL
)
{
case
6
:
ulsch
->
harq_processes
[
harq_pid
]
->
Or1
=
sizeof_HLC_subband_cqi_nopmi_1_5MHz
;
ulsch
->
harq_processes
[
harq_pid
]
->
Or1
=
sizeof_HLC_subband_cqi_nopmi_1_5MHz
;
break
;
case
25
:
...
...
@@ -8442,11 +8439,11 @@ int generate_eNB_ulsch_params_from_dci(PHY_VARS_eNB *eNB,
break
;
case
50
:
ulsch
->
harq_processes
[
harq_pid
]
->
Or1
=
sizeof_HLC_subband_cqi_nopmi_10MHz
;
ulsch
->
harq_processes
[
harq_pid
]
->
Or1
=
sizeof_HLC_subband_cqi_nopmi_10MHz
;
break
;
case
100
:
ulsch
->
harq_processes
[
harq_pid
]
->
Or1
=
sizeof_HLC_subband_cqi_nopmi_20MHz
;
ulsch
->
harq_processes
[
harq_pid
]
->
Or1
=
sizeof_HLC_subband_cqi_nopmi_20MHz
;
break
;
}
...
...
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