<p>fixeria <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15678">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  fixeria: 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;">PCUIF_RAW_Components.ttcn: ClckGen_CT: fix PTCCH event handling<br><br>Both TDMA_EV_PTCCH_DL_BLOCK and TDMA_EV_PTCCH_UL_BURST events may<br>happen together during the same TDMA frame (fn % 104 == 90). We<br>shall not skip TDMA_EV_PTCCH_UL_BURST. Let's fix this.<br><br>Change-Id: Ifc66d5d1c5f9eaa7bed6882105298c45257ebef0<br>---<br>M pcu/PCUIF_RAW_Components.ttcn<br>1 file changed, 5 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/pcu/PCUIF_RAW_Components.ttcn b/pcu/PCUIF_RAW_Components.ttcn</span><br><span>index 7feeca2..465e398 100644</span><br><span>--- a/pcu/PCUIF_RAW_Components.ttcn</span><br><span>+++ b/pcu/PCUIF_RAW_Components.ttcn</span><br><span>@@ -148,11 +148,12 @@</span><br><span>           } else if (fn13 == 3 or fn13 == 7 or fn13 == 11) {</span><br><span>                   /* 4/4 bursts of a PDTCH block on both Uplink and Downlink */</span><br><span>                        CLCK.send(ts_RAW_PCU_CLCK_EV(TDMA_EV_PDTCH_BLOCK_END, fn));</span><br><span style="color: hsl(0, 100%, 40%);">-             } else if (fn104 == 90) {</span><br><span style="color: hsl(0, 100%, 40%);">-                       /* 4/4 bursts of a PTCCH (Timing Advance Control) block on Downlink */</span><br><span style="color: hsl(0, 100%, 40%);">-                  CLCK.send(ts_RAW_PCU_CLCK_EV(TDMA_EV_PTCCH_DL_BLOCK, fn));</span><br><span>           } else if (fn52 == 12 or fn52 == 38) {</span><br><span style="color: hsl(0, 100%, 40%);">-                  /* One Access Burst on PTCCH/U */</span><br><span style="color: hsl(120, 100%, 40%);">+                     /* 4/4 bursts of a PTCCH (Timing Advance Control) block on Downlink */</span><br><span style="color: hsl(120, 100%, 40%);">+                        if (fn104 == 90) {</span><br><span style="color: hsl(120, 100%, 40%);">+                            CLCK.send(ts_RAW_PCU_CLCK_EV(TDMA_EV_PTCCH_DL_BLOCK, fn));</span><br><span style="color: hsl(120, 100%, 40%);">+                    }</span><br><span style="color: hsl(120, 100%, 40%);">+                     /* One Access Burst on PTCCH/U (goes 3 time-slots after PTCCH/D) */</span><br><span>                  CLCK.send(ts_RAW_PCU_CLCK_EV(TDMA_EV_PTCCH_UL_BURST, fn));</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/+/15678">change 15678</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/+/15678"/><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: Ifc66d5d1c5f9eaa7bed6882105298c45257ebef0 </div>
<div style="display:none"> Gerrit-Change-Number: 15678 </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@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>