<p>Vadim Yanitskiy has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/11208">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">library/RSL_Types.ttcn: fix inadequate template restriction<br><br>The 'tr_RSL_UNITDATA_IND' is a 'response' template, so there<br>is no reason to restrict 'link_id' to any obvious value.<br><br>Change-Id: I29ac0a2828b565baa1d2f3ac0a922bc441378f94<br>---<br>M library/RSL_Types.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/08/11208/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/RSL_Types.ttcn b/library/RSL_Types.ttcn</span><br><span>index 7992132..5afabe1 100644</span><br><span>--- a/library/RSL_Types.ttcn</span><br><span>+++ b/library/RSL_Types.ttcn</span><br><span>@@ -1076,7 +1076,7 @@</span><br><span>               msg_type := RSL_MT_UNIT_DATA_IND</span><br><span>     }</span><br><span>    template RSL_Message tr_RSL_UNITDATA_IND(template RslChannelNr chan_nr,</span><br><span style="color: hsl(0, 100%, 40%);">-                                          template (value) RslLinkId link_id,</span><br><span style="color: hsl(120, 100%, 40%);">+                                           template RslLinkId link_id,</span><br><span>                                                  template octetstring l3_info)</span><br><span>       modifies tr_RSL_DATA_IND := {</span><br><span>                msg_type := RSL_MT_UNIT_DATA_IND</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/11208">change 11208</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/11208"/><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: I29ac0a2828b565baa1d2f3ac0a922bc441378f94 </div>
<div style="display:none"> Gerrit-Change-Number: 11208 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Vadim Yanitskiy <axilirator@gmail.com> </div>