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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-RAN
Commits
29ce2e5e
Commit
29ce2e5e
authored
Dec 14, 2024
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
phy_nr_slot_indication(): Remove useless code: it does nothing
parent
0659148d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
nfapi/oai_integration/nfapi_vnf.c
nfapi/oai_integration/nfapi_vnf.c
+3
-7
No files found.
nfapi/oai_integration/nfapi_vnf.c
View file @
29ce2e5e
...
...
@@ -1132,13 +1132,9 @@ int trigger_scheduler(nfapi_nr_slot_indication_scf_t *slot_ind)
return
1
;
}
int
phy_nr_slot_indication
(
nfapi_nr_slot_indication_scf_t
*
ind
)
{
uint8_t
vnf_slot_ahead
=
0
;
uint32_t
vnf_sfn_slot
=
sfnslot_add_slot
(
ind
->
sfn
,
ind
->
slot
,
vnf_slot_ahead
);
uint16_t
vnf_sfn
=
NFAPI_SFNSLOT2SFN
(
vnf_sfn_slot
);
uint8_t
vnf_slot
=
NFAPI_SFNSLOT2SLOT
(
vnf_sfn_slot
);
LOG_D
(
MAC
,
"VNF SFN/Slot %d.%d
\n
"
,
vnf_sfn
,
vnf_slot
);
int
phy_nr_slot_indication
(
nfapi_nr_slot_indication_scf_t
*
ind
)
{
LOG_D
(
MAC
,
"VNF SFN/Slot %d.%d
\n
"
,
ind
->
sfn
,
ind
->
slot
);
trigger_scheduler
(
ind
);
...
...
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