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
wangwenhui
OpenXG-RAN
Commits
a97dcd62
Commit
a97dcd62
authored
Jan 30, 2019
by
frtabu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
attempt to fix prach.c wrong ru/eNB test
parent
824d2b47
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
openair1/PHY/LTE_TRANSPORT/prach.c
openair1/PHY/LTE_TRANSPORT/prach.c
+6
-6
No files found.
openair1/PHY/LTE_TRANSPORT/prach.c
View file @
a97dcd62
...
...
@@ -97,12 +97,12 @@ void rx_prach0(PHY_VARS_eNB *eNB,
#endif
if
(
eNB
)
{
fp
=
&
(
eNB
->
frame_parms
);
nb_rx
=
fp
->
nb_antennas_rx
;
}
else
{
if
(
ru
)
{
fp
=
&
(
ru
->
frame_parms
);
nb_rx
=
ru
->
nb_rx
;
}
else
{
fp
=
&
(
eNB
->
frame_parms
);
nb_rx
=
fp
->
nb_antennas_rx
;
}
AssertFatal
(
fp
==
NULL
,
"rx_prach called without valid RU or eNB descriptor
\n
"
);
frame_type
=
fp
->
frame_type
;
...
...
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