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
61b6cddf
Commit
61b6cddf
authored
Aug 28, 2024
by
lfq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug in test_dpdkrf_write
parent
bb542273
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
radio/DPDKRF/dpdkrf_oai.c
radio/DPDKRF/dpdkrf_oai.c
+1
-3
No files found.
radio/DPDKRF/dpdkrf_oai.c
View file @
61b6cddf
...
...
@@ -75,9 +75,8 @@ int32_t test_dpdkrf_write (openair0_device *device,openair0_timestamp timestamp,
for
(
int
i
=
0
;
i
<
cc
;
i
++
)
{
buff
[
i
]
=
buff1
[
i
];
for
(
int
j
=
0
;
j
<
cc
;
j
++
)
{
int
len
=
nsamps
*
2
;
int16_t
*
iq
=
buff
[
j
];
int16_t
*
iq
=
buff
[
i
];
#if defined(__x86_64) || defined(__i386__)
__m256i
a
,
*
b
;
...
...
@@ -105,7 +104,6 @@ int32_t test_dpdkrf_write (openair0_device *device,openair0_timestamp timestamp,
iq
++
;
len
--
;
}
}
}
for
(
int
i
=
cc
;
i
<
4
;
i
++
)
{
...
...
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