<p>dexter <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/12621">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  Vadim Yanitskiy: Looks good to me, but someone else must approve
  Harald Welte: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">chan_alloc: remove references to lchan_alloc()<br><br>The function lchan_alloc() does not exist anymore, however there is<br>still a prototype definition in chan_alloc.h and a comment in<br>abis_rsl.c. Lets remove those.<br><br>Change-Id: I36227ea306d28587ac70acbe596c7756b23d88c7<br>---<br>M include/osmocom/bsc/chan_alloc.h<br>M src/osmo-bsc/abis_rsl.c<br>2 files changed, 0 insertions(+), 5 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/bsc/chan_alloc.h b/include/osmocom/bsc/chan_alloc.h</span><br><span>index 97f6cb2..b509e3e 100644</span><br><span>--- a/include/osmocom/bsc/chan_alloc.h</span><br><span>+++ b/include/osmocom/bsc/chan_alloc.h</span><br><span>@@ -24,9 +24,6 @@</span><br><span> </span><br><span> struct gsm_subscriber_connection;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-/* Allocate a logical channel (SDCCH, TCH, ...) */</span><br><span style="color: hsl(0, 100%, 40%);">-struct gsm_lchan *lchan_alloc(struct gsm_bts *bts, enum gsm_chan_t type, int allow_bigger);</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span> /* Free a logical channel (SDCCH, TCH, ...) */</span><br><span> void lchan_free(struct gsm_lchan *lchan);</span><br><span> </span><br><span>diff --git a/src/osmo-bsc/abis_rsl.c b/src/osmo-bsc/abis_rsl.c</span><br><span>index 8ffb07e..d67573f 100644</span><br><span>--- a/src/osmo-bsc/abis_rsl.c</span><br><span>+++ b/src/osmo-bsc/abis_rsl.c</span><br><span>@@ -1378,8 +1378,6 @@</span><br><span>    * - If SDCCH is not available, try whatever MS requested, if not SDCCH.</span><br><span>      * - If there is still no channel available, reject channel request.</span><br><span>          *</span><br><span style="color: hsl(0, 100%, 40%);">-       * lchan_alloc() possibly tries to allocate larger lchans.</span><br><span style="color: hsl(0, 100%, 40%);">-       *</span><br><span>    * Note: If the MS requests not TCH/H, we don't know if the phone</span><br><span>         *       supports TCH/H, so we must assign TCH/F or SDCCH.</span><br><span>    */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12621">change 12621</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/12621"/><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: merged </div>
<div style="display:none"> Gerrit-Change-Id: I36227ea306d28587ac70acbe596c7756b23d88c7 </div>
<div style="display:none"> Gerrit-Change-Number: 12621 </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-Reviewer: Vadim Yanitskiy <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: dexter <pmaier@sysmocom.de> </div>