aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc/osmo_bsc_api.c
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/src/bsc/osmo_bsc_api.c
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/src/bsc/osmo_bsc_api.c')
-rw-r--r--openbsc/src/bsc/osmo_bsc_api.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/openbsc/src/bsc/osmo_bsc_api.c b/openbsc/src/bsc/osmo_bsc_api.c
index 557024130..f22e9a7d9 100644
--- a/openbsc/src/bsc/osmo_bsc_api.c
+++ b/openbsc/src/bsc/osmo_bsc_api.c
@@ -39,7 +39,9 @@ static void bsc_dtap(struct gsm_subscriber_connection *conn, struct msgb *msg)
{
}
-static void bsc_assign_compl(struct gsm_subscriber_connection *conn, uint8_t rr_cause)
+static void bsc_assign_compl(struct gsm_subscriber_connection *conn, uint8_t rr_cause,
+ uint8_t chosen_channel, uint8_t encr_alg_id,
+ uint8_t speech_model)
{
}