Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
openairinterface-6g
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
OpenXG
openairinterface-6g
Commits
c8fba996
Commit
c8fba996
authored
Nov 10, 2025
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove dead code
parent
5ac381dd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
9 deletions
+0
-9
nfapi/oai_integration/nfapi_vnf.c
nfapi/oai_integration/nfapi_vnf.c
+0
-1
openair1/PHY/INIT/nr_init.c
openair1/PHY/INIT/nr_init.c
+0
-6
openair1/SCHED/nfapi_lte_dummy.c
openair1/SCHED/nfapi_lte_dummy.c
+0
-2
No files found.
nfapi/oai_integration/nfapi_vnf.c
View file @
c8fba996
...
...
@@ -124,7 +124,6 @@ int vnf_nr_unpack_vendor_extension_tlv(nfapi_tl_t *tl,
{
return
-
1
;
}
void
install_nr_schedule_handlers
(
NR_IF_Module_t
*
if_inst
);
void
install_schedule_handlers
(
IF_Module_t
*
if_inst
);
extern
int
sf_ahead
;
...
...
openair1/PHY/INIT/nr_init.c
View file @
c8fba996
...
...
@@ -286,12 +286,6 @@ void phy_free_nr_gNB(PHY_VARS_gNB *gNB)
}
//Adding nr_schedule_handler
void
install_nr_schedule_handlers
(
NR_IF_Module_t
*
if_inst
)
{
if_inst
->
NR_PHY_config_req
=
nr_phy_config_request
;
}
void
nr_phy_config_request_sim
(
PHY_VARS_gNB
*
gNB
,
int
N_RB_DL
,
int
N_RB_UL
,
...
...
openair1/SCHED/nfapi_lte_dummy.c
View file @
c8fba996
...
...
@@ -29,8 +29,6 @@ void nr_schedule_rx_prach(PHY_VARS_gNB *gNB, int SFN, int Slot, nfapi_nr_prach_p
void
nr_phy_config_request
(
NR_PHY_Config_t
*
gNB
){}
void
install_nr_schedule_handlers
(
NR_IF_Module_t
*
if_inst
){}
void
nr_dump_frame_parms
(
NR_DL_FRAME_PARMS
*
fp
){}
bool
vnf_nr_send_p5_msg
(
vnf_t
*
vnf
,
uint16_t
p5_idx
,
nfapi_nr_p4_p5_message_header_t
*
msg
,
uint32_t
msg_len
)
...
...
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