deps: Switch to our own fork of the M3UA ProtocolEmulation

.. as we have some patches that are not yet in upstream

Change-Id: Ie8a9380ae8838c571fe3d0776f60485b34c85d4e
diff --git a/deps/Makefile b/deps/Makefile
index d607874..5641ebe 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -37,12 +37,12 @@
 			titan.ProtocolModules.LLC_v7.1.0 \
 			titan.ProtocolModules.MobileL3_v13.4.0 \
 			titan.ProtocolModules.NS_v7.3.0 \
-			titan.ProtocolModules.SNDCP_v7.0.0 \
-			titan.ProtocolEmulations.M3UA
+			titan.ProtocolModules.SNDCP_v7.0.0
 
 OSMOGITHUB_REPOS=	titan.TestPorts.SCTPasp \
 			titan.TestPorts.MTP3asp \
 			titan.TestPorts.UNIX_DOMAIN_SOCKETasp \
+			titan.ProtocolEmulations.M3UA \
 			titan.ProtocolEmulations.SCCP
 
 ALL_REPOS=$(ECLIPSEGIT_REPOS) $(ECLIPSEGIT2_REPOS) $(OSMOGITHUB_REPOS)