Change in osmo-ttcn3-hacks[master]: deps: Add titan.ProtocolModules.MAP

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
Sat May 26 12:35:06 UTC 2018


Harald Welte has uploaded this change for review. ( https://gerrit.osmocom.org/9330


Change subject: deps: Add titan.ProtocolModules.MAP
......................................................................

deps: Add titan.ProtocolModules.MAP

Change-Id: I228800c4ef103b55da4831aff59bd4370cf25969
---
M deps/Makefile
1 file changed, 8 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/30/9330/1

diff --git a/deps/Makefile b/deps/Makefile
index dc4d9fc..cf0bf4d 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -2,6 +2,7 @@
 ECLIPSEGIT:=https://github.com/eclipse
 ECLIPSEGIT2:=git://git.eclipse.org/gitroot/titan
 OSMOGITHUB:=https://github.com/osmocom
+OSMOGIT:=git://git.osmocom.org
 
 ECLIPSEGIT_REPOS=	titan.Libraries.TCCUsefulFunctions \
 			titan.ProtocolModules.ICMP \
@@ -46,7 +47,9 @@
 			titan.TestPorts.MTP3asp \
 			titan.ProtocolEmulations.M3UA
 
-ALL_REPOS=$(ECLIPSEGIT_REPOS) $(ECLIPSEGIT2_REPOS) $(OSMOGITHUB_REPOS)
+OSMOGIT_REPOS=		titan.ProtocolModules.MAP
+
+ALL_REPOS=$(ECLIPSEGIT_REPOS) $(ECLIPSEGIT2_REPOS) $(OSMOGITHUB_REPOS) $(OSMOGIT_REPOS)
 
 # Tag names from 'git-describe --tags'; if not available, a commit hash may be used instead.
 # In order to keep local changes in the repository of a dependency, set its commit to the
@@ -66,6 +69,7 @@
 titan.ProtocolModules.ISUP_Q.762_commit=	R.8.A
 titan.ProtocolModules.L2TP_commit=		R.2.A
 titan.ProtocolModules.LLC_v7.1.0_commit=	R.2.A
+titan.ProtocolModules.MAP_commit=		R.2.A-1-g79c6a3d
 titan.ProtocolModules.M2PA_commit=		R.2.A
 titan.ProtocolModules.M3UA_commit=		R.2.A
 titan.ProtocolModules.MobileL3_v13.4.0_commit=	R.2.A
@@ -142,3 +146,6 @@
 
 $(foreach dir,$(OSMOGITHUB_REPOS), \
 	$(eval $(call GIT_template,$(dir),$(OSMOGITHUB))))
+
+$(foreach dir,$(OSMOGIT_REPOS), \
+	$(eval $(call GIT_template,$(dir),$(OSMOGIT))))

-- 
To view, visit https://gerrit.osmocom.org/9330
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I228800c4ef103b55da4831aff59bd4370cf25969
Gerrit-Change-Number: 9330
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180526/9905dfdc/attachment.htm>


More information about the gerrit-log mailing list