aboutsummaryrefslogtreecommitdiffstats
path: root/deps/Makefile
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-04-14 17:48:10 +0200
committerHarald Welte <laforge@gnumonks.org>2018-04-14 21:58:16 +0200
commit72199a8be9ea73a417a3423cb1b4f6f0cbfef742 (patch)
tree074961dd97a0c09a482fcafc864465cc1df6c5c8 /deps/Makefile
parentb2609faea41cb37a8ba1c204c22c7f528b630425 (diff)
deps: Use SMPP from osmocom fork
the osmocom fork has support for AlertNotification, which upstream doesn't. Pull request is pending, so we have to use our osmocom fork repo meanwhile. Change-Id: I9b6b120fe74b46183517264d85651ac0d99b4035
Diffstat (limited to 'deps/Makefile')
-rw-r--r--deps/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/Makefile b/deps/Makefile
index d1545fd3..bf2211b9 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -9,7 +9,6 @@ ECLIPSEGIT_REPOS= titan.Libraries.TCCUsefulFunctions \
titan.ProtocolModules.IP \
titan.ProtocolModules.L2TP \
titan.ProtocolModules.M3UA \
- titan.ProtocolModules.SMPP \
titan.ProtocolModules.TCP \
titan.ProtocolModules.UDP \
titan.ProtocolModules.RTP \
@@ -43,6 +42,7 @@ ECLIPSEGIT2_REPOS= titan.ProtocolModules.GRE \
OSMOGITHUB_REPOS= titan.TestPorts.SCTPasp \
titan.TestPorts.MTP3asp \
titan.TestPorts.UNIX_DOMAIN_SOCKETasp \
+ titan.ProtocolModules.SMPP \
titan.ProtocolEmulations.M3UA
ALL_REPOS=$(ECLIPSEGIT_REPOS) $(ECLIPSEGIT2_REPOS) $(OSMOGITHUB_REPOS)
@@ -72,7 +72,7 @@ titan.ProtocolModules.NS_v7.3.0_commit= R.2.A
titan.ProtocolModules.RTP_commit= R.5.A
titan.ProtocolModules.SCTP_commit= R.2.A
titan.ProtocolModules.SDP_commit= R.14.A
-titan.ProtocolModules.SMPP_commit= R.2.A
+titan.ProtocolModules.SMPP_commit= R.2.A-1-ge044a36
titan.ProtocolModules.SNDCP_v7.0.0_commit= R.2.A
titan.ProtocolModules.SUA_commit= R.5.A
titan.ProtocolModules.TCP_commit= R.3.A