aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-01-27 14:11:56 +0100
committerHarald Welte <laforge@gnumonks.org>2018-01-27 14:27:38 +0100
commitc98b42c8c31a6180f0addded561d4d303d8178a2 (patch)
treee4e048f0ae3348031d8b0f4c72154fe5dab7428d
parent53a06cd2f4542d8704ac7ad12f5d72a5d32b0bde (diff)
deps: Use SCTPasp from osmocom github fork (SO_REUSEADDR, usleep hack)
-rw-r--r--deps/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/deps/Makefile b/deps/Makefile
index c4c21e35..e1cbfe34 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -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)