IPL4asp: Fix ppid always shows 0, remove Iuh workaround

Change-Id: I941a794849c347ed61ca5170bca32f5329818d92
diff --git a/deps/Makefile b/deps/Makefile
index 5c69ee9..27f59b3 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -13,10 +13,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+FORKEDGITLAB:=https://gitlab.eclipse.org/dwillmannv72
 ECLIPSEGITLAB:=https://gitlab.eclipse.org/eclipse/titan
 OSMOGITHUB:=https://github.com/osmocom
 OSMOGIT:=git://git.osmocom.org
 
+FORKEDGITLAB_REPOS=	titan.TestPorts.IPL4asp
 ECLIPSEGITLAB_REPOS=	titan.Libraries.TCCUsefulFunctions \
 			titan.ProtocolEmulations.M3UA \
 			titan.ProtocolModules.BSSAPP_v7.3.0 \
@@ -50,7 +52,6 @@
 			titan.TestPorts.Common_Components.Socket-API \
 			titan.TestPorts.Common_Components.Abstract_Socket \
 			titan.TestPorts.HTTPmsg \
-			titan.TestPorts.IPL4asp \
 			titan.TestPorts.LANL2asp \
 			titan.TestPorts.PCAPasp \
 			titan.TestPorts.PIPEasp \
@@ -71,7 +72,7 @@
 			titan.TestPorts.AF_PACKET \
 			osmo-uecups
 
-ALL_REPOS=$(ECLIPSEGITLAB_REPOS) $(OSMOGITHUB_REPOS) $(OSMOGIT_REPOS)
+ALL_REPOS=$(ECLIPSEGITLAB_REPOS) $(OSMOGITHUB_REPOS) $(OSMOGIT_REPOS) $(FORKEDGITLAB_REPOS)
 
 # Tag names from 'git-describe --tags'; if not available, a commit hash may be used instead.
 # Do not put references to branches here, except for local testing: this breaks the caching
@@ -115,7 +116,7 @@
 titan.TestPorts.Common_Components.Socket-API_commit=	R.6.A-6-gf4380d0
 titan.TestPorts.Common_Components.Abstract_Socket_commit=	R.9.B-4-gbd41994
 titan.TestPorts.HTTPmsg_commit=			R.9.B-4-g9a0dfde
-titan.TestPorts.IPL4asp_commit=			R.30.E
+titan.TestPorts.IPL4asp_commit=			R.30.E-4-gdcf7858
 titan.TestPorts.LANL2asp_commit=		R.8.C-3-gb07c265
 titan.TestPorts.MTP3asp_commit=	 		1cecdad6f3641a5f19b3833703bff6e5005eff11
 titan.TestPorts.PCAPasp_commit=			R.8.A-3-g9ad320f
@@ -187,3 +188,6 @@
 
 $(foreach dir,$(OSMOGIT_REPOS), \
 	$(eval $(call GIT_template,$(dir),$(OSMOGIT))))
+
+$(foreach dir,$(FORKEDGITLAB_REPOS), \
+	$(eval $(call GIT_template,$(dir),$(FORKEDGITLAB))))