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
7807016a
Commit
7807016a
authored
Sep 12, 2025
by
Sakthivel Velumani
Committed by
Bartosz Podrygajlo
Oct 21, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pdcch: return pdcch processing is no ss configured
parent
ece9d51d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
openair1/SCHED_NR_UE/phy_procedures_nr_ue.c
openair1/SCHED_NR_UE/phy_procedures_nr_ue.c
+4
-1
No files found.
openair1/SCHED_NR_UE/phy_procedures_nr_ue.c
View file @
7807016a
...
@@ -1005,11 +1005,14 @@ static int get_max_pdcch_symb(const NR_UE_PDCCH_CONFIG *phy_pdcch_config)
...
@@ -1005,11 +1005,14 @@ static int get_max_pdcch_symb(const NR_UE_PDCCH_CONFIG *phy_pdcch_config)
void
pdcch_processing
(
PHY_VARS_NR_UE
*
ue
,
const
UE_nr_rxtx_proc_t
*
proc
,
nr_phy_data_t
*
phy_data
)
void
pdcch_processing
(
PHY_VARS_NR_UE
*
ue
,
const
UE_nr_rxtx_proc_t
*
proc
,
nr_phy_data_t
*
phy_data
)
{
{
NR_UE_PDCCH_CONFIG
*
phy_pdcch_config
=
&
phy_data
->
phy_pdcch_config
;
if
(
phy_pdcch_config
->
nb_search_space
==
0
)
return
;
TracyCZone
(
ctx
,
true
);
TracyCZone
(
ctx
,
true
);
/* process PDCCH */
/* process PDCCH */
LOG_D
(
PHY
,
" ------ --> PDCCH ChannelComp/LLR Frame.slot %d.%d ------
\n
"
,
proc
->
frame_rx
%
1024
,
proc
->
nr_slot_rx
);
LOG_D
(
PHY
,
" ------ --> PDCCH ChannelComp/LLR Frame.slot %d.%d ------
\n
"
,
proc
->
frame_rx
%
1024
,
proc
->
nr_slot_rx
);
start_meas_nr_ue_phy
(
ue
,
DLSCH_RX_PDCCH_STATS
);
start_meas_nr_ue_phy
(
ue
,
DLSCH_RX_PDCCH_STATS
);
NR_UE_PDCCH_CONFIG
*
phy_pdcch_config
=
&
phy_data
->
phy_pdcch_config
;
int
num_monitoring_occ
=
get_max_pdcch_monOcc
(
phy_pdcch_config
);
int
num_monitoring_occ
=
get_max_pdcch_monOcc
(
phy_pdcch_config
);
int
max_nb_symb_pdcch
=
get_max_pdcch_symb
(
phy_pdcch_config
);
int
max_nb_symb_pdcch
=
get_max_pdcch_symb
(
phy_pdcch_config
);
int
llr_size_symbol
=
get_pdcch_max_rbs
(
phy_pdcch_config
)
*
9
;
int
llr_size_symbol
=
get_pdcch_max_rbs
(
phy_pdcch_config
)
*
9
;
...
...
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