From 605c7f074a4dba6dca09cafcdc5b3a9e720c1436 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Thu, 10 Jan 2019 12:10:47 +0100 Subject: chan_alloc: remove references to lchan_alloc() The function lchan_alloc() does not exist anymore, however there is still a prototype definition in chan_alloc.h and a comment in abis_rsl.c. Lets remove those. Change-Id: I36227ea306d28587ac70acbe596c7756b23d88c7 --- src/osmo-bsc/abis_rsl.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/osmo-bsc/abis_rsl.c b/src/osmo-bsc/abis_rsl.c index 8ffb07e8f..d67573fc4 100644 --- a/src/osmo-bsc/abis_rsl.c +++ b/src/osmo-bsc/abis_rsl.c @@ -1378,8 +1378,6 @@ static int rsl_rx_chan_rqd(struct msgb *msg) * - If SDCCH is not available, try whatever MS requested, if not SDCCH. * - If there is still no channel available, reject channel request. * - * lchan_alloc() possibly tries to allocate larger lchans. - * * Note: If the MS requests not TCH/H, we don't know if the phone * supports TCH/H, so we must assign TCH/F or SDCCH. */ -- cgit v1.2.3