From 6663fcc3d64ba3471ba38d0649089721fe8d77a2 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(-) (limited to 'openbsc/src') 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; } -- cgit v1.2.3