From c702b7528f42932c5cdd0dc404e3cbd869416e43 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 23 Jul 2010 17:10:44 +0800 Subject: bsc_api: Add cipher mod reject api callback --- openbsc/include/openbsc/bsc_api.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'openbsc/include/openbsc/bsc_api.h') diff --git a/openbsc/include/openbsc/bsc_api.h b/openbsc/include/openbsc/bsc_api.h index 135565b29..b1fbb5711 100644 --- a/openbsc/include/openbsc/bsc_api.h +++ b/openbsc/include/openbsc/bsc_api.h @@ -11,7 +11,9 @@ struct bsc_api { void (*sapi_n_reject)(struct gsm_subscriber_connection *conn, int dlci); void (*cipher_mode_compl)(struct gsm_subscriber_connection *conn, - struct msgb *msg, uint16_t chosen_encr); + struct msgb *msg, uint8_t chosen_encr); + void (*cipher_mode_reject)(struct gsm_subscriber_connection *conn, + struct msgb *msg, uint16_t reason); int (*compl_l3)(struct gsm_subscriber_connection *conn, struct msgb *msg, uint16_t chosen_channel); void (*dtap)(struct gsm_subscriber_connection *conn, struct msgb *msg); -- cgit v1.2.3