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

neels gerrit-no-reply at lists.osmocom.org
Thu Nov 26 03:01:55 UTC 2020


neels has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/74/21374/1

diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 0332918..d5f78a0 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -3932,6 +3932,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");
@@ -8450,6 +8460,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: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201126/44a37ebd/attachment.htm>


More information about the gerrit-log mailing list