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
alex037yang
OpenXG-RAN
Commits
ffb486a5
Commit
ffb486a5
authored
Oct 28, 2015
by
Rohit Gupta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed references to EPC compilation in build script
parent
1ee0fe7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
33 deletions
+3
-33
cmake_targets/build_oai
cmake_targets/build_oai
+3
-33
No files found.
cmake_targets/build_oai
View file @
ffb486a5
...
...
@@ -82,8 +82,6 @@ Options
Makes the LTE softmodem
--UE
Makes the UE specific parts (ue_ip, usim, nvram)
--EPC
Makes the EPC (MME-SPGW, HSS)
--RRH
Makes the RRH
-r | --3gpp-release
...
...
@@ -118,8 +116,8 @@ Options
Usage (first build):
oaisim (eNB + UE): ./build_oai -I -g --oaisim -x --install-system-files
Eurecom EXMIMO + COTS UE : ./build_oai -I -g --eNB -
-EPC -
x --install-system-files
NI/ETTUS B201 + COTS UE : ./build_oai -I -g --eNB -
-EPC -
x --install-system-files -w USRP
Eurecom EXMIMO + COTS UE : ./build_oai -I -g --eNB -x --install-system-files
NI/ETTUS B201 + COTS UE : ./build_oai -I -g --eNB -x --install-system-files -w USRP
Usage (Regular):
oaisim : ./build_oai --oaisim -x
Eurecom EXMIMO + OAI ENB : ./build_oai --eNB -x
...
...
@@ -161,10 +159,6 @@ function main() {
UE
=
1
echo_info
"Will compile UE"
shift
;;
--EPC
)
EPC
=
1
echo_info
"Will compile EPC"
shift
;;
--RRH
)
RRH
=
1
echo_info
"Will compile RRH"
...
...
@@ -418,7 +412,7 @@ function main() {
# EXMIMO drivers & firmware loader
###############
if
[
"
$HW
"
=
"EXMIMO"
-a
"
$EPC
"
=
"0"
]
;
then
if
[
"
$HW
"
=
"EXMIMO"
]
;
then
echo_info
"Compiling Express MIMO 2 board drivers"
compilations
\
...
...
@@ -556,30 +550,6 @@ function main() {
rrh_gw
$dbin
/rrh_gw
fi
# EPC compilation
##################
if
[
"
$EPC
"
=
"1"
]
;
then
echo_info
"Compiling EPC"
# Example HSS and EPC run on the same host
if
[
"
$CLEAN
"
=
"1"
]
;
then
$OPENAIR_DIR
/cmake_targets/tools/build_epc
--clean
--debug
--transport-tcp-only
--transport-prefer-tcp
--s6a-server
$OPENAIR_DIR
/cmake_targets/tools/build_hss
--clean
--debug
--transport-tcp-only
--transport-prefer-tcp
--fqdn
`
hostname
--fqdn
`
--connect-to-mme
`
hostname
--fqdn
`
else
$OPENAIR_DIR
/cmake_targets/tools/build_epc
--debug
--transport-tcp-only
--transport-prefer-tcp
--s6a-server
$OPENAIR_DIR
/cmake_targets/tools/build_hss
--debug
--transport-tcp-only
--transport-prefer-tcp
--fqdn
`
hostname
--fqdn
`
--connect-to-mme
`
hostname
--fqdn
`
fi
# if [ "$INSTALL_SYSTEM_FILES" = "1" ] ;then
# if [ -f $dbin/hss.conf ] ; then
# sed -e 's/ *= */=/' $dbin/hss.conf > $dconf/hss.conf.nospace
# source $dconf/hss.conf.nospace
# rm -f $dconf/hss.conf.nospace
# create_hss_database root linux "$MYSQL_user" "$MYSQL_pass" "$MYSQL_db"
# else
# echo_warning "not created HSS database: config not found"
# fi
# fi
fi
# Auto-tests
#####################
...
...
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