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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG-RAN
Commits
14cfbbf4
Commit
14cfbbf4
authored
Oct 23, 2025
by
Rakesh Mundlamuri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix do_tdd_config_sim() while filling uplink slots
parent
9a0a89fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openair1/SCHED_NR/phy_frame_config_nr.c
openair1/SCHED_NR/phy_frame_config_nr.c
+1
-1
No files found.
openair1/SCHED_NR/phy_frame_config_nr.c
View file @
14cfbbf4
...
...
@@ -226,7 +226,7 @@ void do_tdd_config_sim(PHY_VARS_gNB *gNB, int mu)
pc
->
tdd_slot_bitmap
[
i
].
num_dl_symbols
=
6
;
pc
->
tdd_slot_bitmap
[
i
].
num_ul_symbols
=
4
;
}
for
(
int
i
=
pc
->
num_ul_slots
;
i
<
fs
.
numb_slots_period
;
i
++
)
{
for
(
int
i
=
fs
.
numb_slots_period
-
pc
->
num_ul_slots
;
i
<
fs
.
numb_slots_period
;
i
++
)
{
pc
->
tdd_slot_bitmap
[
i
].
slot_type
=
TDD_NR_UPLINK_SLOT
;
pc
->
tdd_slot_bitmap
[
i
].
num_dl_symbols
=
0
;
pc
->
tdd_slot_bitmap
[
i
].
num_ul_symbols
=
0
;
...
...
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