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
lizhongxiao
OpenXG-RAN
Commits
00288657
Commit
00288657
authored
Oct 29, 2023
by
Marwan Hammouda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing issue: use numerology instead of subcarrier_spacing
parent
135104c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openair1/SCHED_NR_UE/phy_procedures_nr_ue.c
openair1/SCHED_NR_UE/phy_procedures_nr_ue.c
+1
-1
No files found.
openair1/SCHED_NR_UE/phy_procedures_nr_ue.c
View file @
00288657
...
...
@@ -294,7 +294,7 @@ void phy_procedures_nrUE_TX(PHY_VARS_NR_UE *ue, const UE_nr_rxtx_proc_t *proc, n
fapi_nr_config_request_t
*
cfg
=
&
mac
->
phy_config
.
config_req
;
NR_UE_ULSCH_t
*
ulsch_ue
=
&
phy_data
->
ulsch
;
const
nfapi_nr_ue_pusch_pdu_t
*
pusch_pdu
=
&
ulsch_ue
->
pusch_pdu
;
ue
->
tx_power_max_dBm
=
nr_get_Pcmax
(
mac
,
pusch_pdu
->
qam_mod_order
,
false
,
frame_parms
->
subcarrier_spacing
,
cfg
->
carrier_config
.
dl_grid_size
[
frame_parms
->
numerology_index
],
pusch_pdu
->
transform_precoding
,
pusch_pdu
->
rb_size
,
pusch_pdu
->
bwp_start
);
ue
->
tx_power_max_dBm
=
nr_get_Pcmax
(
mac
,
pusch_pdu
->
qam_mod_order
,
false
,
frame_parms
->
numerology_index
,
cfg
->
carrier_config
.
dl_grid_size
[
frame_parms
->
numerology_index
],
pusch_pdu
->
transform_precoding
,
pusch_pdu
->
rb_size
,
pusch_pdu
->
bwp_start
);
}
nr_ue_ulsch_procedures
(
ue
,
harq_pid
,
frame_tx
,
slot_tx
,
gNB_id
,
phy_data
,
(
c16_t
**
)
&
txdataF
);
}
...
...
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