Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
trx_test
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
FANG WANG
trx_test
Commits
dd2e6965
Commit
dd2e6965
authored
Jul 26, 2022
by
Fang-WANG
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://git.opensource5g.org/wf/trx_test
parents
d7c978e0
8abde7f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
trx
trx
+0
-0
yunsdr_lib.c
yunsdr_lib.c
+1
-6
No files found.
trx
0 → 100755
View file @
dd2e6965
File added
yunsdr_lib.c
View file @
dd2e6965
...
...
@@ -52,11 +52,6 @@
#include <arm_neon.h>
#endif
#if defined(__arm__) || defined(__aarch64__)
#define __m128i int16x8_t
#define __m64 int8x8_t
#endif
//! Number of YUNSDR devices
int
num_devices
=
0
;
#ifdef __GNUC__
...
...
@@ -142,7 +137,7 @@ static int trx_yunsdr_write(openair0_device *device,openair0_timestamp timestamp
len
-=
16
;
}
#elif defined(__arm__) || defined(__aarch64__)
__m128i
a
,
*
b
;
int16x8_t
a
,
*
b
;
int
len
=
nsamps
*
2
;
int16_t
*
iq
=
buff
[
0
];
...
...
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