<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/24149">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">rsl: fix wrong value printed in rsl_handle_chan_mod_ie()<br><br>Change-Id: I724504a39702393402fae20b0e9775c3486da966<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/49/24149/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 cd3fda5..1cc7abb 100644</span><br><span>--- a/src/common/rsl.c</span><br><span>+++ b/src/common/rsl.c</span><br><span>@@ -137,7 +137,7 @@</span><br><span>       default:</span><br><span>             LOGPLCHAN(lchan, DRSL, LOGL_ERROR, "Channel Mode IE contains "</span><br><span>                       "unknown 'Channel rate and type' value 0x%02x\n",</span><br><span style="color: hsl(0, 100%, 40%);">-                     cm->chan_rate);</span><br><span style="color: hsl(120, 100%, 40%);">+                    cm->chan_rt);</span><br><span>           *cause = RSL_ERR_IE_CONTENT;</span><br><span>                 return -ENOTSUP;</span><br><span>     }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/24149">change 24149</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/+/24149"/><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: I724504a39702393402fae20b0e9775c3486da966 </div>
<div style="display:none"> Gerrit-Change-Number: 24149 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>