<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13236">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BSC_Tests: fix TC_assignment_codec_amr_f/h<br><br>The testcase TC_assignment_codec_amr_f uses a combination of S-Bits that<br>has S1 which configures a set of four rates at once. This is quite a<br>complex situation and since the BSC was upgraded with new features<br>affecting the behavior in this special case lets implify this testcase<br>for now.<br><br>depends: osmo-bsc Ie52376b51fe07ed07056e8df2e9557293ff67a78<br>Change-Id: Ibf730f76947cdeed23eb3119167450e3b7a9b314<br>Related: SYS#4470<br>---<br>M bsc/BSC_Tests.ttcn<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/36/13236/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn</span><br><span>index 5d8f375..58001e5 100644</span><br><span>--- a/bsc/BSC_Tests.ttcn</span><br><span>+++ b/bsc/BSC_Tests.ttcn</span><br><span>@@ -2045,7 +2045,7 @@</span><br><span>     };</span><br><span> </span><br><span>       pars.ass_codec_list := valueof(ts_BSSMAP_IE_CodecList({ts_CodecAMR_F}));</span><br><span style="color: hsl(0, 100%, 40%);">-        pars.ass_codec_list.codecElements[0].s0_7 := '00000110'B;</span><br><span style="color: hsl(120, 100%, 40%);">+     pars.ass_codec_list.codecElements[0].s0_7 := '00000100'B; /* 5,90k */</span><br><span>        pars.ass_codec_list.codecElements[0].s8_15 := '01010111'B;</span><br><span>   pars.expect_mr_conf_ie := mr_conf;</span><br><span> </span><br><span>@@ -2069,7 +2069,7 @@</span><br><span>       };</span><br><span> </span><br><span>       pars.ass_codec_list := valueof(ts_BSSMAP_IE_CodecList({ts_CodecAMR_H}));</span><br><span style="color: hsl(0, 100%, 40%);">-        pars.ass_codec_list.codecElements[0].s0_7 := '00000110'B;</span><br><span style="color: hsl(120, 100%, 40%);">+     pars.ass_codec_list.codecElements[0].s0_7 := '00000100'B; /* 5,90k */</span><br><span>        pars.ass_codec_list.codecElements[0].s8_15 := '00000111'B;</span><br><span>   pars.expect_mr_conf_ie := mr_conf;</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13236">change 13236</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/13236"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ibf730f76947cdeed23eb3119167450e3b7a9b314 </div>
<div style="display:none"> Gerrit-Change-Number: 13236 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>