<p>laforge <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15429">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">library/GSM_RR_Types.ttcn: fix: IA Rest Octets may have optional padding<br><br>According to 3GPP TS 04.08 (version 7.21.0), section 10.5.2.16 and<br>table 10.5.45, IA Rest Octets IE may contain spare bits. Let's add<br>an optional field 'pad' to record 'IaRestOctets'.<br><br>NOTE: somehow this change crashes my TITAN runtime:<br><br>  dec_GsmRrMessage(): Stream before decoding: '2D063F100FE3673A096B0000C800300B2B2B2B2B2B2B2B'O<br>  *** Error in `././PCU_Tests': malloc(): memory corruption: 0x000000000074a790 ***<br><br>while the recent version works just fine.<br><br>Change-Id: Ifdcdcf50709fcc03195cb8ef6092977e26f910ec<br>---<br>M library/GSM_RR_Types.ttcn<br>1 file changed, 2 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/GSM_RR_Types.ttcn b/library/GSM_RR_Types.ttcn</span><br><span>index 627f78f..f313e23 100644</span><br><span>--- a/library/GSM_RR_Types.ttcn</span><br><span>+++ b/library/GSM_RR_Types.ttcn</span><br><span>@@ -543,7 +543,8 @@</span><br><span>          IaRestOctLL     ll optional,</span><br><span>                 IaRestOctLH     lh optional,</span><br><span>                 IaRestOctHL     hl optional,</span><br><span style="color: hsl(0, 100%, 40%);">-            IaRestOctHH     hh optional</span><br><span style="color: hsl(120, 100%, 40%);">+           IaRestOctHH     hh optional,</span><br><span style="color: hsl(120, 100%, 40%);">+          bitstring       pad optional</span><br><span>         } with {</span><br><span>             variant (ll) "PRESENCE(presence = '00'B)"</span><br><span>          variant (lh) "PRESENCE(presence = '01'B)"</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15429">change 15429</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/+/15429"/><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: Ifdcdcf50709fcc03195cb8ef6092977e26f910ec </div>
<div style="display:none"> Gerrit-Change-Number: 15429 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>