fixeria has uploaded this change for review.

View Change

deps: use titan.TestPorts.UDPasp from ECLIPSEGITLAB_REPOS

This change basically reverts [1]. Oliver's patch allowing to set
SO_REUSEADDR, which is needed for D-GSM mslookup mDNS testing, has
been merged upstream. No need to depend on our own fork anymore.

Change-Id: Idf96a64f3d5f7928ed0fb81f4a91e469df3a9adc
Related: [1] Ie7e1c3dbd67dba9079a5768e442faffc936fd7fa
Related: SYS#4618
---
M deps/Makefile
1 file changed, 2 insertions(+), 2 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/46/29046/1
diff --git a/deps/Makefile b/deps/Makefile
index 2a906eb..2367f97 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -57,11 +57,11 @@
titan.TestPorts.SIPmsg \
titan.TestPorts.TELNETasp \
titan.TestPorts.TCPasp \
+ titan.TestPorts.UDPasp \
titan.TestPorts.UNIX_DOMAIN_SOCKETasp

OSMOGITHUB_REPOS= titan.TestPorts.SCTPasp \
titan.TestPorts.MTP3asp \
- titan.TestPorts.UDPasp \
titan.ProtocolEmulations.SCCP \
titan.ProtocolModules.BSSGP_v13.0.0

@@ -124,7 +124,7 @@
titan.TestPorts.SIPmsg_commit= R.15.A-1-ge4f9dd0
titan.TestPorts.TCPasp_commit= R.9.A-5-g2c91bc6
titan.TestPorts.TELNETasp_commit= 873fe539642542cd9a901c208f1ec11c6d2f5387
-titan.TestPorts.UDPasp_commit= c20d77a34f288dd70dd4aaa30e520778876e9336
+titan.TestPorts.UDPasp_commit= 54176e95850654e5e8b0ffa2f1b5f35c412b949c
titan.TestPorts.UNIX_DOMAIN_SOCKETasp_commit= R.2.A-13-gd34ab71
titan.TestPorts.USB_commit= a9470fdc99c82fbf988f4508c3161118c9106e28
osmo-uecups_commit= 8362efef7c6fa341eb947a75786878e0685767b7

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

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Idf96a64f3d5f7928ed0fb81f4a91e469df3a9adc
Gerrit-Change-Number: 29046
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange