aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_api.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-11-04 12:47:55 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-11-15 20:06:46 +0100
commit66dcd925c63a16cb744a7603612fe968d594af10 (patch)
tree358594485e8078637b62f2f9b7abc6ee9dd14c5d /openbsc/include/openbsc/bsc_api.h
parent46caa3048d70d217462cf0bad6e197ecc28025b5 (diff)
bsc_api: Nuke the clear complete from the API.
There is no place where it can be called. Whoever is calling the gsm0808_clear method should generate the clear complete as the result.
Diffstat (limited to 'openbsc/include/openbsc/bsc_api.h')
-rw-r--r--openbsc/include/openbsc/bsc_api.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/bsc_api.h b/openbsc/include/openbsc/bsc_api.h
index 22982f0f2..844e2aa12 100644
--- a/openbsc/include/openbsc/bsc_api.h
+++ b/openbsc/include/openbsc/bsc_api.h
@@ -23,7 +23,6 @@ struct bsc_api {
uint16_t rr_cause);
int (*clear_request)(struct gsm_subscriber_connection *conn,
uint32_t cause);
- void (*clear_compl)(struct gsm_subscriber_connection *conn);
};
int bsc_api_init(struct gsm_network *network, struct bsc_api *api);