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
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
ZhouShuya
OpenXG-RAN
Commits
ed184abd
Commit
ed184abd
authored
Aug 22, 2018
by
ISIP CS/NCTU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ISIP PCIe library for xillybus
parent
8f730d40
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
443 additions
and
0 deletions
+443
-0
targets/ARCH/ISIP_HW/USERSPACE/LIB/isip_hw_lib.c
targets/ARCH/ISIP_HW/USERSPACE/LIB/isip_hw_lib.c
+424
-0
targets/ARCH/ISIP_HW/USERSPACE/LIB/isip_hw_lib.h
targets/ARCH/ISIP_HW/USERSPACE/LIB/isip_hw_lib.h
+19
-0
No files found.
targets/ARCH/ISIP_HW/USERSPACE/LIB/isip_hw_lib.c
0 → 100644
View file @
ed184abd
This diff is collapsed.
Click to expand it.
targets/ARCH/ISIP_HW/USERSPACE/LIB/isip_hw_lib.h
0 → 100644
View file @
ed184abd
#ifndef ISIP_HW_LIB_H
#define ISIP_HW_LIB_H
int
ISIP_device_init
(
openair0_device
*
device
,
openair0_config_t
*
openair0_cfg
);
void
*
eNB_thread_fronthaul
(
void
*
ptr
);
void
console_get_command
(
char
*
command
);
void
command_check
(
char
*
command
);
int
trx_ISIP_HW_read
(
void
**
buff
,
int
nsamps
,
int
cc
);
int
trx_ISIP_HW_write
(
void
**
buff
,
int
nsamps
,
int
cc
);
int
ISIP_HW_recv
(
void
*
buff
,
int
nsamps
);
int
ISIP_HW_send
(
void
*
buff
,
int
nsamps
);
void
unpack_data
(
int
*
oai_stream_buff
,
int
*
unpack_buff
,
int
nsamps
);
void
pack_data
(
int
*
pack_buff
,
int
*
oai_stream_buff
,
int
nsamps
);
#endif // COMMON_LIB_H
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