<p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/21014">View Change</a></p><p>2 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/+/21014/5/src/common/l1sap.c">File src/common/l1sap.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/+/21014/5/src/common/l1sap.c@932">Patch Set #5, Line 932:</a> <code style="font-family:monospace,monospace">2715648</code></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">I'm sure we have some proper defines or macros related to that and we should not resort to magic num […]</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">Indeed, I even mentioned them in my previous comments. This:</p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">  (msg.fn + 8) % 2715648 <= fn</pre><p style="white-space: pre-wrap; word-wrap: break-word;">could be done with:</p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">  GSM_TDMA_FN_SUM(msg.fn, 8) <= fn.</pre><p style="white-space: pre-wrap; word-wrap: break-word;">Or the whole condition can be rewritten (not sure, please re-check):</p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">  GSM_TDMA_FN_SUB(fn, msg.fn) >= 8.</pre><p style="white-space: pre-wrap; word-wrap: break-word;">The last variant looks cleaner and closer to what the specs. require to me.</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/21014/5/src/common/vty.c">File src/common/vty.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/+/21014/5/src/common/vty.c@805">Patch Set #5, Line 805:</a> <code style="font-family:monospace,monospace">         "facch-repetition",</code></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">why would we ant to have a configuration item for that in the BTS?  Shouldn't it be the policy of th […]</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">Ack</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/21014">change 21014</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/+/21014"/><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: I72f0cf7eaaef9f80fc35e752c90ae0e2d24d0c75 </div>
<div style="display:none"> Gerrit-Change-Number: 21014 </div>
<div style="display:none"> Gerrit-PatchSet: 5 </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-CC: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-CC: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Comment-Date: Thu, 12 Nov 2020 02:52:19 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-Has-Labels: No </div>
<div style="display:none"> Comment-In-Reply-To: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: comment </div>