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:06:57 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-11-15 20:06:46 +0100
commitb094171c9ffa6d2ff19ecef9955e087976e0caaf (patch)
treef6c8cbd1586e628a7f0cd5d4b1d46e75c5084a49 /openbsc/include/openbsc/bsc_api.h
parente1996f013c01822ec274b38c7ed75957c6b25d3d (diff)
bsc_api: Add needed parameters to the assignment complete callback
Provide the chosen channel and more information in the assignment complete method.
Diffstat (limited to 'openbsc/include/openbsc/bsc_api.h')
-rw-r--r--openbsc/include/openbsc/bsc_api.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/bsc_api.h b/openbsc/include/openbsc/bsc_api.h
index 14f5c6932..166ce3180 100644
--- a/openbsc/include/openbsc/bsc_api.h
+++ b/openbsc/include/openbsc/bsc_api.h
@@ -16,7 +16,8 @@ struct bsc_api {
struct msgb *msg, uint16_t chosen_channel);
void (*dtap)(struct gsm_subscriber_connection *conn, struct msgb *msg);
void (*assign_compl)(struct gsm_subscriber_connection *conn,
- uint8_t rr_cause);
+ uint8_t rr_cause, uint8_t chosen_channel,
+ uint8_t encr_alg_id, uint8_t speech_mode);
void (*assign_fail)(struct gsm_subscriber_connection *conn,
uint16_t rr_cause);
int (*clear_request)(struct gsm_subscriber_connection *conn,