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
oai
openairinterface5G
Commits
dd8eb290
Commit
dd8eb290
authored
Jun 15, 2017
by
Elena Lukashova
Browse files
Fixing a bug in lte_phy_scope_tm4, now scope for transmission mode 1 is working fine.
parent
71d7fcb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair1/PHY/TOOLS/lte_phy_scope_tm4.c
View file @
dd8eb290
...
...
@@ -815,12 +815,14 @@ void phy_scope_UE(FD_lte_phy_scope_ue *form,
for
(
arx
=
0
;
arx
<
nb_antennas_rx
;
arx
++
)
{
free
(
chest_t_abs
[
arx
]);
}
for
(
int
i
=
0
;
i
<
8
;
++
i
)
for
(
int
j
=
0
;
j
<
7
*
2
*
frame_parms
->
N_RB_DL
*
12
+
4
;
++
j
)
phy_vars_ue
->
pdsch_vars
[
subframe
&
0x1
][
eNB_id
]
->
rxdataF_comp1
[
0
][
0
][
i
][
j
]
=
0
;
if
(
phy_vars_ue
->
transmission_mode
[
eNB_id
]
==
3
&&
phy_vars_ue
->
transmission_mode
[
eNB_id
]
==
4
){
for
(
int
i
=
0
;
i
<
8
;
++
i
)
for
(
int
j
=
0
;
j
<
7
*
2
*
frame_parms
->
N_RB_DL
*
12
+
4
;
++
j
)
phy_vars_ue
->
pdsch_vars
[
subframe
&
0x1
][
eNB_id
]
->
rxdataF_comp1
[
0
][
0
][
i
][
j
]
=
0
;
for
(
int
m
=
0
;
m
<
coded_bits_per_codeword1
;
++
m
)
phy_vars_ue
->
pdsch_vars
[
subframe
&
0x1
][
eNB_id
]
->
llr
[
1
][
m
]
=
0
;
for
(
int
m
=
0
;
m
<
coded_bits_per_codeword1
;
++
m
)
phy_vars_ue
->
pdsch_vars
[
subframe
&
0x1
][
eNB_id
]
->
llr
[
1
][
m
]
=
0
;
}
}
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