aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-06-27 21:02:44 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-08-25 23:18:03 +0200
commit7b08c794e5404ddbadc2bf1274dfdeafae4ce526 (patch)
tree22e59ea8935c0200388a55d790ce3ea068cb1b92 /openbsc
parentaa54e2885794028f94e256397e3ee3a320955904 (diff)
bsc: Add new SCCP connections to the tail
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/osmo-bsc/osmo_bsc_sccp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/osmo-bsc/osmo_bsc_sccp.c b/openbsc/src/osmo-bsc/osmo_bsc_sccp.c
index 5c76a8ecc..9fd035333 100644
--- a/openbsc/src/osmo-bsc/osmo_bsc_sccp.c
+++ b/openbsc/src/osmo-bsc/osmo_bsc_sccp.c
@@ -237,7 +237,7 @@ int bsc_create_new_connection(struct gsm_subscriber_connection *conn,
bsc_con->sccp = sccp;
bsc_con->msc = msc;
bsc_con->conn = conn;
- llist_add(&bsc_con->entry, &active_connections);
+ llist_add_tail(&bsc_con->entry, &active_connections);
conn->sccp_con = bsc_con;
return 0;
}