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
a6239085
Commit
a6239085
authored
Dec 19, 2025
by
francescomani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
declare static some static functions in dci procedure file
parent
98530b5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
openair2/LAYER2/NR_MAC_UE/nr_ue_dci_configuration.c
openair2/LAYER2/NR_MAC_UE/nr_ue_dci_configuration.c
+8
-8
No files found.
openair2/LAYER2/NR_MAC_UE/nr_ue_dci_configuration.c
View file @
a6239085
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
#include "executables/softmodem-common.h"
#include "executables/softmodem-common.h"
#include <stdio.h>
#include <stdio.h>
void
fill_dci_search_candidates
(
const
NR_SearchSpace_t
*
ss
,
fapi_nr_dl_config_dci_dl_pdu_rel15_t
*
rel15
,
const
uint32_t
Y
)
static
void
fill_dci_search_candidates
(
const
NR_SearchSpace_t
*
ss
,
fapi_nr_dl_config_dci_dl_pdu_rel15_t
*
rel15
,
const
uint32_t
Y
)
{
{
LOG_T
(
NR_MAC_DCI
,
"Filling search candidates for DCI
\n
"
);
LOG_T
(
NR_MAC_DCI
,
"Filling search candidates for DCI
\n
"
);
...
@@ -89,7 +89,7 @@ void fill_dci_search_candidates(const NR_SearchSpace_t *ss, fapi_nr_dl_config_dc
...
@@ -89,7 +89,7 @@ void fill_dci_search_candidates(const NR_SearchSpace_t *ss, fapi_nr_dl_config_dc
rel15
->
number_of_candidates
=
i
;
rel15
->
number_of_candidates
=
i
;
}
}
NR_ControlResourceSet_t
*
ue_get_coreset
(
const
NR_BWP_PDCCH_t
*
config
,
const
int
coreset_id
)
static
NR_ControlResourceSet_t
*
ue_get_coreset
(
const
NR_BWP_PDCCH_t
*
config
,
const
int
coreset_id
)
{
{
if
(
config
->
commonControlResourceSet
&&
coreset_id
==
config
->
commonControlResourceSet
->
controlResourceSetId
)
if
(
config
->
commonControlResourceSet
&&
coreset_id
==
config
->
commonControlResourceSet
->
controlResourceSetId
)
return
config
->
commonControlResourceSet
;
return
config
->
commonControlResourceSet
;
...
@@ -362,12 +362,12 @@ bool is_ss_monitor_occasion(const int frame, const int slot, const int slots_per
...
@@ -362,12 +362,12 @@ bool is_ss_monitor_occasion(const int frame, const int slot, const int slots_per
return
monitor
;
return
monitor
;
}
}
bool
search_space_monitoring_ocasion_other_si
(
NR_UE_MAC_INST_t
*
mac
,
static
bool
search_space_monitoring_ocasion_other_si
(
NR_UE_MAC_INST_t
*
mac
,
const
NR_SearchSpace_t
*
ss
,
const
NR_SearchSpace_t
*
ss
,
const
int
abs_slot
,
const
int
abs_slot
,
const
int
frame
,
const
int
frame
,
const
int
slot
,
const
int
slot
,
const
int
slots_per_frame
)
const
int
slots_per_frame
)
{
{
const
int
duration
=
ss
->
duration
?
*
ss
->
duration
:
1
;
const
int
duration
=
ss
->
duration
?
*
ss
->
duration
:
1
;
int
period
,
offset
;
int
period
,
offset
;
...
...
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