<p style="white-space: pre-wrap; word-wrap: break-word;">Regarding the MO: trx->mo is the "Radio carrier" managed object.  This should only be used for errors that relate to the radio carrier, which I don't any of the lines relate to.</p><p>Patch set 1:<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/13268">View Change</a></p><p>4 comments:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.osmocom.org/#/c/13268/1/src/common/bts.c">File src/common/bts.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/13268/1/src/common/bts.c@313">Patch Set #1, Line 313:</a> <code style="font-family:monospace,monospace">           oml_tx_failure_event_rep(&trx->mo, OSMO_EVT_MAJ_RSL_FAIL,</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">trx->bb_transc.mo</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.osmocom.org/#/c/13268/1/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/13268/1/src/common/l1sap.c@1367">Patch Set #1, Line 1367:</a> <code style="font-family:monospace,monospace">trx->mo</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">trx->bb_transc.mo</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.osmocom.org/#/c/13268/1/src/common/main.c">File src/common/main.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/13268/1/src/common/main.c@196">Patch Set #1, Line 196:</a> </p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;"><pre style="font-family: monospace,monospace; white-space: pre-wrap;">oml_tx_failure_event_rep(&bts->mo, OSMO_EVT_CRIT_PROC_STOP,<br>                                       "BTS: signal %d (%s) received", signal,<br>                                     strsignal(signal));<br></pre></blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">this is actually wrong.  A SIGUSR1/2 is not a terminal signal, we only use it to get an intermediate talloc report without leaving the process.  So I think there should be a separate patch which removes this oml_fail_rep() completely.</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.osmocom.org/#/c/13268/1/src/common/rsl.c">File src/common/rsl.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/13268/1/src/common/rsl.c@469">Patch Set #1, Line 469:</a> <code style="font-family:monospace,monospace">&trx->mo</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">paging queue is per BTS level, so it should be trx->bts->mo</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.osmocom.org/13268">change 13268</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/13268"/><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: I83c4fa9ebd519299fd54b37b5d95d6d7c1da24f6 </div>
<div style="display:none"> Gerrit-Change-Number: 13268 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@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-Comment-Date: Fri, 15 Mar 2019 17:15:25 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-HasLabels: Yes </div>