aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-04-16 17:37:31 +0200
committerHarald Welte <laforge@gnumonks.org>2018-04-16 17:37:31 +0200
commit36296dcc37fa0aed9a7ff4b39817b7e43783a92d (patch)
tree1689cccc8d01a6920ebc67b299405b4365f4560a
parent0803cde5e88961794ffa3fd42c8214eb86b1248c (diff)
deps: Switch titan.ProtocolModules.SMPP back to upstream TITAN
Our patch for SMPP AlertNotification was merged, so we can switch back to use upstream instead of our osmocom fork. Change-Id: Ib171451af264aa675b173b5cad37f08bcd64fbc3
-rw-r--r--deps/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/Makefile b/deps/Makefile
index d09d9173..37e48e2f 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -9,6 +9,7 @@ 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 \
@@ -42,7 +43,6 @@ ECLIPSEGIT2_REPOS= titan.ProtocolModules.GRE \
OSMOGITHUB_REPOS= titan.TestPorts.SCTPasp \
titan.TestPorts.MTP3asp \
- 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-1-ge044a36
+titan.ProtocolModules.SMPP_commit= R.2.A-2-gb7aee69
titan.ProtocolModules.SNDCP_v7.0.0_commit= R.2.A
titan.ProtocolModules.SUA_commit= R.5.A
titan.ProtocolModules.TCP_commit= R.3.A