pespin submitted this change.

View Change


Approvals: osmith: Looks good to me, approved pespin: Verified Jenkins Builder: Verified
deps/Makefile: Use osmocom fork of titan.TestPorts.SIPmsg

This will allow us using IPv6 in IPmsg_PT until [1] is mergedi upstream.

[1] https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SIPmsg/-/merge_requests/4

Related: SYS#6982
Change-Id: If9bffd57204ee1ea56cbf0cb0109c422fb2c460f
---
M deps/Makefile
1 file changed, 18 insertions(+), 4 deletions(-)

diff --git a/deps/Makefile b/deps/Makefile
index 11ff460..73d5919 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -56,7 +56,6 @@
titan.TestPorts.LANL2asp \
titan.TestPorts.PCAPasp \
titan.TestPorts.PIPEasp \
- titan.TestPorts.SIPmsg \
titan.TestPorts.TELNETasp \
titan.TestPorts.TCPasp \
titan.TestPorts.UDPasp \
@@ -71,8 +70,9 @@

OSMOGITEA_REPOS= titan.ProtocolModules.BSSMAP \
titan.ProtocolModules.MAP \
- titan.TestPorts.USB \
- titan.TestPorts.AF_PACKET
+ titan.TestPorts.AF_PACKET \
+ titan.TestPorts.SIPmsg \
+ titan.TestPorts.USB

ALL_REPOS= $(ECLIPSEGITLAB_REPOS) \
$(OSMOGITHUB_REPOS) \
@@ -129,7 +129,7 @@
titan.TestPorts.PCAPasp_commit= R.8.A-3-g9ad320f
titan.TestPorts.PIPEasp_commit= R.7.D-3-g8b01154
titan.TestPorts.SCTPasp_commit= R.11.A-8-g2e911c3
-titan.TestPorts.SIPmsg_commit= R.15.A-1-ge4f9dd0
+titan.TestPorts.SIPmsg_commit= b37ea251eff2d6cd4e8d317aff71d463863b59f9
titan.TestPorts.TCPasp_commit= R.9.A-5-g2c91bc6
titan.TestPorts.TELNETasp_commit= 873fe539642542cd9a901c208f1ec11c6d2f5387
titan.TestPorts.UDPasp_commit= 54176e95850654e5e8b0ffa2f1b5f35c412b949c

To view, visit change 37412. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: If9bffd57204ee1ea56cbf0cb0109c422fb2c460f
Gerrit-Change-Number: 37412
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged