Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
ceb13b8a
Commit
ceb13b8a
authored
May 03, 2017
by
Bilel
Browse files
[OAI-UE] Additional TDD fix
parent
3c6e206e
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair1/PHY/LTE_ESTIMATION/lte_dl_channel_estimation.c
View file @
ceb13b8a
...
...
@@ -671,8 +671,8 @@ int lte_dl_channel_estimation(PHY_VARS_UE *ue,
previous_subframe
=
9
;
else
previous_subframe
=
((
Ns
>>
1
)
-
1
)
%
9
;
if
(((
Ns
>>
1
)
>
0
&&
subframe_select
(
&
ue
->
frame_parms
,((
Ns
>>
1
)
-
1
))
==
SF_UL
&&
ue
->
frame_parms
.
frame_type
==
TDD
)
||
((
Ns
>>
1
)
==
0
&&
subframe_select
(
&
ue
->
frame_parms
,
9
)
==
SF_UL
&&
ue
->
frame_parms
.
frame_type
==
TDD
)
)
if
((
subframe_select
(
&
ue
->
frame_parms
,
previous_subframe
)
==
SF_UL
)
)
{
multadd_complex_vector_real_scalar
(
dl_ch_prev
,
328
,
dl_ch_prev
+
(
2
*
(
ue
->
frame_parms
.
ofdm_symbol_size
)),
1
,
ue
->
frame_parms
.
ofdm_symbol_size
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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