<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/9541">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BSC_Tests: ensure different RA+FN in *_does_not_cause_bssmap_reset()<br><br>For each of the SCCP/BSSMAP connections we create, let's make sure we<br>use a different RA and frame number, to make sure the test is more<br>realistic, and to aid any debugging.<br><br>Change-Id: I35540979c38d46f03702812e93742d7db772c533<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;"><span>diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn</span><br><span>index f99d46b..fc221f2 100644</span><br><span>--- a/bsc/BSC_Tests.ttcn</span><br><span>+++ b/bsc/BSC_Tests.ttcn</span><br><span>@@ -2054,7 +2054,7 @@</span><br><span>                /* Setup a BSSAP connection and clear it right away. This is</span><br><span>                  * the MSC telling the BSC about a planned release, it's not an</span><br><span>           * erratic loss of a connection. */</span><br><span style="color: hsl(0, 100%, 40%);">-             dt := f_est_dchan('23'O, 23, '00010203040506'O);</span><br><span style="color: hsl(120, 100%, 40%);">+              dt := f_est_dchan(int2oct(i,1), 23+i, '00010203040506'O);</span><br><span> </span><br><span>                /* MSC disconnects (RLSD). */</span><br><span>                BSSAP.send(ts_BSSAP_DISC_req(dt.sccp_conn_id, 0));</span><br><span>@@ -2099,7 +2099,7 @@</span><br><span>           /* Setup a BSSAP connection and clear it right away. This is</span><br><span>                  * the MSC telling the BSC about a planned release, it's not an</span><br><span>           * erratic loss of a connection. */</span><br><span style="color: hsl(0, 100%, 40%);">-             dt := f_est_dchan('23'O, 23, '00010203040506'O);</span><br><span style="color: hsl(120, 100%, 40%);">+              dt := f_est_dchan(int2oct(i,1), 23+i, '00010203040506'O);</span><br><span> </span><br><span>                /* Instruct BSC to clear channel */</span><br><span>          BSSAP.send(ts_BSSAP_DATA_req(dt.sccp_conn_id, ts_BSSMAP_ClearCommand(cause)));</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9541">change 9541</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/9541"/><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: merged </div>
<div style="display:none"> Gerrit-Change-Id: I35540979c38d46f03702812e93742d7db772c533 </div>
<div style="display:none"> Gerrit-Change-Number: 9541 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>