aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-25 12:22:32 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-25 12:22:32 +0800
commit4f5421a482bec60f146a582ae0e94e0b00af2953 (patch)
tree0f790ddc5ff332814c0858aa10c666e7b3044b69 /openbsc
parentc8fdf0c4b674534337537a1e95e1c5a2998cf5af (diff)
bsc_msc: Add minimal code to work with the new SCCP version
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/configure.in2
-rw-r--r--openbsc/src/bsc_msc_ip.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/configure.in b/openbsc/configure.in
index e9062cbb5..9e639ffb1 100644
--- a/openbsc/configure.in
+++ b/openbsc/configure.in
@@ -16,7 +16,7 @@ AC_SEARCH_LIBS(crypt, crypt,
[LIBCRYPT="-lcrypt"; AC_DEFINE([VTY_CRYPT_PW], [], [Use crypt functionality of vty.])])
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.1.15)
-PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 0.0.2)
+PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 0.0.3)
dnl checks for header files
AC_HEADER_STDC
diff --git a/openbsc/src/bsc_msc_ip.c b/openbsc/src/bsc_msc_ip.c
index 08747e5ff..7cbe9e1a2 100644
--- a/openbsc/src/bsc_msc_ip.c
+++ b/openbsc/src/bsc_msc_ip.c
@@ -712,7 +712,7 @@ static int msc_sccp_do_write(struct bsc_fd *fd, struct msgb *msg)
return ret;
}
-static void msc_sccp_write_ipa(struct msgb *msg, void *data)
+static void msc_sccp_write_ipa(struct sccp_connection *conn, struct msgb *msg, void *data)
{
msc_queue_write(msg, IPAC_PROTO_SCCP);
}