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
c77fd8aa
Commit
c77fd8aa
authored
Sep 30, 2021
by
francescomani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix do-ra
parent
169d2869
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
openair2/LAYER2/NR_MAC_UE/nr_ra_procedures.c
openair2/LAYER2/NR_MAC_UE/nr_ra_procedures.c
+2
-1
No files found.
openair2/LAYER2/NR_MAC_UE/nr_ra_procedures.c
View file @
c77fd8aa
...
...
@@ -589,7 +589,8 @@ void nr_get_prach_resources(module_id_t mod_id,
if
(
rach_ConfigDedicated
)
{
if
(
rach_ConfigDedicated
->
cfra
){
uint8_t
cfra_ssb_resource_idx
=
0
;
prach_resources
->
ra_PreambleIndex
=
rach_ConfigDedicated
->
cfra
->
resources
.
choice
.
ssb
->
ssb_ResourceList
.
list
.
array
[
cfra_ssb_resource_idx
]
->
ra_PreambleIndex
;
ra
->
ra_PreambleIndex
=
rach_ConfigDedicated
->
cfra
->
resources
.
choice
.
ssb
->
ssb_ResourceList
.
list
.
array
[
cfra_ssb_resource_idx
]
->
ra_PreambleIndex
;
prach_resources
->
ra_PreambleIndex
=
ra
->
ra_PreambleIndex
;
LOG_D
(
MAC
,
"In %s: selected RA preamble index %d for contention-free random access procedure for SSB with Id %d
\n
"
,
__FUNCTION__
,
prach_resources
->
ra_PreambleIndex
,
cfra_ssb_resource_idx
);
}
}
else
{
...
...
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