From 119c2baaa6039d48a0719bbf9a30ea8908eb73b8 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 18 May 2010 18:39:00 +0200 Subject: [GPRS] SGSN: actually isert a ggsn context when we allocate it --- openbsc/src/gprs/gprs_sgsn.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/src/gprs/gprs_sgsn.c') diff --git a/openbsc/src/gprs/gprs_sgsn.c b/openbsc/src/gprs/gprs_sgsn.c index af8f8965b..dfc05658e 100644 --- a/openbsc/src/gprs/gprs_sgsn.c +++ b/openbsc/src/gprs/gprs_sgsn.c @@ -189,6 +189,7 @@ struct sgsn_ggsn_ctx *sgsn_ggsn_ctx_alloc(uint32_t id) ggc->id = id; ggc->gtp_version = 1; + llist_add(&ggc->list, &sgsn_ggsn_ctxts); return ggc; } -- cgit v1.2.3