From d9956d91ba1504deae248b3e1978de5e584f275f Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 17 Dec 2017 21:48:47 +0100 Subject: Remove dead code left over from NITB split There still is a lot of dead code that we inherited from the NITB days, let's remove more of it. libtrau will be re-introduced as part of osmo-mgw later. Change-Id: I8e0af56a158f25a4f1384d667c03eb20e72df5b8 --- include/osmocom/bsc/bss.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/osmocom/bsc/bss.h') diff --git a/include/osmocom/bsc/bss.h b/include/osmocom/bsc/bss.h index b12487d02..9891f5f1d 100644 --- a/include/osmocom/bsc/bss.h +++ b/include/osmocom/bsc/bss.h @@ -6,7 +6,7 @@ struct msgb; /* start and stop network */ -extern int bsc_network_alloc(mncc_recv_cb_t mncc_recv); +extern int bsc_network_alloc(void); extern int bsc_network_configure(const char *cfg_file); extern int bsc_shutdown_net(struct gsm_network *net); -- cgit v1.2.3