<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/17260">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">cosmetic: Fix some typos with codespell<br><br>Change-Id: I1bbb4871f764816dcbba86d833194be601fa9228<br>---<br>M doc/manuals/abis/rsl.adoc<br>M src/osmo-bts-litecell15/misc/lc15bts_swd.c<br>M src/osmo-bts-oc2g/misc/oc2gbts_swd.c<br>M src/osmo-bts-trx/scheduler_trx.c<br>4 files changed, 5 insertions(+), 5 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/doc/manuals/abis/rsl.adoc b/doc/manuals/abis/rsl.adoc</span><br><span>index 4d7e430..20ee836 100644</span><br><span>--- a/doc/manuals/abis/rsl.adoc</span><br><span>+++ b/doc/manuals/abis/rsl.adoc</span><br><span>@@ -423,9 +423,9 @@</span><br><span> procedure according to <<CHANNEL_ACTIVATION>>, with these modifications:</span><br><span> </span><br><span> * The 'C-bits' part of the 'Channel Number' IE take the non-standard binary</span><br><span style="color: hsl(0, 100%, 40%);">-  value 11000 (C5 thru C1 as seen in 3GPP TS 08.58 § 9.3.1).</span><br><span style="color: hsl(120, 100%, 40%);">+  value 11000 (C5 through C1 as seen in 3GPP TS 08.58 § 9.3.1).</span><br><span> * The 'A-bits' part of the 'Activation Type' IE take the non-standard binary</span><br><span style="color: hsl(0, 100%, 40%);">-  value 1111, with an additional fourth bit (add A4 to A3 thru A1 as seen in</span><br><span style="color: hsl(120, 100%, 40%);">+  value 1111, with an additional fourth bit (add A4 to A3 through A1 as seen in</span><br><span>   3GPP TS 08.58 § 9.3.3; all remaining reserved bits as well as the 'R' bit are</span><br><span>   coded as zero).</span><br><span> * The normally mandatory 'Channel Mode' IE is omitted; none of the optional IEs</span><br><span>diff --git a/src/osmo-bts-litecell15/misc/lc15bts_swd.c b/src/osmo-bts-litecell15/misc/lc15bts_swd.c</span><br><span>index 59c7b61..eac64d6 100644</span><br><span>--- a/src/osmo-bts-litecell15/misc/lc15bts_swd.c</span><br><span>+++ b/src/osmo-bts-litecell15/misc/lc15bts_swd.c</span><br><span>@@ -161,7 +161,7 @@</span><br><span>    the value must be in the range of [0,'swd_num_events'[ (see lc15bts_swd_init).</span><br><span>    For example, if 'swd_num_events' was 64, 'swd_event' events are numbered 0 to 63.</span><br><span>    WARNING: if this function can be used from multiple threads at the same time,</span><br><span style="color: hsl(0, 100%, 40%);">-   it must be protected with a kind of mutex to avoid loosing event notification.</span><br><span style="color: hsl(120, 100%, 40%);">+   it must be protected with a kind of mutex to avoid losing event notification.</span><br><span> */</span><br><span> int lc15bts_swd_event(struct lc15bts_mgr_instance *mgr, enum mgr_swd_events swd_event)</span><br><span> {</span><br><span>diff --git a/src/osmo-bts-oc2g/misc/oc2gbts_swd.c b/src/osmo-bts-oc2g/misc/oc2gbts_swd.c</span><br><span>index 59b795a..1ccef5b 100644</span><br><span>--- a/src/osmo-bts-oc2g/misc/oc2gbts_swd.c</span><br><span>+++ b/src/osmo-bts-oc2g/misc/oc2gbts_swd.c</span><br><span>@@ -161,7 +161,7 @@</span><br><span>    the value must be in the range of [0,'swd_num_events'[ (see oc2gbts_swd_init).</span><br><span>    For example, if 'swd_num_events' was 64, 'swd_event' events are numbered 0 to 63.</span><br><span>    WARNING: if this function can be used from multiple threads at the same time,</span><br><span style="color: hsl(0, 100%, 40%);">-   it must be protected with a kind of mutex to avoid loosing event notification.</span><br><span style="color: hsl(120, 100%, 40%);">+   it must be protected with a kind of mutex to avoid losing event notification.</span><br><span> */</span><br><span> int oc2gbts_swd_event(struct oc2gbts_mgr_instance *mgr, enum mgr_swd_events swd_event)</span><br><span> {</span><br><span>diff --git a/src/osmo-bts-trx/scheduler_trx.c b/src/osmo-bts-trx/scheduler_trx.c</span><br><span>index 5abb73b..d703f7f 100644</span><br><span>--- a/src/osmo-bts-trx/scheduler_trx.c</span><br><span>+++ b/src/osmo-bts-trx/scheduler_trx.c</span><br><span>@@ -956,7 +956,7 @@</span><br><span>  }</span><br><span> </span><br><span>        /* Copy burst to buffer of 4 bursts. If the burst indication contains</span><br><span style="color: hsl(0, 100%, 40%);">-    * no data, ensure that the buffer does not stay uninitalized */</span><br><span style="color: hsl(120, 100%, 40%);">+       * no data, ensure that the buffer does not stay uninitialized */</span><br><span>    burst = *bursts_p + bid * 116;</span><br><span>       if (bi->burst_len > 0) {</span><br><span>               memcpy(burst, bi->burst + 3, 58);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/17260">change 17260</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/+/17260"/><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: I1bbb4871f764816dcbba86d833194be601fa9228 </div>
<div style="display:none"> Gerrit-Change-Number: 17260 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </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: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>