Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
openairinterface5G
Commits
bf58c6b4
Commit
bf58c6b4
authored
3 years ago
by
Robert Schmidt
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/fix_rballoc_mask_type' into integration_2022_wk12_a
parents
3d564fb9
9a884af0
No related branches found
Branches containing commit
No related tags found
2 merge requests
!1757
Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c
,
!1503
integration_2022_wk12_a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_ulsch.c
+3
-3
3 additions, 3 deletions
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_ulsch.c
with
3 additions
and
3 deletions
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_ulsch.c
+
3
−
3
View file @
bf58c6b4
...
...
@@ -958,7 +958,7 @@ int next_list_entry_looped(NR_list_t *list, int UE_id)
bool
allocate_ul_retransmission
(
module_id_t
module_id
,
frame_t
frame
,
sub_frame_t
slot
,
uint
8
_t
*
rballoc_mask
,
uint
16
_t
*
rballoc_mask
,
int
*
n_rb_sched
,
int
UE_id
,
int
harq_pid
)
...
...
@@ -1121,7 +1121,7 @@ void pf_ul(module_id_t module_id,
NR_list_t
*
UE_list
,
int
max_num_ue
,
int
n_rb_sched
,
uint
8
_t
*
rballoc_mask
)
{
uint
16
_t
*
rballoc_mask
)
{
const
int
CC_id
=
0
;
gNB_MAC_INST
*
nrmac
=
RC
.
nrmac
[
module_id
];
...
...
@@ -1505,7 +1505,7 @@ bool nr_fr1_ulsch_preprocessor(module_id_t module_id, frame_t frame, sub_frame_t
LOG_D
(
NR_MAC
,
"UL %d.%d : start_prb %d, end PRB %d
\n
"
,
frame
,
slot
,
st
,
e
);
uint
8
_t
rballoc_mask
[
bwpSize
];
uint
16
_t
rballoc_mask
[
bwpSize
];
/* Calculate mask: if any RB in vrb_map_UL is blocked (1), the current RB will be 0 */
for
(
int
i
=
0
;
i
<
bwpSize
;
i
++
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment