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
lizhongxiao
OpenXG-RAN
Commits
64f2a506
Commit
64f2a506
authored
Jan 19, 2024
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
squash into fhi_72 lib
parent
a0771a41
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
radio/fhi_72/CMakeLists.txt
radio/fhi_72/CMakeLists.txt
+3
-3
radio/fhi_72/oran-init.c
radio/fhi_72/oran-init.c
+0
-3
targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.273prb.fhi72.4x4-benetel650.conf
...R-5GC/CONF/gnb.sa.band78.273prb.fhi72.4x4-benetel650.conf
+0
-0
No files found.
radio/fhi_72/CMakeLists.txt
View file @
64f2a506
# use env var PKG_CONFIG_PATH to override paths to libdpdk.pc
!
# use env var PKG_CONFIG_PATH to override paths to libdpdk.pc
pkg_check_modules
(
dpdk REQUIRED libdpdk
)
pkg_check_modules
(
numa REQUIRED numa
)
find_package
(
xran 5.1.1 EXACT REQUIRED
)
# E release -> 5
!
find_package
(
xran 5.1.1 EXACT REQUIRED
)
# E release -> 5
# Ignore xran-specific warning: we don't care/can't change the following warning, so suppress
# alignment 1 of
‘struct XYZ’
is less than 2
# alignment 1 of
'struct XYZ'
is less than 2
add_compile_options
(
-Wno-packed-not-aligned
)
add_library
(
oran_fhlib_5g MODULE
...
...
radio/fhi_72/oran-init.c
View file @
64f2a506
...
...
@@ -462,8 +462,5 @@ int *oai_oran_initialize(const openair0_config_t *openair0_cfg)
}
}
// useful? sets non-blocking for stdout
//fcntl(0, F_SETFL, fcntl(0, F_GETFL) | O_NONBLOCK);
return
(
void
*
)
gxran_handle
;
}
targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.273prb.fhi72.4x4-benetel
5
50.conf
→
targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.273prb.fhi72.4x4-benetel
6
50.conf
View file @
64f2a506
File moved
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