<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18184">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">library: fix t_RLCMAC_DlMacH: RRBP is always present<br><br>This template is not (yet) used anywhere, but let's fix it<br>anyway to avoid possible confusion.<br><br>Change-Id: Ic819f2b0eb292170de73abc7e200d79fcf02a76c<br>Signed-off-by: Vadim Yanitskiy <axilirator@gmail.com><br>---<br>M library/RLCMAC_Templates.ttcn<br>1 file changed, 5 insertions(+), 3 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/84/18184/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/RLCMAC_Templates.ttcn b/library/RLCMAC_Templates.ttcn</span><br><span>index bcd2b23..f2945eb 100644</span><br><span>--- a/library/RLCMAC_Templates.ttcn</span><br><span>+++ b/library/RLCMAC_Templates.ttcn</span><br><span>@@ -356,11 +356,13 @@</span><br><span>          }</span><br><span>    }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-   template DlMacHeader t_RLCMAC_DlMacH(template MacPayloadType pt, template MacRrbp rrbp, template</span><br><span style="color: hsl(0, 100%, 40%);">-uint3_t usf) := {</span><br><span style="color: hsl(120, 100%, 40%);">+     template DlMacHeader t_RLCMAC_DlMacH(template (present) MacPayloadType pt,</span><br><span style="color: hsl(120, 100%, 40%);">+                                         template (present) boolean rrbp_valid,</span><br><span style="color: hsl(120, 100%, 40%);">+                                        template (present) MacRrbp rrbp,</span><br><span style="color: hsl(120, 100%, 40%);">+                                      template (present) uint3_t usf) := {</span><br><span>            payload_type := pt,</span><br><span>          rrbp := rrbp,</span><br><span style="color: hsl(0, 100%, 40%);">-           rrbp_valid := ispresent(rrbp),</span><br><span style="color: hsl(120, 100%, 40%);">+                rrbp_valid := rrbp_valid,</span><br><span>            usf := usf</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/+/18184">change 18184</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/+/18184"/><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: Ic819f2b0eb292170de73abc7e200d79fcf02a76c </div>
<div style="display:none"> Gerrit-Change-Number: 18184 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>