Change in osmo-ttcn3-hacks[master]: bsc: Disable TC_assignment_fr_a5_1_codec_missing for SCCPlite

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Fri May 25 18:57:55 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/9326 )

Change subject: bsc: Disable TC_assignment_fr_a5_1_codec_missing for SCCPlite
......................................................................

bsc: Disable TC_assignment_fr_a5_1_codec_missing for SCCPlite

In SCCPlite, the codec list is always missing, and that's the
successful situation, not a failure case.  Let's run this test
only in AoIP scenarios.

Related: OS#2544
Change-Id: I01db7628c2b1c58419d544fc6fa311b9d9b59fb9
---
M bsc/BSC_Tests.ttcn
1 file changed, 3 insertions(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index cdc64b8..936544b 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -2460,7 +2460,9 @@
 	execute( TC_assignment_sign() );
 	execute( TC_assignment_fr_a5_0() );
 	execute( TC_assignment_fr_a5_1() );
-	execute( TC_assignment_fr_a5_1_codec_missing() );
+	if (mp_bssap_cfg.transport == BSSAP_TRANSPORT_AoIP) {
+		execute( TC_assignment_fr_a5_1_codec_missing() );
+	}
 	execute( TC_assignment_fr_a5_3() );
 	execute( TC_assignment_fr_a5_4() );
 	execute( TC_ciph_mode_a5_0() );

-- 
To view, visit https://gerrit.osmocom.org/9326
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I01db7628c2b1c58419d544fc6fa311b9d9b59fb9
Gerrit-Change-Number: 9326
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180525/b919645d/attachment.htm>


More information about the gerrit-log mailing list