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
lizhongxiao
OpenXG-RAN
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