<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21094">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">RLCMAC_CSN1: Fix missing padding zero bits in UlAckNackEgprs<br><br>Se 3GPP TS 44.060 Table 11.2.28.1<br><br>Change-Id: Iee04f39b43dc42efb9c2d96c46ff8e496664594a<br>---<br>M library/RLCMAC_CSN1_Templates.ttcn<br>M library/RLCMAC_CSN1_Types.ttcn<br>2 files changed, 2 insertions(+), 0 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/94/21094/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/RLCMAC_CSN1_Templates.ttcn b/library/RLCMAC_CSN1_Templates.ttcn</span><br><span>index 21a7c46..727d4b8 100644</span><br><span>--- a/library/RLCMAC_CSN1_Templates.ttcn</span><br><span>+++ b/library/RLCMAC_CSN1_Templates.ttcn</span><br><span>@@ -196,6 +196,7 @@</span><br><span>        };</span><br><span> </span><br><span>       template UlAckNackEgprs tr_UlAckNackEgprs(template GprsTlli tlli := *) := {</span><br><span style="color: hsl(120, 100%, 40%);">+           msg_excape := '00'B,</span><br><span>                 ch_coding_cmd := ?,</span><br><span>          resegment := ?,</span><br><span>              preemptive_tx := ?,</span><br><span>diff --git a/library/RLCMAC_CSN1_Types.ttcn b/library/RLCMAC_CSN1_Types.ttcn</span><br><span>index 5ef7c44..1ffb85b 100644</span><br><span>--- a/library/RLCMAC_CSN1_Types.ttcn</span><br><span>+++ b/library/RLCMAC_CSN1_Types.ttcn</span><br><span>@@ -482,6 +482,7 @@</span><br><span>               variant (cont_res_tlli) "BYTEORDER(first)"</span><br><span>         };</span><br><span>   type record UlAckNackEgprs {</span><br><span style="color: hsl(120, 100%, 40%);">+          BIT2                    msg_excape ('00'B),</span><br><span>          EgprsChCodingCommand    ch_coding_cmd,</span><br><span>               BIT1                    resegment,</span><br><span>           BIT1                    preemptive_tx,</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21094">change 21094</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/+/21094"/><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: Iee04f39b43dc42efb9c2d96c46ff8e496664594a </div>
<div style="display:none"> Gerrit-Change-Number: 21094 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>