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
ffb486a5
Commit
ffb486a5
authored
Oct 28, 2015
by
Rohit Gupta
Browse files
removed references to EPC compilation in build script
parent
1ee0fe7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
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