<p><a href="https://gerrit.osmocom.org/11932">View Change</a></p><p>3 comments:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.osmocom.org/#/c/11932/1/src/osmo-bts-trx/trx_if.h">File src/osmo-bts-trx/trx_if.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/11932/1/src/osmo-bts-trx/trx_if.h@15">Patch Set #1, Line 15:</a> <code style="font-family:monospace,monospace">void</code></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">Why void? Why not 'trx_if_cmd_setslot_cb *cb'?</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">Because it's a generic cb pointer, which can be used by kind of message later on. As I'm extending this kind of RSP checks, I foresee that I'll need more callbacks in the future for similar stuff than added in this commit. It's far more extensible (yet without adding complexity) having a callback set per message instead of global one or per type or whatever.</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.osmocom.org/#/c/11932/1/src/osmo-bts-trx/trx_if.c">File src/osmo-bts-trx/trx_if.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/11932/1/src/osmo-bts-trx/trx_if.c@199">Patch Set #1, Line 199:</a> <code style="font-family:monospace,monospace">trx_ctrl_cmd</code></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">I would rather introduce a new symbol, e.g. trx_ctrl_cmd_cb().</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">that makes no sense since here the cb is per message and the trx_ctrl_msg is created inside the function and not returned, so here is fine.</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/#/c/11932/1/src/osmo-bts-trx/trx_if.c@259">Patch Set #1, Line 259:</a> <code style="font-family:monospace,monospace">NULL</code></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">... so this would allow to avoid passing NULL everywhere.</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">I foresee expanding cb use in the future, so it makes sense to keep it like this.</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.osmocom.org/11932">change 11932</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/11932"/><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-MessageType: comment </div>
<div style="display:none"> Gerrit-Change-Id: I888de761b65c3ea8bfe623fcf009f3b2b57c926c </div>
<div style="display:none"> Gerrit-Change-Number: 11932 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>
<div style="display:none"> Gerrit-Reviewer: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Vadim Yanitskiy <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Comment-Date: Mon, 26 Nov 2018 15:07:53 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-HasLabels: No </div>