<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/10695">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">measurement: fix sub frame table for TCH/H, SS1<br><br>The Table that lists the fn%104 frame number masks that define which of<br>the incoming measurements to be recognized as SUB measurements contains<br>one wrong number.<br><br>For comparison see also:<br>3GPP TS 05.08, chapter 8.3 Aspects of discontinuous transmission (DTX)<br><br>- Change 29 to 20 in ts45008_83_tch_hs1[]<br><br>Change-Id: Id3698551d94866f418e662b9fe81429b16e2621c<br>Related: OS#3502<br>---<br>M src/common/measurement.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/common/measurement.c b/src/common/measurement.c</span><br><span>index 158849d..b0ef869 100644</span><br><span>--- a/src/common/measurement.c</span><br><span>+++ b/src/common/measurement.c</span><br><span>@@ -14,7 +14,7 @@</span><br><span> /* Tables as per TS 45.008 Section 8.3 */</span><br><span> static const uint8_t ts45008_83_tch_f[] = { 52, 53, 54, 55, 56, 57, 58, 59 };</span><br><span> static const uint8_t ts45008_83_tch_hs0[] = { 0, 2, 4, 6, 52, 54, 56, 58 };</span><br><span style="color: hsl(0, 100%, 40%);">-static const uint8_t ts45008_83_tch_hs1[] = { 14, 16, 18, 29, 66, 68, 70, 72 };</span><br><span style="color: hsl(120, 100%, 40%);">+static const uint8_t ts45008_83_tch_hs1[] = { 14, 16, 18, 20, 66, 68, 70, 72 };</span><br><span> </span><br><span> /* find out if an array contains a given key as element */</span><br><span> #define ARRAY_CONTAINS(arr, val) array_contains(arr, ARRAY_SIZE(arr), val)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/10695">change 10695</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/10695"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bts </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: Id3698551d94866f418e662b9fe81429b16e2621c </div>
<div style="display:none"> Gerrit-Change-Number: 10695 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>