deps: Use SCTPasp from osmocom github fork (SO_REUSEADDR, usleep hack)

Change-Id: I9169d231358a9a7e9e10302044a895087f7e7d78
This commit is contained in:
Harald Welte 2018-01-27 14:11:56 +01:00
parent 53a06cd2f4
commit c98b42c8c3
1 changed files with 1 additions and 2 deletions

3
deps/Makefile vendored
View File

@ -17,7 +17,6 @@ ECLIPSEGIT_REPOS= titan.Libraries.TCCUsefulFunctions \
titan.TestPorts.IPL4asp \
titan.TestPorts.LANL2asp \
titan.TestPorts.PCAPasp \
titan.TestPorts.SCTPasp \
titan.TestPorts.SIPmsg \
titan.TestPorts.TCPasp \
titan.TestPorts.TELNETasp \
@ -41,7 +40,7 @@ ECLIPSEGIT2_REPOS= titan.ProtocolModules.GRE \
titan.ProtocolModules.NS_v7.3.0 \
titan.ProtocolModules.SNDCP_v7.0.0
OSMOGITHUB_REPOS=
OSMOGITHUB_REPOS= titan.TestPorts.SCTPasp
ALL_REPOS=$(ECLIPSEGIT_REPOS) $(ECLIPSEGIT2_REPOS) $(OSMOGITHUB_REPOS)