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
14ab06c6
Commit
14ab06c6
authored
Mar 07, 2025
by
francescomani
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/long_prach_fdd_fix' into integration_2025_w10
parents
aaa9bcd1
520c8aed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
openair2/LAYER2/NR_MAC_COMMON/nr_mac_common.c
openair2/LAYER2/NR_MAC_COMMON/nr_mac_common.c
+5
-2
No files found.
openair2/LAYER2/NR_MAC_COMMON/nr_mac_common.c
View file @
14ab06c6
...
...
@@ -1814,10 +1814,13 @@ int get_nr_prach_info_from_index(uint8_t index,
s_map
=
table_6_3_3_2_2_prachConfig_Index
[
index
][
4
];
if
((
s_map
>>
subframe
)
&
0x01
)
{
*
N_RA_slot
=
table_6_3_3_2_2_prachConfig_Index
[
index
][
6
];
// Number of RACH slots within a subframe
if
(
mu
==
1
)
{
if
((
*
N_RA_slot
<=
1
)
&&
(
slot
%
2
==
0
))
{
if
(
index
>=
87
)
{
if
((
mu
==
1
)
&&
(
*
N_RA_slot
<=
1
)
&&
(
slot
%
2
==
0
))
{
return
0
;
// no prach in even slots @ 30kHz for 1 prach per subframe
}
}
else
{
if
((
slot
%
2
)
&&
(
mu
>
0
))
return
0
;
// slot does not contain start symbol of this prach time resource
}
for
(
int
i
=
0
;
i
<=
subframe
;
i
++
)
{
if
((
s_map
>>
i
)
&
0x01
)
{
...
...
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