From 69cfc5e4178cee612e9a4e9632da0531889f3116 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Wed, 22 Jan 2020 18:23:46 +0100 Subject: [PATCH] SGSN_Tests_Iu: Enable Iu tests that made the SGSN crash Depends: osmo-sgsn I3fc614da6ba137e871ee0fe86ca22b6a4a354dd2 Change-Id: I96851c7c06c8f95ad280a275c2b83d825f0c88cb Related: OS#3727 --- sgsn/SGSN_Tests_Iu.ttcn | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sgsn/SGSN_Tests_Iu.ttcn b/sgsn/SGSN_Tests_Iu.ttcn index 786961fd3..2b63b4ed9 100644 --- a/sgsn/SGSN_Tests_Iu.ttcn +++ b/sgsn/SGSN_Tests_Iu.ttcn @@ -85,9 +85,8 @@ testcase TC_geran_attach_iu_rau() runs on test_CT { 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() ); }