Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
openairinterface5G
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Merge Requests
22
Merge Requests
22
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
oai
openairinterface5G
Commits
dd8eb290
Commit
dd8eb290
authored
Jun 15, 2017
by
Elena Lukashova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
openair1/PHY/TOOLS/lte_phy_scope_tm4.c
openair1/PHY/TOOLS/lte_phy_scope_tm4.c
+7
-5
No files found.
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