Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
a8a0e504
Commit
a8a0e504
authored
Apr 01, 2015
by
thomasl
Browse files
fix more #if USRP
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@6981
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
1bcf1d41
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake_targets/build_oai.bash
View file @
a8a0e504
...
...
@@ -86,8 +86,6 @@ do
shift
2
;;
-w
|
--hardware
)
HW
=
"
$2
"
#"${i#*=}"
# Use OAI_USRP as the key work USRP is used inside UHD driver
[
"
$HW
"
==
"USRP"
]
&&
HW
=
OAI_USRP
echo_info
"setting hardware to:
$HW
"
shift
2
;;
--oaisim
)
...
...
@@ -148,7 +146,7 @@ if [ "$INSTALL_EXTERNAL" = "1" ] ; then
check_install_oai_software
echo_info
"Making X.509 certificates"
make_certs eur
if
[
"
$HW
"
==
"
OAI_
USRP"
]
;
then
if
[
"
$HW
"
==
"USRP"
]
;
then
echo_info
"installing packages for USRP support"
check_install_usrp_uhd_driver
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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