Commit 0f103c1e authored by Yann Garcia's avatar Yann Garcia
Browse files

Bug fixed in install.sh

parent fc85ff60
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -5,11 +5,15 @@
		},
		{
			"path": "../../../tmp/osmo-ttcn3-hacks"
		},
		{
			"path": "../pipeline-scripts"
		}
	],
	"settings": {
		"files.associations": {
			"pdusessionresourcemodifyindication.h": "c"
			"pdusessionresourcemodifyindication.h": "c",
			"random": "cpp"
		}
	}
}
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -25,8 +25,8 @@ ln -f ./ttcn/patch_lib_common_titan/module.mk ./ttcn/LibCommon/
# TODO Add other patch

cd ./ttcn/modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src
git apply ./ttcn/patch_abstract_socket/Abstract_Socket.hh.patch
git apply ./ttcn/patch_abstract_socket/Abstract_Socket.cc.patch
git apply ../../../../patch_abstract_socket/Abstract_Socket.hh.patch
git apply ../../../../patch_abstract_socket/Abstract_Socket.cc.patch
cd $BASE_PATH

exit 0