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
wangjie
OpenXG-RAN
Commits
ac185617
Commit
ac185617
authored
Mar 25, 2019
by
Javier Morgade
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-a
parent
d62de356
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openair1/PHY/LTE_UE_TRANSPORT/pmch_ue.c
openair1/PHY/LTE_UE_TRANSPORT/pmch_ue.c
+1
-1
No files found.
openair1/PHY/LTE_UE_TRANSPORT/pmch_ue.c
View file @
ac185617
...
...
@@ -152,7 +152,7 @@ void mch_extract_rbs_khz_1dot25(int **rxdataF,
numext
=
0
;
for
(
aarx
=
0
;
aarx
<
frame_parms
->
nb_antennas_rx
;
aarx
++
)
{
for
(
i
=
0
,
j
=
0
;
i
<
frame_parms
->
N_RB_DL
*
72
;
i
++
)
{
if
(
(
i
%
6
)
!=
0
){
if
(
(
(
i
-
offset
)
%
6
)
!=
0
){
rxdataF_ext
[
aarx
][
j
+
0
]
=
rxdataF
[
aarx
][
i
+
4344
+
0
];
rxdataF_ext
[
aarx
][(
frame_parms
->
N_RB_DL
*
60
)
+
j
+
0
]
=
rxdataF
[
aarx
][
i
+
1
+
0
];
//DC
dl_ch_estimates_ext
[
aarx
][
j
+
0
]
=
dl_ch_estimates
[
aarx
][
i
+
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