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
alex037yang
OpenXG-RAN
Commits
014b35bc
Commit
014b35bc
authored
Dec 28, 2020
by
Laurent
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
to relaunch CI (aborted)
parent
d253301c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
openair1/PHY/TOOLS/nr_phy_scope.c
openair1/PHY/TOOLS/nr_phy_scope.c
+5
-4
No files found.
openair1/PHY/TOOLS/nr_phy_scope.c
View file @
014b35bc
...
...
@@ -383,7 +383,8 @@ void phy_scope_gNB(OAI_phy_scope_t *form,
else
remeberForm
=
form
;
if
(
form
==
NULL
)
return
;
if
(
form
==
NULL
)
return
;
int
i
=
0
;
...
...
@@ -766,11 +767,11 @@ void nrUEinitScope(PHY_VARS_NR_UE *ue) {
void
nrscope_autoinit
(
void
*
dataptr
)
{
AssertFatal
(
(
IS_SOFTMODEM_GNB_BIT
||
IS_SOFTMODEM_5GUE_BIT
),
"Scope cannot find NRUE or GNB context"
);
if
(
IS_SOFTMODEM_GNB_BIT
)
gNBinitScope
(
dataptr
);
gNBinitScope
(
dataptr
);
else
nrUEinitScope
(
dataptr
);
nrUEinitScope
(
dataptr
);
}
// Kept to put back the functionality soon
#if 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