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
3c199afa
Commit
3c199afa
authored
Jan 17, 2024
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
squash
a1d59bde
: slots is a Qt reserved word; this file is used in nrqtscope
parent
4d3db482
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
executables/nr-ru.c
executables/nr-ru.c
+1
-1
radio/COMMON/common_lib.h
radio/COMMON/common_lib.h
+1
-1
No files found.
executables/nr-ru.c
View file @
3c199afa
...
...
@@ -954,7 +954,7 @@ static void fill_split7_config(split7_config_t *split7, const nfapi_nr_config_re
split7
->
n_tdd_period
=
slots_per_frame
/
nb_periods_per_frame
;
for
(
int
slot
=
0
;
slot
<
split7
->
n_tdd_period
;
++
slot
)
{
for
(
int
sym
=
0
;
sym
<
14
;
++
sym
)
{
split7
->
slots
[
slot
].
sym_dir
[
sym
]
=
tdd_table
->
max_tdd_periodicity_list
[
slot
].
max_num_of_symbol_per_slot_list
[
sym
].
slot_config
.
value
;
split7
->
slot
_dir
s
[
slot
].
sym_dir
[
sym
]
=
tdd_table
->
max_tdd_periodicity_list
[
slot
].
max_num_of_symbol_per_slot_list
[
sym
].
slot_config
.
value
;
}
}
}
...
...
radio/COMMON/common_lib.h
View file @
3c199afa
...
...
@@ -194,7 +194,7 @@ typedef struct split7_config {
/*! TDD frame structure, if TDD indicated */
struct
{
symbol_direction_t
sym_dir
[
14
];
}
slots
[
160
];
}
slot
_dir
s
[
160
];
}
split7_config_t
;
/*! \brief RF frontend parameters set by application */
...
...
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