<p>fixeria <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26110">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">library/RSL_Types: add missing RSL_IE_OSMO_REP_ACCH_CAP<br><br>Change-Id: I198cbfd176e41c55f67d625d9587ba5b6062f0c4<br>Related: SYS#5114<br>---<br>M library/RSL_Types.ttcn<br>1 file changed, 13 insertions(+), 0 deletions(-)<br><br></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 aa206a3..3ac40ce 100644</span><br><span>--- a/library/RSL_Types.ttcn</span><br><span>+++ b/library/RSL_Types.ttcn</span><br><span>@@ -220,6 +220,7 @@</span><br><span>              RSL_IE_TFO_STATUS               ('00111011'B),</span><br><span>               RSL_IE_LLP_APDU                 ('00111100'B),</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+            RSL_IE_OSMO_REP_ACCH_CAP        ('01100000'B),</span><br><span>               RSL_IE_OSMO_TRAINING_SEQUENCE   ('01100001'B),</span><br><span> </span><br><span>           /* ip.access */</span><br><span>@@ -873,6 +874,16 @@</span><br><span>               uint8_t                 tsc</span><br><span>  } with { variant (len) "LENGTHTO(tsc_set,tsc)" }</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+        type record RSL_IE_OSMO_RepAcchCap {</span><br><span style="color: hsl(120, 100%, 40%);">+          uint8_t                 len,</span><br><span style="color: hsl(120, 100%, 40%);">+          BIT1                    rfu ('0'B),</span><br><span style="color: hsl(120, 100%, 40%);">+           uint3_t                 rxqual,</span><br><span style="color: hsl(120, 100%, 40%);">+               boolean                 ul_sacch,</span><br><span style="color: hsl(120, 100%, 40%);">+             boolean                 dl_sacch,</span><br><span style="color: hsl(120, 100%, 40%);">+             boolean                 dl_facch_all,</span><br><span style="color: hsl(120, 100%, 40%);">+         boolean                 dl_facch_cmd</span><br><span style="color: hsl(120, 100%, 40%);">+  } with { variant (len) "LENGTHTO(rfu,rxqual,ul_sacch,dl_sacch,dl_facch_all,dl_facch_cmd)" }</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>      /* union of all IE bodies */</span><br><span>         type union RSL_IE_Body {</span><br><span>             RslChannelNr            chan_nr,</span><br><span>@@ -927,6 +938,7 @@</span><br><span>               RSL_IE_IPA_SpeechMode   ipa_speech_mode,</span><br><span> </span><br><span>                 RSL_IE_OSMO_TrainingSequence osmo_training_sequence,</span><br><span style="color: hsl(120, 100%, 40%);">+          RSL_IE_OSMO_RepAcchCap  rep_acch_cap,</span><br><span> </span><br><span>            RSL_LV          other</span><br><span>        }</span><br><span>@@ -989,6 +1001,7 @@</span><br><span>                                     ipa_speech_mode, iei = RSL_IE_IPAC_SPEECH_MODE;</span><br><span> </span><br><span>                                  osmo_training_sequence, iei = RSL_IE_OSMO_TRAINING_SEQUENCE;</span><br><span style="color: hsl(120, 100%, 40%);">+                                  rep_acch_cap, iei = RSL_IE_OSMO_REP_ACCH_CAP;</span><br><span> </span><br><span>                                    other, OTHERWISE;</span><br><span>            )" };</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26110">change 26110</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/+/26110"/><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: I198cbfd176e41c55f67d625d9587ba5b6062f0c4 </div>
<div style="display:none"> Gerrit-Change-Number: 26110 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>