aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/gsm_data_shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/bsc/gsm_data_shared.h')
-rw-r--r--include/osmocom/bsc/gsm_data_shared.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/bsc/gsm_data_shared.h b/include/osmocom/bsc/gsm_data_shared.h
index 45d67f6b1..d7514ca39 100644
--- a/include/osmocom/bsc/gsm_data_shared.h
+++ b/include/osmocom/bsc/gsm_data_shared.h
@@ -810,7 +810,7 @@ struct gsm_bts {
};
-struct gsm_bts *gsm_bts_alloc(void *talloc_ctx, uint8_t bts_num);
+struct gsm_bts *gsm_bts_alloc(struct gsm_network *net, uint8_t bts_num);
struct gsm_bts *gsm_bts_num(struct gsm_network *net, int num);
struct gsm_bts_trx *gsm_bts_trx_alloc(struct gsm_bts *bts);