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
6145f02b
Commit
6145f02b
authored
Jan 22, 2025
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Function decls to make LTE compile
parent
06a76c3b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
executables/lte-softmodem.c
executables/lte-softmodem.c
+9
-0
executables/lte-uesoftmodem.c
executables/lte-uesoftmodem.c
+6
-0
No files found.
executables/lte-softmodem.c
View file @
6145f02b
...
...
@@ -195,6 +195,15 @@ void handle_nr_srs_measurements(const module_id_t module_id,
/* forward declarations */
void
set_default_frame_parms
(
LTE_DL_FRAME_PARMS
*
frame_parms
[
MAX_NUM_CCs
]);
/* TODO these declarations are to be removed */
void
nr_schedule_dl_tti_req
(
void
)
{};
void
nr_schedule_ul_dci_req
()
{};
void
nr_schedule_tx_req
()
{};
void
nr_schedule_ul_tti_req
()
{};
void
nr_slot_select
()
{};
void
NR_UL_indication
(
NR_UL_IND_t
*
UL_INFO
)
{};
void
gNB_dlsch_ulsch_scheduler
()
{};
/*---------------------BMC: timespec helpers -----------------------------*/
struct
timespec
min_diff_time
=
{
.
tv_sec
=
0
,
.
tv_nsec
=
0
};
...
...
executables/lte-uesoftmodem.c
View file @
6145f02b
...
...
@@ -155,6 +155,12 @@ double cpuf;
extern
char
uecap_xer
[
1024
];
char
uecap_xer_in
=
0
;
/* TODO these declarations are to be removed */
void
nr_schedule_dl_tti_req
(
void
)
{};
void
nr_schedule_ul_dci_req
()
{};
void
nr_schedule_tx_req
()
{};
void
nr_schedule_ul_tti_req
()
{};
void
nr_slot_select
()
{};
/* see file openair2/LAYER2/MAC/main.c for why abstraction_flag is needed
* this is very hackish - find a proper solution
...
...
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