<p>Vadim Yanitskiy has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/11209">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">library/RSL_Types.ttcn: expect any l3_info for 'tr_RSL_UNITDATA_*' by default<br><br>This is quite useful when one needs to expect an RSL UNITDATA<br>message with any payload. Let's set 'l3_info' to '?' by default,<br>like it's already done for 'ts_RSL_DATA_*'.<br><br>Change-Id: I45260343b34d8d054e7efa72de11dd4cb510a8cc<br>---<br>M library/RSL_Types.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/09/11209/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 5afabe1..cd4ba58 100644</span><br><span>--- a/library/RSL_Types.ttcn</span><br><span>+++ b/library/RSL_Types.ttcn</span><br><span>@@ -1062,7 +1062,7 @@</span><br><span>     }</span><br><span>    template RSL_Message tr_RSL_UNITDATA_REQ(template RslChannelNr chan_nr,</span><br><span>                                               template RslLinkId link_id,</span><br><span style="color: hsl(0, 100%, 40%);">-                                             template octetstring l3_info)</span><br><span style="color: hsl(120, 100%, 40%);">+                                                 template octetstring l3_info := ?)</span><br><span>  modifies tr_RSL_DATA_REQ := {</span><br><span>                msg_type := RSL_MT_UNIT_DATA_REQ</span><br><span>     }</span><br><span>@@ -1077,7 +1077,7 @@</span><br><span>    }</span><br><span>    template RSL_Message tr_RSL_UNITDATA_IND(template RslChannelNr chan_nr,</span><br><span>                                               template RslLinkId link_id,</span><br><span style="color: hsl(0, 100%, 40%);">-                                             template octetstring l3_info)</span><br><span style="color: hsl(120, 100%, 40%);">+                                                 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><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/11209">change 11209</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/11209"/><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: I45260343b34d8d054e7efa72de11dd4cb510a8cc </div>
<div style="display:none"> Gerrit-Change-Number: 11209 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Vadim Yanitskiy <axilirator@gmail.com> </div>