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
f68f23ea
Commit
f68f23ea
authored
Mar 27, 2026
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hotfix for 4 layer mapping on aarch64
parent
af4b0d53
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openair1/PHY/MODULATION/nr_modulation.c
openair1/PHY/MODULATION/nr_modulation.c
+2
-2
No files found.
openair1/PHY/MODULATION/nr_modulation.c
View file @
f68f23ea
...
...
@@ -454,9 +454,9 @@ void nr_layer_mapping(int nbCodes,
tx0
++
;
*
(
uint32_t
*
)
tx1
=
vgetq_lane_u32
(
d4
,
1
);
tx1
++
;
*
(
uint32_t
*
)
tx2
=
vgetq_lane_u32
(
d4
,
0
);
*
(
uint32_t
*
)
tx2
=
vgetq_lane_u32
(
d4
,
2
);
tx2
++
;
*
(
uint32_t
*
)
tx3
=
vgetq_lane_u32
(
d4
,
1
);
*
(
uint32_t
*
)
tx3
=
vgetq_lane_u32
(
d4
,
3
);
tx3
++
;
}
#endif
...
...
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