From cc48fb80836defe5beeba4b4c9bcc7f895af5ec5 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 5 Nov 2010 11:10:46 +0100 Subject: bsc: Call into the SCCP layer to create a new connection. --- openbsc/include/openbsc/osmo_bsc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsc/include/openbsc/osmo_bsc.h') diff --git a/openbsc/include/openbsc/osmo_bsc.h b/openbsc/include/openbsc/osmo_bsc.h index 4ad94b51b..389fcc930 100644 --- a/openbsc/include/openbsc/osmo_bsc.h +++ b/openbsc/include/openbsc/osmo_bsc.h @@ -8,5 +8,7 @@ struct bsc_api *osmo_bsc_api(); int bsc_queue_for_msc(struct gsm_subscriber_connection *conn, struct msgb *msg); +int bsc_create_new_connection(struct gsm_subscriber_connection *conn, + struct msgb *msg, uint16_t chosen_channel); #endif -- cgit v1.2.3