Commit 2aca887e authored by Yann Garcia's avatar Yann Garcia
Browse files

Remove libosip

parent 30b98b23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ defines += LINUX
libs += -lpcap -lrt -lpthread
endif

libs += -lssl -lcrypto -lxml2 -ljsoncpp -L$(OSIP_LIB) -losipparser2 -lsctp
libs += -lssl -lcrypto -lxml2 -ljsoncpp -L$(OSIP_LIB) -lsctp

$(eval $(call IncludeModule, $(TOPDIR)/ttcn/$(ATS)))

+4 −1
Original line number Diff line number Diff line
@@ -5,6 +5,9 @@ set -vx

BASE_PATH=`pwd`

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

if [ ! -d ./titan-test-system-framework ]
then
    git clone --recurse-submodules --branch devel https://labs.etsi.org/rep/cti-tools/titan-test-system-framework.git