dexter has uploaded this change for review. ( https://gerrit.osmocom.org/13236


Change subject: BSC_Tests: fix TC_assignment_codec_amr_f/h
......................................................................

BSC_Tests: fix TC_assignment_codec_amr_f/h

The testcase TC_assignment_codec_amr_f uses a combination of S-Bits that
has S1 which configures a set of four rates at once. This is quite a
complex situation and since the BSC was upgraded with new features
affecting the behavior in this special case lets implify this testcase
for now.

depends: osmo-bsc Ie52376b51fe07ed07056e8df2e9557293ff67a78
Change-Id: Ibf730f76947cdeed23eb3119167450e3b7a9b314
Related: SYS#4470
---
M bsc/BSC_Tests.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)



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

diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 5d8f375..58001e5 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -2045,7 +2045,7 @@
        };

        pars.ass_codec_list := valueof(ts_BSSMAP_IE_CodecList({ts_CodecAMR_F}));
-       pars.ass_codec_list.codecElements[0].s0_7 := '00000110'B;
+       pars.ass_codec_list.codecElements[0].s0_7 := '00000100'B; /* 5,90k */
        pars.ass_codec_list.codecElements[0].s8_15 := '01010111'B;
        pars.expect_mr_conf_ie := mr_conf;

@@ -2069,7 +2069,7 @@
        };

        pars.ass_codec_list := valueof(ts_BSSMAP_IE_CodecList({ts_CodecAMR_H}));
-       pars.ass_codec_list.codecElements[0].s0_7 := '00000110'B;
+       pars.ass_codec_list.codecElements[0].s0_7 := '00000100'B; /* 5,90k */
        pars.ass_codec_list.codecElements[0].s8_15 := '00000111'B;
        pars.expect_mr_conf_ie := mr_conf;


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

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibf730f76947cdeed23eb3119167450e3b7a9b314
Gerrit-Change-Number: 13236
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pma...@sysmocom.de>

Reply via email to