Commit 82b9e5b0 authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6338 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 54aba9c0
...@@ -593,18 +593,17 @@ build_epc(){ ...@@ -593,18 +593,17 @@ build_epc(){
} }
build_hss(){ build_hss(){
hss_compiled=1
echo_info "Note: this script tested only for Ubuntu 12.04 x64 -> 14.04 x64" echo_info "Note: this script tested only for Ubuntu 12.04 x64 -> 14.04 x64"
###################################### ######################################
# CHECK MISC SOFTWARES AND LIBS # # CHECK MISC SOFTWARES AND LIBS #
###################################### ######################################
echo_info "4. check the required packages for HSS" if [ $DISABLE_CHECK_INSTALLED_SOFTWARE -eq 0 ]; then
hss_certificate_generated=1; echo_info "4. check the required packages for HSS"
check_install_hss_software
check_install_hss_software else
echo_info "6. Not checking the required packages for HSS"
fi
if [ $OAI_CLEAN -eq 1 ]; then if [ $OAI_CLEAN -eq 1 ]; then
check_install_freediamter check_install_freediamter
...@@ -618,7 +617,7 @@ build_hss(){ ...@@ -618,7 +617,7 @@ build_hss(){
# compile HSS # # compile HSS #
###################################### ######################################
echo_info "5. compile HSS" echo_info "5. compile HSS"
output=$(compile_hss $OAI_CLEAN >> bin/install_log.txt 2>&1 ) output=$(compile_hss $OAI_CLEAN >> bin/install_log.txt 2>&1 )
hss_compiled=$? hss_compiled=$?
if [ $hss_compiled -eq 1 ]; then if [ $hss_compiled -eq 1 ]; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment