neels has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/44/27244/1
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn index c599498..41e2c45 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() ); }