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
Michael Black
OpenXG-RAN
Commits
362aeffb
Commit
362aeffb
authored
Mar 27, 2023
by
root
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changes to for rocky9.1
parent
6475cf21
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
cmake_targets/tools/build_helper
cmake_targets/tools/build_helper
+2
-0
radio/AW2SORI/oaiori.c
radio/AW2SORI/oaiori.c
+1
-1
No files found.
cmake_targets/tools/build_helper
View file @
362aeffb
...
@@ -34,6 +34,7 @@ case "$OS_DISTRO" in
...
@@ -34,6 +34,7 @@ case "$OS_DISTRO" in
fedora) OS_BASEDISTRO="fedora"; INSTALLER="dnf"; CMAKE="cmake" ;;
fedora) OS_BASEDISTRO="fedora"; INSTALLER="dnf"; CMAKE="cmake" ;;
rhel) OS_BASEDISTRO="fedora"; INSTALLER="yum"; CMAKE="cmake3" ;;
rhel) OS_BASEDISTRO="fedora"; INSTALLER="yum"; CMAKE="cmake3" ;;
centos) OS_BASEDISTRO="centos"; INSTALLER="yum"; CMAKE="cmake3" ;;
centos) OS_BASEDISTRO="centos"; INSTALLER="yum"; CMAKE="cmake3" ;;
rocky) OS_BASEDISTRO="fedora"; INSTALLER="yum"; CMAKE="cmake3" ;;
debian) OS_BASEDISTRO="debian"; INSTALLER="apt-get"; CMAKE="cmake" ;;
debian) OS_BASEDISTRO="debian"; INSTALLER="apt-get"; CMAKE="cmake" ;;
ubuntu) OS_BASEDISTRO="debian"; INSTALLER="apt-get"; CMAKE="cmake" ;;
ubuntu) OS_BASEDISTRO="debian"; INSTALLER="apt-get"; CMAKE="cmake" ;;
esac
esac
...
@@ -126,6 +127,7 @@ check_supported_distribution() {
...
@@ -126,6 +127,7 @@ check_supported_distribution() {
"rhel9.3") return 0 ;;
"rhel9.3") return 0 ;;
"centos7") return 0 ;;
"centos7") return 0 ;;
"centos8") return 0 ;;
"centos8") return 0 ;;
"rocky9.1") return 0 ;;
esac
esac
return 1
return 1
}
}
...
...
radio/AW2SORI/oaiori.c
View file @
362aeffb
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#include <unistd.h>
#include <unistd.h>
#include <errno.h>
#include <errno.h>
#include <linux/sysctl.h>
#include <linux/sysctl.h>
#include <sys/sysctl.h>
//
#include <sys/sysctl.h>
#include <pthread.h>
#include <pthread.h>
#include "common_lib.h"
#include "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