neels has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/27244 )
Change subject: fixup for bsc: add TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg ......................................................................
fixup for bsc: add TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg
Change-Id: Icba4df8d28982e5b61512002e2b5fb15b7860114 --- M bsc/BSC_Tests.ttcn 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified neels: Looks good to me, approved
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn index cd0bb96..5b7243b 100644 --- a/bsc/BSC_Tests.ttcn +++ b/bsc/BSC_Tests.ttcn @@ -11257,6 +11257,8 @@ 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() ); }
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.