Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
openairinterface5G
Commits
a8a0e504
Commit
a8a0e504
authored
10 years ago
by
thomasl
Browse files
Options
Downloads
Patches
Plain Diff
fix more #if USRP
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@6981
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
1bcf1d41
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake_targets/build_oai.bash
+1
-3
1 addition, 3 deletions
cmake_targets/build_oai.bash
with
1 addition
and
3 deletions
cmake_targets/build_oai.bash
+
1
−
3
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment