Change in osmo-ttcn3-hacks[master]: BSC_Tests: fix expectations in TC_assignment_codec_amr_h_start_mode_4

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

fixeria gerrit-no-reply at lists.osmocom.org
Sun Jan 3 16:08:41 UTC 2021


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21931 )


Change subject: BSC_Tests: fix expectations in TC_assignment_codec_amr_h_start_mode_4
......................................................................

BSC_Tests: fix expectations in TC_assignment_codec_amr_h_start_mode_4

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



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

diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 4444579..813c94e 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -3937,13 +3937,15 @@
 }
 
 testcase TC_assignment_codec_amr_f_start_mode_4() runs on test_CT {
+	/* "amr tch-f modes 0 2 4 7" => total 4 modes and start mode 4 => '11'B on the wire */
 	f_TC_assignment_codec_amr(true, '2b9520882208'O, '11111111'B, '00000010'B,
 		start_mode := "4");
 	f_shutdown_helper();
 }
 
 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,
+	/* "amr tch-h modes 0 2 4" => total 3 modes and start mode 4 => '10'B on the wire */
+	f_TC_assignment_codec_amr(false, '2a15208820'O, '10010101'B, '00010101'B,
 		start_mode := "4");
 	f_shutdown_helper();
 }

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21931
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: I791602a0bb56e192c9263982b9f20ac0738281a2
Gerrit-Change-Number: 21931
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210103/4e299efc/attachment.htm>


More information about the gerrit-log mailing list