aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-06-02 10:36:53 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2018-01-19 16:03:16 +0100
commit7c41cd1ac5322180ed9f4d04915278ac5f101eb9 (patch)
tree61df0760fc8a00f41d0630b1c361234ce307b227 /include
parentf9b8cb19e2fd6f0cd029d48f90fb087eb9e41080 (diff)
HO: Changed availablilty of ts_is_usable() from static to extern
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/chan_alloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/bsc/chan_alloc.h b/include/osmocom/bsc/chan_alloc.h
index 62d0286ef..f2a75c5b8 100644
--- a/include/osmocom/bsc/chan_alloc.h
+++ b/include/osmocom/bsc/chan_alloc.h
@@ -47,5 +47,6 @@ void bts_chan_load(struct pchan_load *cl, const struct gsm_bts *bts);
void network_chan_load(struct pchan_load *pl, struct gsm_network *net);
bool trx_is_usable(const struct gsm_bts_trx *trx);
+bool ts_is_usable(const struct gsm_bts_trx_ts *ts);
#endif /* _CHAN_ALLOC_H */