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
17ee9db0
Commit
17ee9db0
authored
Nov 10, 2025
by
Robert Schmidt
Committed by
Teodora
Nov 13, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MAC: total_prb_aggregate: collect over carrierBandwidth
parent
8186e840
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_dlsch.c
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_dlsch.c
+2
-2
No files found.
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_dlsch.c
View file @
17ee9db0
...
@@ -1387,8 +1387,8 @@ void nr_schedule_ue_spec(module_id_t module_id,
...
@@ -1387,8 +1387,8 @@ void nr_schedule_ue_spec(module_id_t module_id,
return
;
return
;
NR_ServingCellConfigCommon_t
*
scc
=
gNB_mac
->
common_channels
[
CC_id
].
ServingCellConfigCommon
;
NR_ServingCellConfigCommon_t
*
scc
=
gNB_mac
->
common_channels
[
CC_id
].
ServingCellConfigCommon
;
const
NR_BWP_t
*
initialDL
=
&
scc
->
downlinkConfigCommon
->
initialDownlinkBWP
->
genericParameters
;
int
bw
=
scc
->
downlinkConfigCommon
->
frequencyInfoDL
->
scs_SpecificCarrierList
.
list
.
array
[
0
]
->
carrierBandwidth
;
gNB_mac
->
mac_stats
.
total_prb_aggregate
+=
NRRIV2BW
(
initialDL
->
locationAndBandwidth
,
MAX_BWP_SIZE
)
;
gNB_mac
->
mac_stats
.
total_prb_aggregate
+=
bw
;
nfapi_nr_dl_tti_request_body_t
*
dl_req
=
&
DL_req
->
dl_tti_request_body
;
nfapi_nr_dl_tti_request_body_t
*
dl_req
=
&
DL_req
->
dl_tti_request_body
;
post_process_pdsch_t
pdsch
=
{
frame
,
slot
,
dl_req
,
TX_req
};
post_process_pdsch_t
pdsch
=
{
frame
,
slot
,
dl_req
,
TX_req
};
...
...
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