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
cfc7a70f
Commit
cfc7a70f
authored
1 year ago
by
Francesco Mani
Committed by
Robert Schmidt
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
bugfix in ue msg3 scheduler
parent
773a35ef
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!2218
integration_2023_w27
,
!2165
improvements in CI config files
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openair2/LAYER2/NR_MAC_UE/nr_ue_scheduler.c
+1
-1
1 addition, 1 deletion
openair2/LAYER2/NR_MAC_UE/nr_ue_scheduler.c
with
1 addition
and
1 deletion
openair2/LAYER2/NR_MAC_UE/nr_ue_scheduler.c
+
1
−
1
View file @
cfc7a70f
...
@@ -1459,7 +1459,7 @@ int nr_ue_pusch_scheduler(NR_UE_MAC_INST_t *mac, uint8_t is_Msg3, frame_t curren
...
@@ -1459,7 +1459,7 @@ int nr_ue_pusch_scheduler(NR_UE_MAC_INST_t *mac, uint8_t is_Msg3, frame_t curren
DURATION_RX_TO_TX
);
DURATION_RX_TO_TX
);
*
slot_tx
=
(
current_slot
+
k2
+
delta
)
%
nr_slots_per_frame
[
mu
];
*
slot_tx
=
(
current_slot
+
k2
+
delta
)
%
nr_slots_per_frame
[
mu
];
if
(
current_slot
+
k2
+
delta
>
nr_slots_per_frame
[
mu
]){
if
(
current_slot
+
k2
+
delta
>
=
nr_slots_per_frame
[
mu
]){
*
frame_tx
=
(
current_frame
+
1
)
%
1024
;
*
frame_tx
=
(
current_frame
+
1
)
%
1024
;
}
else
{
}
else
{
*
frame_tx
=
current_frame
;
*
frame_tx
=
current_frame
;
...
...
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