<p>daniel has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/10120">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Fail if f_streamId_by_trx() can't find a stream id<br><br>Change-Id: Ie58278edf7050254d7cdced48b4b7870e0e8d577<br>---<br>M library/RSL_Emulation.ttcn<br>1 file changed, 2 insertions(+), 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/20/10120/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/RSL_Emulation.ttcn b/library/RSL_Emulation.ttcn</span><br><span>index 3c035e9..c56c278 100644</span><br><span>--- a/library/RSL_Emulation.ttcn</span><br><span>+++ b/library/RSL_Emulation.ttcn</span><br><span>@@ -318,7 +318,8 @@</span><br><span>    case (2) { return IPAC_PROTO_RSL_TRX2; }</span><br><span>     case (3) { return IPAC_PROTO_RSL_TRX3; }</span><br><span>     }</span><br><span style="color: hsl(0, 100%, 40%);">-       self.stop;</span><br><span style="color: hsl(120, 100%, 40%);">+    setverdict(fail, "Unknown stream ID ", trx_nr);</span><br><span style="color: hsl(120, 100%, 40%);">+     mtc.stop;</span><br><span> }</span><br><span> </span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/10120">change 10120</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/10120"/><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: Ie58278edf7050254d7cdced48b4b7870e0e8d577 </div>
<div style="display:none"> Gerrit-Change-Number: 10120 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: daniel <dwillmann@sysmocom.de> </div>