aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2016-08-29 18:45:42 +0200
committerHarald Welte <laforge@gnumonks.org>2016-09-23 02:43:12 +0000
commit308cb0719dca3ba8eed1eff2a2124d44f34d9a28 (patch)
tree6e8352508d66e5f3e6034b8aa5c9d5b87bf49f02 /openbsc/include/openbsc
parent7c359eb4b45c382ff3ec5387cbd035a11c8041b4 (diff)
bts: extend bts_chan_load to allow counting tch only
Diffstat (limited to 'openbsc/include/openbsc')
-rw-r--r--openbsc/include/openbsc/chan_alloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/chan_alloc.h b/openbsc/include/openbsc/chan_alloc.h
index 78242e5b7..d919b5105 100644
--- a/openbsc/include/openbsc/chan_alloc.h
+++ b/openbsc/include/openbsc/chan_alloc.h
@@ -46,7 +46,7 @@ struct pchan_load {
struct load_counter pchan[_GSM_PCHAN_MAX];
};
-void bts_chan_load(struct pchan_load *cl, const struct gsm_bts *bts);
+void bts_chan_load(struct pchan_load *cl, const struct gsm_bts *bts, int only_count_tch);
void network_chan_load(struct pchan_load *pl, struct gsm_network *net);
int trx_is_usable(struct gsm_bts_trx *trx);