Change in osmo-ttcn3-hacks[master]: bsc: add tests with nonzero AMR start-mode

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/.

laforge gerrit-no-reply at lists.osmocom.org
Tue Dec 1 11:54:08 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21374 )

Change subject: bsc: add tests with nonzero AMR start-mode
......................................................................

bsc: add tests with nonzero AMR start-mode

This test shows that in current osmo-bsc, the start-mode fails to
propagate to the MultiRate Config IE, the only start-mode so far has
always been zero.

Change-Id: I75515baf8cda04567cad8a93c5aa88361c2d259f
---
M bsc/BSC_Tests.ttcn
1 file changed, 12 insertions(+), 0 deletions(-)

Approvals:
  laforge: Looks good to me, but someone else must approve
  pespin: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 7c12559..2695ce2 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -3933,6 +3933,16 @@
 		start_mode := "auto");
 }
 
+testcase TC_assignment_codec_amr_f_start_mode_4() runs on test_CT {
+	f_TC_assignment_codec_amr(true, '2b9520882208'O, '11111111'B, '00000010'B,
+		start_mode := "4");
+}
+
+testcase TC_assignment_codec_amr_h_start_mode_4() runs on test_CT {
+	f_TC_assignment_codec_amr(false, '2b15208820'O, '10010101'B, '00010101'B,
+		start_mode := "4");
+}
+
 private function f_disable_all_tch_f() runs on test_CT {
 	f_vty_transceive(BSCVTY, "bts 0 trx 0 timeslot 1 sub-slot 0 borken");
 	f_vty_transceive(BSCVTY, "bts 0 trx 0 timeslot 2 sub-slot 0 borken");
@@ -8451,6 +8461,8 @@
 		execute( TC_assignment_codec_amr_h_S7() );
 		execute( TC_assignment_codec_amr_f_start_mode_auto() );
 		execute( TC_assignment_codec_amr_h_start_mode_auto() );
+		execute( TC_assignment_codec_amr_f_start_mode_4() );
+		execute( TC_assignment_codec_amr_h_start_mode_4() );
 		execute( TC_assignment_codec_amr_startmode_cruft() );
 	}
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21374
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I75515baf8cda04567cad8a93c5aa88361c2d259f
Gerrit-Change-Number: 21374
Gerrit-PatchSet: 3
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201201/6a303663/attachment.htm>


More information about the gerrit-log mailing list