<p>pespin <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/25434">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ta_control: Allow switching TA quicker<br><br>From TS 45.010 5.6.1 (delay tracking for circuit switched channels):<br>"""<br>Restricting the change in timing advance to 1 symbol period at a time<br>gives the simplest implementation of the BTS.  However the BTS may use<br>a larger change than this but great care must then be used in the BTS design.<br>"""<br><br>In general 1 TA at a time (every 480ms of SACCH block) should be enough,<br>since section 5.6.3 states:<br>"""<br>The control loop for the timing advance shall be implemented in such a way that it will cope with MSs moving at a<br>speed up to 500 km/h<br>"""<br>Which is ~140 m/s, and 1 TA step around 500m, so most of the time we<br>should be save and no steps of more than 1 TA should be required.<br>However, unlikely changes from reflected to direct signal or vice versa<br>could produce higher increments, so let's increase the maximum step size<br>allowed to 2 in order to give more room.<br><br>Change-Id: I9e48faabf3090588233e274b2b39065cf85fbec7<br>---<br>M src/common/ta_control.c<br>M tests/ta_control/ta_control_test.ok<br>2 files changed, 232 insertions(+), 232 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/34/25434/2</pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/25434">change 25434</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-bts/+/25434"/><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-Change-Id: I9e48faabf3090588233e274b2b39065cf85fbec7 </div>
<div style="display:none"> Gerrit-Change-Number: 25434 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>