From a85ee7506886d608ec900a4fb146395114302324 Mon Sep 17 00:00:00 2001 From: garciay Date: Wed, 8 May 2019 04:50:26 -0700 Subject: [PATCH] Add UEidentityAPI support --- vagrant/provisioner.bash | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/vagrant/provisioner.bash b/vagrant/provisioner.bash index 03a4b9e..ca3c704 100755 --- a/vagrant/provisioner.bash +++ b/vagrant/provisioner.bash @@ -73,35 +73,35 @@ then exit -1 fi -cd /home/vagrant/dev -git clone https://forge.etsi.org/gitlab/emergency-communications/NG112 ./STF549_Ng112 -cd /home/vagrant/dev/STF549_Ng112 -cd /home/vagrant/dev/STF549_Ng112/ttcn +cd /home/vagrant/dev +git clone https://forge.etsi.org/gitlab/garciay/MEC.git ./STF569_Mec +cd /home/vagrant/dev/STF569_Mec +cd /home/vagrant/dev/STF569_Mec/ttcn git clone https://forge.etsi.org/gitlab/LIBS/LibSip.git ./LibSip git clone https://forge.etsi.org/gitlab/LIBS/LibIms.git ./LibIms git clone https://forge.etsi.org/gitlab/LIBS/LibCommon.git ./LibCommon git clone -bSTF525 https://forge.etsi.org/gitlab/LIBS/LibIts ./LibIt -cd /home/etsi/dev/STF549_Ng112/ttcn/LibIts +cd /home/etsi/dev/STF569_Mec/ttcn/LibIts rm -fr asn1 t3q xsd cd ttcn && rm -fr BTP CALM CAM Common DCC DENM GeoNetworking Ipv6OverGeoNetworking IVIM MapemSpatem Pki Security SremSsem V2G -cd /home/vagrant/dev/STF549_Ng112/scripts +cd /home/vagrant/dev/STF569_Mec/scripts chmod 775 *.bash devenv.bash.* -cd /home/vagrant/dev/STF549_Ng112/docker +cd /home/vagrant/dev/STF569_Mec/docker chmod 775 *.sh -cd /home/vagrant/dev/STF549_Ng112 +cd /home/vagrant/dev/STF569_Mec chmod 775 ./.jenkins.sh cd /home/vagrant -ln -sf /home/vagrant/dev/STF549_Ng112/scripts/devenv.bash.ubuntu /home/vagrant/devenv.bash +ln -sf /home/vagrant/dev/STF569_Mec/scripts/devenv.bash.ubuntu /home/vagrant/devenv.bash . /home/vagrant/devenv.bash # Install all frameworks # Install osip cd ${HOME_FRAMEWORKS} -git clone git://git.savannah.gnu.org/osip.git ./osip -cd ./osip -./autogen.sh -./configure --prefix=/home/vagrant +git clone git://git.savannah.gnu.org/osip.git ./osip +cd ./osip +./autogen.sh +./configure --prefix=/home/vagrant make && make install # Install GoogleTest @@ -133,15 +133,15 @@ tar -zxvf ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz rm -f ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz cd /home/vagrant -echo "" >> /home/vagrant/.bashrc -echo "export LD_LIBRARY_PATH=/home/vagrant/dev/etsi_emco/lib:$LD_LIBRARY_PATH" >> /home/vagrant/.bashrc -echo "export PATH=/home/vagrant/bin:$PATH" >> /home/vagrant/.bashrc -echo ". ~/devenv.bash" >> /home/vagrant/.bashrc +echo "" >> /home/vagrant/.bashrc +echo "export LD_LIBRARY_PATH=/home/vagrant/dev/etsi_mec/lib:$LD_LIBRARY_PATH" >> /home/vagrant/.bashrc +echo "export PATH=/home/vagrant/bin:$PATH" >> /home/vagrant/.bashrc +echo ". ~/devenv.bash" >> /home/vagrant/.bashrc . /home/vagrant/.bashrc -cd /home/vagrant/dev/STF549_Ng112/scripts -./build_titan.bash -. /home/vagrant/devenv.bash +cd /home/vagrant/dev/STF569_Mec/scripts +./build_titan.bash +. /home/vagrant/devenv.bash ./update_its_project.bash cd /home/vagrant/dev/etsi_emco/src/TestCodec/objs ../bin/testcodec_generate_makefile.bash -- GitLab