mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
[GPRS] SGSN: actually isert a ggsn context when we allocate it
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user