pespin submitted this change.
sgsn: remove osmo-sgsn <= 1.12.0 code path
Now that 1.13.0 has been released, we can run this test in latest too.
Change-Id: I4ead7b05d7d956303584ccbfe1e13692f54341af
---
M sgsn/SGSN_Tests.ttcn
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index 62856ff..b2d9731 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -3232,10 +3232,7 @@
execute( TC_attach_rau() );
execute( TC_attach_rau_a_a() );
execute( TC_attach_rau_a_b() );
- if (Misc_Helpers.f_osmo_repo_is("nightly")) {
- /* Will double-free and crash osmo-sgsn <= 1.12.0 */
- execute( TC_attach_rau_a_b_wrong_old_ra() );
- }
+ execute( TC_attach_rau_a_b_wrong_old_ra() );
execute( TC_attach_usim_resync() );
execute( TC_attach_usim_a54_a54() );
execute( TC_attach_usim_a54_a53() );
To view, visit change 39551. To unsubscribe, or for help writing mail filters, visit settings.