<p>Neels Hofmeyr has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/9485">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">cosmetic: magic number: use RSL_ACT_ constant for chan act<br><br>Change-Id: I64ac2a17634f18322828ee2aa2284b0513130488<br>---<br>M src/osmo-bsc/bsc_api.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-bsc refs/changes/85/9485/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/bsc_api.c b/src/osmo-bsc/bsc_api.c</span><br><span>index 5334314..02a59cc 100644</span><br><span>--- a/src/osmo-bsc/bsc_api.c</span><br><span>+++ b/src/osmo-bsc/bsc_api.c</span><br><span>@@ -104,7 +104,7 @@</span><br><span>        if (chan_mode == GSM48_CMODE_SPEECH_AMR)</span><br><span>             bsc_mr_config(conn, new_lchan, full_rate);</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-  if (rsl_chan_activate_lchan(new_lchan, 0x1, 0) < 0) {</span><br><span style="color: hsl(120, 100%, 40%);">+      if (rsl_chan_activate_lchan(new_lchan, RSL_ACT_INTRA_NORM_ASS, 0) < 0) {</span><br><span>          LOGPLCHAN(new_lchan, DHO, LOGL_ERROR, "could not activate channel\n");</span><br><span>             lchan_free(new_lchan);</span><br><span>               return -1;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9485">change 9485</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/9485"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bsc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I64ac2a17634f18322828ee2aa2284b0513130488 </div>
<div style="display:none"> Gerrit-Change-Number: 9485 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>