aboutsummaryrefslogtreecommitdiffstats
path: root/sgsn
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2020-01-22 18:23:46 +0100
committerDaniel Willmann <dwillmann@sysmocom.de>2020-01-28 14:44:39 +0100
commit69cfc5e4178cee612e9a4e9632da0531889f3116 (patch)
tree852f309ffc73a94797cec130cd4c053d02861bf6 /sgsn
parent1c1161119dc2c58f11ca5d6942a417c255d22169 (diff)
SGSN_Tests_Iu: Enable Iu tests that made the SGSN crash
Diffstat (limited to 'sgsn')
-rw-r--r--sgsn/SGSN_Tests_Iu.ttcn5
1 files changed, 2 insertions, 3 deletions
diff --git a/sgsn/SGSN_Tests_Iu.ttcn b/sgsn/SGSN_Tests_Iu.ttcn
index 786961fd..2b63b4ed 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() );
}