<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/19373">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">rsl: Fix wrong param passed to gsm_pchan_name() in log line<br><br>Change-Id: I42b7a79b85e8750a12166dbfc66ad06f7cb713a6<br>---<br>M src/common/rsl.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/73/19373/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 b518245..4a91e3e 100644</span><br><span>--- a/src/common/rsl.c</span><br><span>+++ b/src/common/rsl.c</span><br><span>@@ -771,7 +771,7 @@</span><br><span>                     break;</span><br><span>               default:</span><br><span>                     LOGPLCHAN(lchan, DRSL, LOGL_ERROR, "PCU rel ack for unexpected lchan kind %s\n",</span><br><span style="color: hsl(0, 100%, 40%);">-                                gsm_pchan_name(lchan->rel_act_kind));</span><br><span style="color: hsl(120, 100%, 40%);">+                              gsm_pchan_name(lchan->ts->pchan));</span><br><span>                   /* Release certainly was not requested by the BSC via RSL, so don't ack. */</span><br><span>                      send_rel_ack = false;</span><br><span>                        break;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/19373">change 19373</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/+/19373"/><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: I42b7a79b85e8750a12166dbfc66ad06f7cb713a6 </div>
<div style="display:none"> Gerrit-Change-Number: 19373 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>