diff options
Diffstat (limited to 'src/osmo-bsc/handover_logic.c')
-rw-r--r-- | src/osmo-bsc/handover_logic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bsc/handover_logic.c b/src/osmo-bsc/handover_logic.c index 0c6f29252..8e96ffff3 100644 --- a/src/osmo-bsc/handover_logic.c +++ b/src/osmo-bsc/handover_logic.c @@ -96,7 +96,7 @@ static void ho_meas_rep(struct gsm_meas_rep *mr) /* Count ongoing handovers within the given BTS. * ho_scopes is an OR'd combination of enum handover_scope values to include in the count. */ -int handover_count(struct gsm_bts *bts, int ho_scopes) +int bts_handover_count(struct gsm_bts *bts, int ho_scopes) { struct gsm_bts_trx *trx; int count = 0; |