From cc98d188eb9eb90d1328c538668aa913fab7dbd2 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 27 Jun 2011 21:02:44 +0200 Subject: bsc: Add new SCCP connections to the tail --- openbsc/src/osmo-bsc/osmo_bsc_sccp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbsc/src/osmo-bsc/osmo_bsc_sccp.c b/openbsc/src/osmo-bsc/osmo_bsc_sccp.c index 4f03b52ff..4f3b1cb9e 100644 --- a/openbsc/src/osmo-bsc/osmo_bsc_sccp.c +++ b/openbsc/src/osmo-bsc/osmo_bsc_sccp.c @@ -225,7 +225,7 @@ int bsc_create_new_connection(struct gsm_subscriber_connection *conn) bsc_con->sccp = sccp; bsc_con->msc_con = net->msc_data->msc_con; 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; } -- cgit v1.2.3