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
Package Registry
Model registry
Operate
Terraform modules
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
Admin message
Maintenance operation of our GitLab server is scheduled for Wednesday, April 16, 2025, at 2PM.
Show more breadcrumbs
Patricio Latini
openairinterface5G
Commits
79d6a48f
Commit
79d6a48f
authored
1 year ago
by
Roberto Louro Magueta
Browse files
Options
Downloads
Patches
Plain Diff
Remove limitation related to schedule more than 11 bits in PUCCH2
parent
b722d92f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_uci.c
+0
-3
0 additions, 3 deletions
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_uci.c
with
0 additions
and
3 deletions
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_uci.c
+
0
−
3
View file @
79d6a48f
...
@@ -1154,9 +1154,6 @@ int nr_acknack_scheduling(gNB_MAC_INST *mac,
...
@@ -1154,9 +1154,6 @@ int nr_acknack_scheduling(gNB_MAC_INST *mac,
if
(
curr_pucch
->
csi_bits
>
0
&&
if
(
curr_pucch
->
csi_bits
>
0
&&
!
curr_pucch
->
simultaneous_harqcsi
)
!
curr_pucch
->
simultaneous_harqcsi
)
continue
;
continue
;
// TODO we can't schedule more than 11 bits in PUCCH2 for now
if
(
curr_pucch
->
csi_bits
+
curr_pucch
->
dai_c
>=
10
)
continue
;
// otherwise we can schedule in this active PUCCH
// otherwise we can schedule in this active PUCCH
// no need to check VRB occupation because already done when PUCCH has been activated
// no need to check VRB occupation because already done when PUCCH has been activated
...
...
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