aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-06-02 10:36:53 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2013-07-29 12:44:29 +0200
commit149db9290fb3b722f1c01553dc8d7ffa2317281a (patch)
tree9011e07fae514f7c644e7a7f3c7177d0038ae82e /openbsc/src
parentd2909f968412c5f1e3e05f56223884d92a4e0cf7 (diff)
HO: Changed availablilty of ts_is_usable() from static to extern
Diffstat (limited to 'openbsc/src')
-rw-r--r--openbsc/src/libbsc/chan_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/libbsc/chan_alloc.c b/openbsc/src/libbsc/chan_alloc.c
index 6396ebb51..cd727fd86 100644
--- a/openbsc/src/libbsc/chan_alloc.c
+++ b/openbsc/src/libbsc/chan_alloc.c
@@ -35,7 +35,7 @@
#include <osmocom/core/talloc.h>
-static int ts_is_usable(struct gsm_bts_trx_ts *ts)
+int ts_is_usable(struct gsm_bts_trx_ts *ts)
{
/* FIXME: How does this behave for BS-11 ? */
if (is_ipaccess_bts(ts->trx->bts)) {