diff options
author | Philipp Maier <pmaier@sysmocom.de> | 2020-12-15 22:31:03 +0100 |
---|---|---|
committer | laforge <laforge@osmocom.org> | 2020-12-16 15:39:40 +0000 |
commit | 8d09528ccff9460e844b9b1c7c776fbcf016688e (patch) | |
tree | 4668fba8254c6b0e3998d5633a05e91356b5dc3b | |
parent | f105a5b8463f7e9a14ffc9e7988d1227ee208b25 (diff) |
deps/Makefile: temporarily use own repo for ProtocolModules.BSSGP
Temporarily use titan.ProtocolModules.BSSGP_v13.0.0 from
https://github.com/osmocom/ as we have some fixes that are not
yet part of upstream.
Change-Id: I5d7261a5ac33a0231c1a3d73bdff7fb099568687
-rw-r--r-- | deps/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/Makefile b/deps/Makefile index 61bab99..73b3283 100644 --- a/deps/Makefile +++ b/deps/Makefile @@ -51,7 +51,6 @@ ECLIPSEGIT2_REPOS= titan.ProtocolEmulations.M3UA \ titan.ProtocolModules.SUA \ titan.ProtocolModules.SDP \ titan.ProtocolModules.BSSAPP_v7.3.0 \ - titan.ProtocolModules.BSSGP_v13.0.0 \ titan.ProtocolModules.GTP_v13.5.0 \ titan.ProtocolModules.GTPv2_v13.7.0 \ titan.ProtocolModules.ISUP_Q.762 \ @@ -65,7 +64,8 @@ ECLIPSEGIT2_REPOS= titan.ProtocolEmulations.M3UA \ OSMOGITHUB_REPOS= titan.TestPorts.SCTPasp \ titan.TestPorts.MTP3asp \ titan.TestPorts.UDPasp \ - titan.ProtocolEmulations.SCCP + titan.ProtocolEmulations.SCCP \ + titan.ProtocolModules.BSSGP_v13.0.0 OSMOGIT_REPOS= titan.ProtocolModules.MAP \ titan.ProtocolModules.BSSMAP \ @@ -82,7 +82,7 @@ titan.Libraries.TCCUsefulFunctions_commit= R.35.B-6-gb3687da titan.ProtocolEmulations.M3UA_commit= f086e78d74defa044d864f17adaad9433fedc961 titan.ProtocolEmulations.SCCP_commit= R.7.A-9-g9e70fba titan.ProtocolModules.BSSAPP_v7.3.0_commit= R.2.A-4-g20cfaf8 -titan.ProtocolModules.BSSGP_v13.0.0_commit= R.2.A-6-gc447f28 +titan.ProtocolModules.BSSGP_v13.0.0_commit= master titan.ProtocolModules.BSSMAP_commit= master titan.ProtocolModules.DNS_commit= R.7.B titan.ProtocolModules.GRE_commit= R.2.A-5-g654c446 |