[MERGED] osmo-ttcn3-hacks[master]: deps/Makefile: Various updates

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Tue Mar 27 18:57:19 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: deps/Makefile: Various updates
......................................................................


deps/Makefile: Various updates

* SCCP changes were merged upstream, we don't need to use osmocom fork
* SCCP upstream now has proper tag based version
* M3UA now has a new version tag (with Routing Context)
* UNIX_DOMAIN_SOCKET has new verison tag (upstream requested changes)

Change-Id: I5526c1688d84cf985299baa973271a620b4b4544
---
M deps/Makefile
1 file changed, 6 insertions(+), 6 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/deps/Makefile b/deps/Makefile
index 626bcc1..46698e0 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -37,13 +37,13 @@
 			titan.ProtocolModules.LLC_v7.1.0 \
 			titan.ProtocolModules.MobileL3_v13.4.0 \
 			titan.ProtocolModules.NS_v7.3.0 \
-			titan.ProtocolModules.SNDCP_v7.0.0
+			titan.ProtocolModules.SNDCP_v7.0.0 \
+			titan.ProtocolEmulations.SCCP
 
 OSMOGITHUB_REPOS=	titan.TestPorts.SCTPasp \
 			titan.TestPorts.MTP3asp \
 			titan.TestPorts.UNIX_DOMAIN_SOCKETasp \
-			titan.ProtocolEmulations.M3UA \
-			titan.ProtocolEmulations.SCCP
+			titan.ProtocolEmulations.M3UA
 
 ALL_REPOS=$(ECLIPSEGIT_REPOS) $(ECLIPSEGIT2_REPOS) $(OSMOGITHUB_REPOS)
 
@@ -51,8 +51,8 @@
 # In order to keep local changes in the repository of a dependency, set its commit to the
 # name of a local branch here (e.g. 'master').
 titan.Libraries.TCCUsefulFunctions_commit=	R.30.A
-titan.ProtocolEmulations.M3UA_commit=		R.2.A
-titan.ProtocolEmulations.SCCP_commit=	 	724c83fd2794e8ea362d08c42d9fc10fc1885ef1
+titan.ProtocolEmulations.M3UA_commit=		R.2.A-1-g53dead2
+titan.ProtocolEmulations.SCCP_commit=	 	R.7.A-2-g724c83f
 titan.ProtocolModules.BSSAPP_v7.3.0_commit=	R.2.A
 titan.ProtocolModules.BSSGP_v13.0.0_commit=	R.2.A
 titan.ProtocolModules.BSSMAP_v11.2.0_commit=	R.2.A
@@ -88,7 +88,7 @@
 titan.TestPorts.TCPasp_commit=			R.9.A
 titan.TestPorts.TELNETasp_commit=		R.9.A
 titan.TestPorts.UDPasp_commit=			R.8.A
-titan.TestPorts.UNIX_DOMAIN_SOCKETasp_commit=	R.2.A-3-g61e5a25
+titan.TestPorts.UNIX_DOMAIN_SOCKETasp_commit=	R.2.A-4-g63d4ee3
 
 all: $(foreach dir,$(ALL_REPOS),$(dir)/update)
 clean: $(foreach dir,$(ALL_REPOS),$(dir)/clean)

-- 
To view, visit https://gerrit.osmocom.org/7538
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I5526c1688d84cf985299baa973271a620b4b4544
Gerrit-PatchSet: 2
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list