aboutsummaryrefslogtreecommitdiffstats
path: root/src/msc_conn.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-02 18:11:37 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-17 11:21:10 +0100
commit346e1c4bc4266ad645aab88d6357518e17055fb3 (patch)
tree7c57a91a277e0d2fd0a2ec1e03cd8ce1ebb7b530 /src/msc_conn.c
parent45738887be2299cf5fca19b1f94c6054cca41239 (diff)
mtp: Attempt to select the sls properly in the round robin fashion
When we call the submit method with a SLS of -1 we will try to find the next SLS to do things in a round robin way.
Diffstat (limited to 'src/msc_conn.c')
-rw-r--r--src/msc_conn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msc_conn.c b/src/msc_conn.c
index 5d1b329..62459ec 100644
--- a/src/msc_conn.c
+++ b/src/msc_conn.c
@@ -168,7 +168,7 @@ static int ipaccess_a_fd_cb(struct bsc_fd *bfd)
/* we can not forward it right now */
if (bsc->forward_only && link->sccp_up) {
- if (send_or_queue_bsc_msg(link, 13, msg) != 1)
+ if (send_or_queue_bsc_msg(link, -1, msg) != 1)
msgb_free(msg);
return 0;
}