SGSN_Tests_Iu: Enable Iu tests that made the SGSN crash

Depends: osmo-sgsn I3fc614da6ba137e871ee0fe86ca22b6a4a354dd2
Change-Id: I96851c7c06c8f95ad280a275c2b83d825f0c88cb
Related: OS#3727
diff --git a/sgsn/SGSN_Tests_Iu.ttcn b/sgsn/SGSN_Tests_Iu.ttcn
index 786961f..2b63b4e 100644
--- a/sgsn/SGSN_Tests_Iu.ttcn
+++ b/sgsn/SGSN_Tests_Iu.ttcn
@@ -85,9 +85,8 @@
 
 control {
 	execute( TC_iu_attach() );
-	/* FIXME: will crash the sgsn
-	 * execute( TC_iu_attach_geran_rau() );
-	 * execute( TC_geran_attach_iu_rau() ); */
+	execute( TC_iu_attach_geran_rau() );
+	execute( TC_geran_attach_iu_rau() );
 }