aboutsummaryrefslogtreecommitdiffstats
path: root/src/msc_conn.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-10-08 23:18:15 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-10-08 23:18:15 +0800
commit5d930f8745ae6ecbe995cc353217d50c542d9b9f (patch)
tree932778d949654f9308bc3154f5ea28b2621c8510 /src/msc_conn.c
parentdedb7ce3fef7a14c52c62c22acdc043016f2563d (diff)
mtp: Store the mtp_link inside the connection
Prepare to have multiple links to the BSC.
Diffstat (limited to 'src/msc_conn.c')
-rw-r--r--src/msc_conn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/msc_conn.c b/src/msc_conn.c
index 3d0d93f..6e996d9 100644
--- a/src/msc_conn.c
+++ b/src/msc_conn.c
@@ -207,7 +207,7 @@ static int ipaccess_a_fd_cb(struct bsc_fd *bfd)
LOGP(DMSC, LOGL_NOTICE, "Filtering reset ack from the MSC\n");
} else if (rc == BSS_FILTER_RLSD) {
LOGP(DMSC, LOGL_DEBUG, "Filtering RLSD from the MSC\n");
- update_con_state(rc, &result, msg, 1, 0);
+ update_con_state(NULL, rc, &result, msg, 1, 0);
} else if (rc == BSS_FILTER_RLC) {
/* if we receive this we have forwarded a RLSD to the network */
LOGP(DMSC, LOGL_ERROR, "RLC from the network. BAD!\n");
@@ -216,7 +216,7 @@ static int ipaccess_a_fd_cb(struct bsc_fd *bfd)
} else if (link->sccp_up) {
unsigned int sls;
- update_con_state(rc, &result, msg, 1, 0);
+ update_con_state(NULL, rc, &result, msg, 1, 0);
sls = sls_for_src_ref(result.destination_local_reference);
/* Check for Location Update Accept */