Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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 UE
Commits
ac9dd459
Commit
ac9dd459
authored
Oct 08, 2015
by
gauthier
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'hotfix-20151008-old-core-network-refs'
parents
f30c6469
915b43c5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
cmake_targets/build_oai
cmake_targets/build_oai
+0
-2
cmake_targets/tools/build_helper
cmake_targets/tools/build_helper
+1
-4
No files found.
cmake_targets/build_oai
View file @
ac9dd459
...
@@ -254,8 +254,6 @@ function main() {
...
@@ -254,8 +254,6 @@ function main() {
if
[
"
$INSTALL_EXTERNAL
"
=
"1"
]
;
then
if
[
"
$INSTALL_EXTERNAL
"
=
"1"
]
;
then
echo_info
"Installing packages"
echo_info
"Installing packages"
check_install_oai_software
check_install_oai_software
echo_info
"Making X.509 certificates"
make_certs eur
if
[
"
$HW
"
==
"OAI_USRP"
]
;
then
if
[
"
$HW
"
==
"OAI_USRP"
]
;
then
echo_info
"installing packages for USRP support"
echo_info
"installing packages for USRP support"
check_install_usrp_uhd_driver
check_install_usrp_uhd_driver
...
...
cmake_targets/tools/build_helper
View file @
ac9dd459
...
@@ -262,7 +262,6 @@ check_install_oai_software() {
...
@@ -262,7 +262,6 @@ check_install_oai_software() {
else
else
$SUDO apt-get install -y libgnutls-dev nettle-dev nettle-bin
$SUDO apt-get install -y libgnutls-dev nettle-dev nettle-bin
fi
fi
install_freediameter_from_source
install_asn1c_from_source
install_asn1c_from_source
}
}
...
@@ -311,13 +310,11 @@ set_openair_env(){
...
@@ -311,13 +310,11 @@ set_openair_env(){
[ -f "/.$fullpath" ] || fullpath=`readlink -f $PWD/$fullpath`
[ -f "/.$fullpath" ] || fullpath=`readlink -f $PWD/$fullpath`
openair_path=${fullpath%/cmake_targets/*}
openair_path=${fullpath%/cmake_targets/*}
openair_path=${openair_path%/targets/*}
openair_path=${openair_path%/targets/*}
openair_path=${openair_path%/openair3/*}
openair_path=${openair_path%/openair[123]/*}
openair_path=${openair_path%/openair[123]/*}
export OPENAIR_DIR=$openair_path
export OPENAIR_DIR=$openair_path
export OPENAIR1_DIR=$openair_path/openair1
export OPENAIR1_DIR=$openair_path/openair1
export OPENAIR2_DIR=$openair_path/openair2
export OPENAIR2_DIR=$openair_path/openair2
export OPENAIR3_DIR=$openair_path/openair3
export OPENAIR3_DIR=$openair_path/openair3
export OPENAIR3_DIR=$openair_path/openair3
export OPENAIR_TARGETS=$openair_path/targets
export OPENAIR_TARGETS=$openair_path/targets
}
}
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