Commit fa066a2b authored by Yann Garcia's avatar Yann Garcia
Browse files

Bug fixed in install.sh

parent cdf6475f
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -5,8 +5,8 @@ set -vx

BASE_PATH=`pwd`

git checkout devel
git submodule update --init --recursive --remote
#git checkout devel
#git submodule update --init --recursive --remote

if [ ! -f ./titan-test-system-framework ]
then
@@ -22,9 +22,6 @@ ln -sf module_ims.mk module.mk
cd $BASE_PATH/ttcn/LibSip
git checkout TTF016

cd $BASE_PATH/ttcn/LibMsrp
git checkout TTF006

cd $BASE_PATH/ttcn/LibIms
git checkout TTF006

@@ -39,6 +36,6 @@ ln -f ./ttcn/patch_lib_ng112_titan/ttcn/module.mk ./ttcn/LibEmcom/LibNg112/modul
ln -f ./ttcn/patch_lib_iot_titan/module.mk ./ttcn/LibIot/module.mk
ln -f ./ttcn/patch_lib_config_and_trigger_titan/module.mk ./ttcn/LibIms_ConfigAndTrigger/module.mk
ln -f ./ttcn/patch_lib_upper_tester_titan/module.mk ./ttcn/LibUpperTester/module.mk
ln -f ./ttcn/patch_ats_ims_iot/module.mk ./ttcn/AtsImsIot/module.mk
#ln -f ./ttcn/patch_ats_ims_iot/module.mk ./ttcn/AtsImsIot/module.mk

exit 0