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
14420f24
Commit
14420f24
authored
Apr 18, 2024
by
Ejaz Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Additional conditions on rx csi-rs scheduling
parent
53aa7460
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
openair2/LAYER2/NR_MAC_UE/nr_ue_sci_slsch.c
openair2/LAYER2/NR_MAC_UE/nr_ue_sci_slsch.c
+7
-1
No files found.
openair2/LAYER2/NR_MAC_UE/nr_ue_sci_slsch.c
View file @
14420f24
...
@@ -827,7 +827,13 @@ int nr_ue_process_sci2_indication_pdu(NR_UE_MAC_INST_t *mac, module_id_t mod_id,
...
@@ -827,7 +827,13 @@ int nr_ue_process_sci2_indication_pdu(NR_UE_MAC_INST_t *mac, module_id_t mod_id,
sl_res_pool
,
sl_res_pool
,
sl_mac_params
);
sl_mac_params
);
rx_config
.
sl_rx_config_list
[
0
].
pdu_type
=
SL_NR_CONFIG_TYPE_RX_PSSCH_SLSCH
;
rx_config
.
sl_rx_config_list
[
0
].
pdu_type
=
SL_NR_CONFIG_TYPE_RX_PSSCH_SLSCH
;
if
(
sci_pdu
->
csi_req
)
{
sl_nr_phy_config_request_t
*
sl_cfg
=
&
mac
->
SL_MAC_PARAMS
->
sl_phy_config
.
sl_config_req
;
uint8_t
mu
=
sl_cfg
->
sl_bwp_config
.
sl_scs
;
uint8_t
slots_per_frame
=
nr_slots_per_frame
[
mu
];
if
((
!
mac
->
SL_MAC_PARAMS
->
sl_CSI_Acquisition
)
&&
(((
slots_per_frame
*
frame
+
slot
-
mac
->
SL_MAC_PARAMS
->
slot_offset
)
%
mac
->
SL_MAC_PARAMS
->
slot_periodicity
)
==
0
)
&&
sci_pdu
->
csi_req
)
{
sl_nr_phy_config_request_t
*
sl_cfg
=
&
sl_mac_params
->
sl_phy_config
.
sl_config_req
;
sl_nr_phy_config_request_t
*
sl_cfg
=
&
sl_mac_params
->
sl_phy_config
.
sl_config_req
;
uint8_t
mu
=
sl_cfg
->
sl_bwp_config
.
sl_scs
;
uint8_t
mu
=
sl_cfg
->
sl_bwp_config
.
sl_scs
;
nr_ue_sl_csi_rs_scheduler
(
mac
,
mu
,
mac
->
sl_bwp
,
NULL
,
&
rx_config
,
NULL
);
nr_ue_sl_csi_rs_scheduler
(
mac
,
mu
,
mac
->
sl_bwp
,
NULL
,
&
rx_config
,
NULL
);
...
...
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