<p>Harald Welte has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14345">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">RSL_Types: Fix definition of RLL ERROR INDICATION<br><br>This message uses the "RLM Cause IE" and not the "Cause IE"<br><br>Change-Id: If3b92ab475817922c05c9af691d9f79da33804ac<br>---<br>M library/RSL_Types.ttcn<br>1 file changed, 5 insertions(+), 4 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/45/14345/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 588dc4b..456d6d2 100644</span><br><span>--- a/library/RSL_Types.ttcn</span><br><span>+++ b/library/RSL_Types.ttcn</span><br><span>@@ -987,23 +987,24 @@</span><br><span> </span><br><span>        /* 8.3.3 BTS -> BSC */</span><br><span>    template (value) RSL_Message ts_RSL_ERROR_IND(template (value) RslChannelNr chan_nr,</span><br><span style="color: hsl(0, 100%, 40%);">-                                                  template (value) RslLinkId link_id, RSL_Cause cause) := {</span><br><span style="color: hsl(120, 100%, 40%);">+                                                     template (value) RslLinkId link_id,</span><br><span style="color: hsl(120, 100%, 40%);">+                                                   template (value) octetstring rlm_cause) := {</span><br><span>           msg_disc := ts_RSL_MsgDisc(RSL_MDISC_RLL, false),</span><br><span>            msg_type := RSL_MT_ERROR_IND,</span><br><span>                ies :={</span><br><span>                      t_RSL_IE(RSL_IE_CHAN_NR, RSL_IE_Body:{chan_nr := chan_nr}),</span><br><span>                  t_RSL_IE(RSL_IE_LINK_IDENT, RSL_IE_Body:{link_id := link_id}),</span><br><span style="color: hsl(0, 100%, 40%);">-                  t_RSL_IE(RSL_IE_CAUSE, RSL_IE_Body:{cause := ts_RSL_IE_Cause(cause)})</span><br><span style="color: hsl(120, 100%, 40%);">+                 t_RSL_IE(RSL_IE_CAUSE, RSL_IE_Body:{rlm_cause := ts_RSL_LV(rlm_cause)})</span><br><span>              }</span><br><span>    }</span><br><span>    template RSL_Message tr_RSL_ERROR_IND(template RslChannelNr chan_nr, template RslLinkId link_id,</span><br><span style="color: hsl(0, 100%, 40%);">-                                                template RSL_Cause cause := ?) := {</span><br><span style="color: hsl(120, 100%, 40%);">+                                         template octetstring rlm_cause := ?) := {</span><br><span>              msg_disc := tr_RSL_MsgDisc(RSL_MDISC_RLL, false),</span><br><span>            msg_type := RSL_MT_ERROR_IND,</span><br><span>                ies :={</span><br><span>                      tr_RSL_IE(RSL_IE_Body:{chan_nr := chan_nr}),</span><br><span>                         tr_RSL_IE(RSL_IE_Body:{link_id := link_id}),</span><br><span style="color: hsl(0, 100%, 40%);">-                    tr_RSL_IE(RSL_IE_Body:{cause := tr_RSL_IE_Cause(cause)})</span><br><span style="color: hsl(120, 100%, 40%);">+                      tr_RSL_IE(RSL_IE_Body:{rlm_cause := tr_RSL_LV(rlm_cause)})</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/c/osmo-ttcn3-hacks/+/14345">change 14345</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/c/osmo-ttcn3-hacks/+/14345"/><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-Change-Id: If3b92ab475817922c05c9af691d9f79da33804ac </div>
<div style="display:none"> Gerrit-Change-Number: 14345 </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-MessageType: newchange </div>