aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-18 18:39:00 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-18 18:39:00 +0200
commit119c2baaa6039d48a0719bbf9a30ea8908eb73b8 (patch)
tree86d660cf08fb6982034da6262d17b80ec91a009b /openbsc
parent51537eef506de32cb3441e05040d84a8cd467fd8 (diff)
[GPRS] SGSN: actually isert a ggsn context when we allocate it
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/gprs/gprs_sgsn.c1
1 files changed, 1 insertions, 0 deletions
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;
}