bsc: Call into the SCCP layer to create a new connection.
diff --git a/openbsc/src/bsc/osmo_bsc_sccp.c b/openbsc/src/bsc/osmo_bsc_sccp.c
index 5ffbde0..694a30f 100644
--- a/openbsc/src/bsc/osmo_bsc_sccp.c
+++ b/openbsc/src/bsc/osmo_bsc_sccp.c
@@ -75,6 +75,13 @@
 	return 0;
 }
 
+int bsc_create_new_connection(struct gsm_subscriber_connection *conn,
+			      struct msgb *msg, uint16_t chosen_channel)
+{
+	LOGP(DMSC, LOGL_ERROR, "Not implemented yet.\n");
+	return -1;
+}
+
 int osmo_bsc_sccp_init(struct gsm_network *gsmnet)
 {
 	sccp_set_log_area(DSCCP);