[GPRS] SGSN: actually isert a ggsn context when we allocate it

This commit is contained in:
Harald Welte
2010-05-18 18:39:00 +02:00
parent 51537eef50
commit 119c2baaa6

View File

@@ -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;
}