<p>Pau Espin Pedrol has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/11903">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">rsl: Log lchan state during dynts PDCH->TCH<br><br>Change-Id: Iee5ac0550afda71fce67b0340749c111b364bb4f<br>---<br>M src/common/rsl.c<br>1 file changed, 3 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/03/11903/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/common/rsl.c b/src/common/rsl.c</span><br><span>index b221754..d4bd2f0 100644</span><br><span>--- a/src/common/rsl.c</span><br><span>+++ b/src/common/rsl.c</span><br><span>@@ -2201,8 +2201,9 @@</span><br><span> </span><br><span>     if (lchan->state != LCHAN_S_NONE) {</span><br><span>               LOGP(DRSL, LOGL_ERROR,</span><br><span style="color: hsl(0, 100%, 40%);">-               "%s Request to PDCH %s, but lchan is still active\n",</span><br><span style="color: hsl(0, 100%, 40%);">-                 gsm_ts_and_pchan_name(ts), pdch_act? "ACT" : "DEACT");</span><br><span style="color: hsl(120, 100%, 40%);">+                    "%s Request to PDCH %s, but lchan is still in state %s\n",</span><br><span style="color: hsl(120, 100%, 40%);">+                  gsm_ts_and_pchan_name(ts), pdch_act? "ACT" : "DEACT",</span><br><span style="color: hsl(120, 100%, 40%);">+                     gsm_lchans_name(lchan->state));</span><br><span>              rsl_tx_dyn_pdch_nack(lchan, pdch_act, RSL_ERR_NORMAL_UNSPEC);</span><br><span>        }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/11903">change 11903</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/11903"/><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: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Iee5ac0550afda71fce67b0340749c111b364bb4f </div>
<div style="display:none"> Gerrit-Change-Number: 11903 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>