neels has uploaded this change for review.

View Change

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() );
}

To view, visit change 27244. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Icba4df8d28982e5b61512002e2b5fb15b7860114
Gerrit-Change-Number: 27244
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr@sysmocom.de>
Gerrit-MessageType: newchange