<p>Patch set 4:<span style="border-radius: 3px; display: inline-block; margin: 0 2px; padding: 4px;background-color: #ffd4d4;">Code-Review -1</span></p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/17221">View Change</a></p><p>10 comments:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/17221/4/include/osmo-bts/scheduler_backend.h">File include/osmo-bts/scheduler_backend.h:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/c/osmo-bts/+/17221/4/include/osmo-bts/scheduler_backend.h@57">Patch Set #4, Line 57:</a> <code style="font-family:monospace,monospace">                         uint8_t is_sub);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">bool</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/17221/4/src/common/scheduler.c">File src/common/scheduler.c:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/c/osmo-bts/+/17221/4/src/common/scheduler.c@743">Patch Set #4, Line 743:</a> <code style="font-family:monospace,monospace">                          uint8_t is_sub)</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">bool is_sub</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/c/osmo-bts/+/17221/4/src/common/scheduler.c@762">Patch Set #4, Line 762:</a> <code style="font-family:monospace,monospace">      l1sap->u.tch.is_sub = is_sub & 1;</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">since it's a bool ,simply assign.</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/17221/4/src/osmo-bts-trx/scheduler_trx.c">File src/osmo-bts-trx/scheduler_trx.c:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/c/osmo-bts/+/17221/4/src/osmo-bts-trx/scheduler_trx.c@1143">Patch Set #4, Line 1143:</a> <code style="font-family:monospace,monospace"> uint8_t is_sub = 0;</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">bool is_sub = false;</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/c/osmo-bts/+/17221/4/src/osmo-bts-trx/scheduler_trx.c@1210">Patch Set #4, Line 1210:</a> <code style="font-family:monospace,monospace">                 * voce frame after the AFS_ONSET frame actually is the first</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">typo: voce -> voice</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/c/osmo-bts/+/17221/4/src/osmo-bts-trx/scheduler_trx.c@1211">Patch Set #4, Line 1211:</a> <code style="font-family:monospace,monospace">             * real voice frame that is will also result into an RTP frame. */</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">"that is will also" I don't understand this, please fix.</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/c/osmo-bts/+/17221/4/src/osmo-bts-trx/scheduler_trx.c@1228">Patch Set #4, Line 1228:</a> <code style="font-family:monospace,monospace">                       is_sub = 1;</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">is_sub = true</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/c/osmo-bts/+/17221/4/src/osmo-bts-trx/scheduler_trx.c@1250">Patch Set #4, Line 1250:</a> <code style="font-family:monospace,monospace">                       if (chan_state->amr_last_dtx == AMR_OTHER)</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">either <br>"if {} else {}"<br>or<br>" if else "</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/c/osmo-bts/+/17221/4/src/osmo-bts-trx/scheduler_trx.c@1382">Patch Set #4, Line 1382:</a> <code style="font-family:monospace,monospace">     uint8_t is_sub = 0;</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">bool</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/c/osmo-bts/+/17221/4/src/osmo-bts-trx/scheduler_trx.c@1497">Patch Set #4, Line 1497:</a> <code style="font-family:monospace,monospace">                        if (chan_state->amr_last_dtx == AMR_OTHER)</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">either <br>"if {} else {}"<br>or<br>" if else "</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/17221">change 17221</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/+/17221"/><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: I5afe730fff2fa3199a5913b0de4f5c7b23a39f31 </div>
<div style="display:none"> Gerrit-Change-Number: 17221 </div>
<div style="display:none"> Gerrit-PatchSet: 4 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@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: 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-Comment-Date: Wed, 22 Apr 2020 12:07:24 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-Has-Labels: Yes </div>
<div style="display:none"> Gerrit-MessageType: comment </div>