<p>Pau Espin Pedrol has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/12196">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bsc: Fix TC_paging_resp_unsol<br><br>TC_paging_resp_unsol spent some time in gerrit before being merged. As a<br>result, other commits were merged in between the test was submitted (tested)<br>and merged. As a result, commit a5302c8151d1da2e43ed52efc0544d70bffab911<br>was merged while this test was still in gerrit and thus was not updated<br>accordingly.<br>Similar stuff happened with the osmo-bsc commit fixing the scenario this<br>test was showcasing: The osmo-bsc patch (77cd1129931928d2a6e7667d0374feeeed71b0ce)<br>had merge conflict with other osmo-bsc commits merged in-between,<br>and was merged even later than the commit introducing this TTCN3 test, so<br>failures were expected for this test for a while.<br><br>Change-Id: I933cba41912640eb7e15be4a27bda5b4dd489962<br>---<br>M bsc/BSC_Tests.ttcn<br>1 file changed, 1 insertion(+), 1 deletion(-)<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/96/12196/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 962d6c6..81cf23e 100644</span><br><span>--- a/bsc/BSC_Tests.ttcn</span><br><span>+++ b/bsc/BSC_Tests.ttcn</span><br><span>@@ -1519,7 +1519,7 @@</span><br><span>        f_ipa_tx(0, ts_RSL_EST_IND(dt.rsl_chan_nr, valueof(ts_RslLinkID_DCCH(0)), enc_PDU_ML3_MS_NW(l3)));</span><br><span> </span><br><span>       /* expect BSC to disable the channel */</span><br><span style="color: hsl(0, 100%, 40%);">- f_expect_chan_rel(0, dt.rsl_chan_nr);</span><br><span style="color: hsl(120, 100%, 40%);">+ f_expect_chan_rel(0, dt.rsl_chan_nr, expect_rll_rel_req := false);</span><br><span>   setverdict(pass);</span><br><span> </span><br><span> }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12196">change 12196</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/12196"/><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: I933cba41912640eb7e15be4a27bda5b4dd489962 </div>
<div style="display:none"> Gerrit-Change-Number: 12196 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>