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
c6206e74
Commit
c6206e74
authored
Oct 28, 2014
by
Navid Nikaein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5942
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
fc18f419
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
targets/build_helper.bash
targets/build_helper.bash
+6
-6
targets/build_oai.bash
targets/build_oai.bash
+1
-1
No files found.
targets/build_helper.bash
View file @
c6206e74
...
@@ -337,11 +337,11 @@ check_install_oai_software() {
...
@@ -337,11 +337,11 @@ check_install_oai_software() {
# we need a newer version
# we need a newer version
# test_uninstall_package libnettle4
# test_uninstall_package libnettle4
check_install_freediamter
#
check_install_freediamter
else
else
if
[
!
-d
/usr/local/etc/freeDiameter
]
;
then
#
if [ ! -d /usr/local/etc/freeDiameter ]; then
check_install_freediamter
#
check_install_freediamter
fi
#
fi
fi
fi
...
@@ -349,8 +349,8 @@ check_install_oai_software() {
...
@@ -349,8 +349,8 @@ check_install_oai_software() {
touch
./.lock_oaibuild
touch
./.lock_oaibuild
fi
fi
echo_success
"freediameter is installed"
#
echo_success "freediameter is installed"
check_s6a_certificate
#
check_s6a_certificate
test_command_install_script
"asn1c"
"
$OPENAIRCN_DIR
/SCRIPTS/install_asn1c_0.9.24.modified.bash
$SUDO
"
test_command_install_script
"asn1c"
"
$OPENAIRCN_DIR
/SCRIPTS/install_asn1c_0.9.24.modified.bash
$SUDO
"
...
...
targets/build_oai.bash
View file @
c6206e74
...
@@ -50,7 +50,7 @@ HW="EXMIMO" # EXMIMO, USRP, NONE
...
@@ -50,7 +50,7 @@ HW="EXMIMO" # EXMIMO, USRP, NONE
TARGET
=
"ALL"
# ALL, SOFTMODEM, OAISIM, UNISIM, NONE
TARGET
=
"ALL"
# ALL, SOFTMODEM, OAISIM, UNISIM, NONE
ENB_S1
=
1
ENB_S1
=
1
REL
=
"REL8"
# REL8, REL10
REL
=
"REL8"
# REL8, REL10
RT
=
"
RTAI"
# RTAI, RT_PREMPT or RT_DISABLED
RT
=
"
NONE"
# RTAI, RT_PREMPT or RT_DISABLED, NONE
DEBUG
=
0
DEBUG
=
0
OAI_TEST
=
0
OAI_TEST
=
0
...
...
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