bsc_api: Add cipher mod reject api callback

This commit is contained in:
Holger Hans Peter Freyther 2010-07-23 17:10:44 +08:00
parent dbc62db8db
commit c702b7528f
1 changed files with 3 additions and 1 deletions

View File

@ -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);