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
littleBu
OpenXG-RAN
Commits
956ffe47
Commit
956ffe47
authored
Dec 14, 2024
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aerial_phy_nr_slot_indication(): Remove useless code: it does nothing
parent
1337245d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
nfapi/oai_integration/aerial/fapi_vnf_p7.c
nfapi/oai_integration/aerial/fapi_vnf_p7.c
+1
-6
No files found.
nfapi/oai_integration/aerial/fapi_vnf_p7.c
View file @
956ffe47
...
...
@@ -103,12 +103,7 @@ extern int trigger_scheduler(nfapi_nr_slot_indication_scf_t *slot_ind);
int
aerial_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
);
// printf( "VNF SFN/Slot %d.%d \n", vnf_sfn, vnf_slot);
LOG_D
(
MAC
,
"VNF SFN/Slot %d.%d
\n
"
,
ind
->
sfn
,
ind
->
slot
);
trigger_scheduler
(
ind
);
return
1
;
...
...
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