<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15621">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">library/GSM_RR_Types.ttcn: fix 'presence' in tr_PacketUlSglAssign<br><br>According to 3GPP TS 44.018, section 10.5.2.16 "IA Rest Octets",<br>the first bit of Packet Uplink Assignment defines whether it is<br>a dynamic (1) or single block (0) allocation.<br><br>Change-Id: If2bee9b1b065fcfedd0e57a6487040cefe2e50c5<br>---<br>M library/GSM_RR_Types.ttcn<br>1 file changed, 1 insertion(+), 1 deletion(-)<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/21/15621/1</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 70009ac..7351cdf 100644</span><br><span>--- a/library/GSM_RR_Types.ttcn</span><br><span>+++ b/library/GSM_RR_Types.ttcn</span><br><span>@@ -805,7 +805,7 @@</span><br><span>   };</span><br><span> </span><br><span>       template PacketUlAssign tr_PacketUlSglAssign := {</span><br><span style="color: hsl(0, 100%, 40%);">-               presence := '1'B, /* Single Block Assignment */</span><br><span style="color: hsl(120, 100%, 40%);">+               presence := '0'B, /* Single Block Assignment */</span><br><span>              dynamic := omit,</span><br><span>             single := {</span><br><span>                  alpha_present := ?,</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15621">change 15621</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/+/15621"/><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: If2bee9b1b065fcfedd0e57a6487040cefe2e50c5 </div>
<div style="display:none"> Gerrit-Change-Number: 15621 </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>