aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_api.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-14 18:20:15 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-14 18:26:09 +0800
commitabcddf1152dc9adca62bfb93df6439e1bc07f8a7 (patch)
tree32dd28d562511c8fdf88d5cc27f53a61bc9020d4 /openbsc/include/openbsc/bsc_api.h
parent2a9285c028ce061128620382eb5e502669bb56ed (diff)
bsc_api: Add init, dispatch the clear request when a channel is going missing
Diffstat (limited to 'openbsc/include/openbsc/bsc_api.h')
-rw-r--r--openbsc/include/openbsc/bsc_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/bsc_api.h b/openbsc/include/openbsc/bsc_api.h
index 2cfdbb467..05a5e4601 100644
--- a/openbsc/include/openbsc/bsc_api.h
+++ b/openbsc/include/openbsc/bsc_api.h
@@ -20,6 +20,7 @@ struct bsc_api {
void (*clear_compl)(struct gsm_subscriber_connection *conn);
};
+int bsc_api_init(struct gsm_network *network, struct bsc_api *api);
int gsm0808_submit_dtap(struct gsm_subscriber_connection *conn, struct msgb *msg, int link_id);
#endif