pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37877?usp=email )
Change subject: deps/Makefile: Use upstream titan.TestPorts.SIPmsg ......................................................................
deps/Makefile: Use upstream titan.TestPorts.SIPmsg
The patch we used from the sysmocom fork is now meged in upstream (same git commit hash), hence we can jump back to upstream.
Related: SYS#6982 Change-Id: I8ca1252fd8710f50d8da5fb4fc105d29d9a506af --- M deps/Makefile 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: fixeria: Looks good to me, approved Jenkins Builder: Verified
diff --git a/deps/Makefile b/deps/Makefile index 4220bca..bdec466 100644 --- a/deps/Makefile +++ b/deps/Makefile @@ -56,6 +56,7 @@ titan.TestPorts.LANL2asp \ titan.TestPorts.PCAPasp \ titan.TestPorts.PIPEasp \ + titan.TestPorts.SIPmsg \ titan.TestPorts.TELNETasp \ titan.TestPorts.TCPasp \ titan.TestPorts.UDPasp \ @@ -71,7 +72,6 @@ OSMOGITEA_REPOS= titan.ProtocolModules.BSSMAP \ titan.ProtocolModules.MAP \ titan.TestPorts.AF_PACKET \ - titan.TestPorts.SIPmsg \ titan.TestPorts.USB
ALL_REPOS= $(ECLIPSEGITLAB_REPOS) \