pespin has uploaded this change for review.

View Change

Use fork of titan.ProtocolModules.M3UA containing fix

Use a fork of the repository until the M3UA_NOTIFY decoding bug gets its
fix merged, currently submitted upstream in [1].

[1] https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M3UA/-/merge_requests/4

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

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/45/39645/1
diff --git a/deps/Makefile b/deps/Makefile
index d57e37a..61daa48 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -34,7 +34,6 @@
titan.ProtocolModules.JSON_v07_2006 \
titan.ProtocolModules.L2TP \
titan.ProtocolModules.LLC_v7.1.0 \
- titan.ProtocolModules.M3UA \
titan.ProtocolModules.MobileL3_v13.4.0 \
titan.ProtocolModules.SMPP \
titan.ProtocolModules.TCP \
@@ -66,7 +65,8 @@
OSMOGITHUB_REPOS= titan.TestPorts.SCTPasp \
titan.TestPorts.MTP3asp \
titan.ProtocolEmulations.SCCP \
- titan.ProtocolModules.BSSGP_v13.0.0
+ titan.ProtocolModules.BSSGP_v13.0.0 \
+ titan.ProtocolModules.M3UA

OSMOGERRIT_REPOS= osmo-uecups

@@ -104,7 +104,7 @@
titan.ProtocolModules.LLC_v7.1.0_commit= 09817f113255d7fb56f1d45d3dd629a093d9248d
titan.ProtocolModules.MAP_commit= R.2.A-1-g79c6a3d
titan.ProtocolModules.M2PA_commit= R.2.A-5-ga75b589
-titan.ProtocolModules.M3UA_commit= c496d298876fed55c2b730278b7ee77982555563
+titan.ProtocolModules.M3UA_commit= 509fb5d3074d643024e691116d3df7ba42ef9587
titan.ProtocolModules.MobileL3_v13.4.0_commit= b6602eb357673f097ea1a1d22edd568ecd239da1
titan.ProtocolModules.NAS_EPS_15.2.0.1_commit= R.1.A-2-g2ba853c
titan.ProtocolModules.NS_v7.3.0_commit= R.2.A-6-gf73f195

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

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I9ac3dcad88cd13c1b45fb70bdcd2a474d084a652
Gerrit-Change-Number: 39645
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>