<p>daniel has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/17766">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">osmo-bts-trx: Change default for clock_advance to 3<br><br>osmotrx fn-advance (which is the clock_advance variable here) and<br>osmotrx rtx-advance together make up the minimum delay the BTS can react<br>to a channel request, etc.<br><br>The default of 25 are around 115ms which is clearly too much. With<br>modern hardware and using SCHED_RR a lower value should not be an issue.<br><br>Fixes: OS#4487<br>Fixes: SYS#4885<br>Change-Id: I7da3d0948f38e12342fb714b29f8edc5e9d0933d<br>Related: SYS#4881<br>---<br>M src/osmo-bts-trx/main.c<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-bts refs/changes/66/17766/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bts-trx/main.c b/src/osmo-bts-trx/main.c</span><br><span>index ab0472e..7e71236 100644</span><br><span>--- a/src/osmo-bts-trx/main.c</span><br><span>+++ b/src/osmo-bts-trx/main.c</span><br><span>@@ -134,7 +134,7 @@</span><br><span>   plink->u.osmotrx.remote_ip = talloc_strdup(plink, "127.0.0.1");</span><br><span>         plink->u.osmotrx.base_port_local = 5800;</span><br><span>  plink->u.osmotrx.base_port_remote = 5700;</span><br><span style="color: hsl(0, 100%, 40%);">-    plink->u.osmotrx.clock_advance = 20;</span><br><span style="color: hsl(120, 100%, 40%);">+       plink->u.osmotrx.clock_advance = 3;</span><br><span>       plink->u.osmotrx.rts_advance = 5;</span><br><span>         /* attempt use newest TRXD version by default: */</span><br><span>    plink->u.osmotrx.trxd_hdr_ver_max = TRX_DATA_FORMAT_VER;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/17766">change 17766</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/+/17766"/><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: I7da3d0948f38e12342fb714b29f8edc5e9d0933d </div>
<div style="display:none"> Gerrit-Change-Number: 17766 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: daniel <dwillmann@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>