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
878bbc65
Commit
878bbc65
authored
Dec 02, 2024
by
francescomani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
assertion for handling of RO mask
parent
9f3f7b04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
openair2/LAYER2/NR_MAC_UE/nr_ra_procedures.c
openair2/LAYER2/NR_MAC_UE/nr_ra_procedures.c
+3
-0
No files found.
openair2/LAYER2/NR_MAC_UE/nr_ra_procedures.c
View file @
878bbc65
...
@@ -418,6 +418,9 @@ static void ra_resource_selection(NR_UE_MAC_INST_t *mac)
...
@@ -418,6 +418,9 @@ static void ra_resource_selection(NR_UE_MAC_INST_t *mac)
// setting the RA ssb value as the progressive number of SSB transmitted
// setting the RA ssb value as the progressive number of SSB transmitted
// non-transmitted SSBs are not taken into account
// non-transmitted SSBs are not taken into account
ra
->
ra_ssb
=
mac
->
ssb_list
.
nb_ssb_per_index
[
ssb
];
ra
->
ra_ssb
=
mac
->
ssb_list
.
nb_ssb_per_index
[
ssb
];
// TODO not sure how to handle the RO mask when it is limiting the RO occasions
AssertFatal
(
ra
->
ro_mask_index
<=
0
,
"Handling of RACH occasion masking indication not implemented
\n
"
);
}
}
static
bool
check_mixed_slot_prach
(
frame_structure_t
*
fs
,
int
slot
,
int
start_prach
,
int
end_prach
)
static
bool
check_mixed_slot_prach
(
frame_structure_t
*
fs
,
int
slot
,
int
start_prach
,
int
end_prach
)
...
...
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