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
Michael Black
OpenXG-RAN
Commits
18b9135c
Commit
18b9135c
authored
Jan 12, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix warning in nFAPI
parent
75e542c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
nfapi/open-nFAPI/vnf/src/vnf_p7_interface.c
nfapi/open-nFAPI/vnf/src/vnf_p7_interface.c
+1
-1
No files found.
nfapi/open-nFAPI/vnf/src/vnf_p7_interface.c
View file @
18b9135c
...
...
@@ -186,7 +186,7 @@ int nfapi_nr_vnf_p7_start(nfapi_vnf_p7_config_t* config)
gNB
->
UL_INFO
.
frame
=
slot_ind
->
sfn
;
gNB
->
UL_INFO
.
slot
=
slot_ind
->
slot
;
NFAPI_TRACE
(
NFAPI_TRACE_DEBUG
,
"gNB->UL_INFO.frame = %d and slot %d, prev_slot = %d
, setup_time = %d
\n
"
,
NFAPI_TRACE
(
NFAPI_TRACE_DEBUG
,
"gNB->UL_INFO.frame = %d and slot %d, prev_slot = %d
\n
"
,
gNB
->
UL_INFO
.
frame
,
gNB
->
UL_INFO
.
slot
,
prev_slot
);
if
(
setup_done
&&
prev_slot
!=
gNB
->
UL_INFO
.
slot
)
{
//Give the VNF sufficient time to setup before starting scheduling && prev_slot != gNB->UL_INFO.slot
...
...
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