From 93182e0dfdcd695f8f3d018bb14535897446df39 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 17 Feb 2022 21:59:07 +0100 Subject: [PATCH] fixup for bsc: add TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg Change-Id: Icba4df8d28982e5b61512002e2b5fb15b7860114 --- bsc/BSC_Tests.ttcn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn index cd0bb96b7..5b7243be8 100644 --- a/bsc/BSC_Tests.ttcn +++ b/bsc/BSC_Tests.ttcn @@ -11257,6 +11257,8 @@ control { execute( TC_ho_into_this_bsc_a5_1() ); execute( TC_ho_into_this_bsc_a5_3() ); execute( TC_ho_into_this_bsc_a5_4() ); + execute( TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg() ); + execute( TC_ho_into_this_bsc_a5_1_3() ); if (mp_bssap_cfg[0].transport == BSSAP_TRANSPORT_AoIP) { execute( TC_ho_into_this_bsc_tla_v6() ); }