From 2660c0412d6c5eb44d1bb09385231b6fd10a6a9e Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 8 Jan 2018 16:52:37 +0100 Subject: HO: make bts_by_arfcn_bsic() public Change-Id: Ie746f76433f6b46a71a91b7714cc034c4355d993 --- include/osmocom/bsc/handover_decision.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/osmocom/bsc/handover_decision.h b/include/osmocom/bsc/handover_decision.h index fe551cace..09430d889 100644 --- a/include/osmocom/bsc/handover_decision.h +++ b/include/osmocom/bsc/handover_decision.h @@ -1,3 +1,5 @@ #pragma once +struct gsm_bts *bts_by_arfcn_bsic(const struct gsm_network *net, uint16_t arfcn, uint8_t bsic); + void handover_decision_1_init(void); -- cgit v1.2.3