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
af2c6b76
Commit
af2c6b76
authored
Mar 01, 2025
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused callbacks, function declaration, make function static
parent
60b0c182
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
23 deletions
+1
-23
radio/fhi_72/oaioran.c
radio/fhi_72/oaioran.c
+1
-21
radio/fhi_72/oran_isolate.h
radio/fhi_72/oran_isolate.h
+0
-2
No files found.
radio/fhi_72/oaioran.c
View file @
af2c6b76
...
...
@@ -150,14 +150,6 @@ void oai_xran_fh_rx_callback(void *pCallbackTag, xran_status_t status)
last_frame
=
frame
;
}
// rx_sym == 7
}
void
oai_xran_fh_srs_callback
(
void
*
pCallbackTag
,
xran_status_t
status
)
{
rte_pause
();
}
void
oai_xran_fh_rx_prach_callback
(
void
*
pCallbackTag
,
xran_status_t
status
)
{
rte_pause
();
}
int
oai_physide_dl_tti_call_back
(
void
*
param
)
{
...
...
@@ -167,19 +159,7 @@ int oai_physide_dl_tti_call_back(void *param)
return
0
;
}
int
oai_physide_ul_half_slot_call_back
(
void
*
param
)
{
rte_pause
();
return
0
;
}
int
oai_physide_ul_full_slot_call_back
(
void
*
param
)
{
rte_pause
();
return
0
;
}
int
read_prach_data
(
ru_info_t
*
ru
,
int
frame
,
int
slot
)
static
int
read_prach_data
(
ru_info_t
*
ru
,
int
frame
,
int
slot
)
{
/* calculate tti and subframe_id from frame, slot num */
int
sym_idx
=
0
;
...
...
radio/fhi_72/oran_isolate.h
View file @
af2c6b76
...
...
@@ -48,6 +48,4 @@ typedef struct ru_info_s {
int
xran_fh_rx_read_slot
(
ru_info_t
*
ru
,
int
*
frame
,
int
*
slot
);
int
xran_fh_tx_send_slot
(
ru_info_t
*
ru
,
int
frame
,
int
slot
,
uint64_t
timestamp
);
int
compute_xran_statistics
();
#endif
/* _ORAN_ISOLATE_H_ */
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