aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
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/src
parentc8fdf0c4b674534337537a1e95e1c5a2998cf5af (diff)
bsc_msc: Add minimal code to work with the new SCCP version
Diffstat (limited to 'openbsc/src')
-rw-r--r--openbsc/src/bsc_msc_ip.c2
1 files changed, 1 insertions, 1 deletions
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);
}