aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/sgsn/sgsn.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-01-09 13:57:31 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-01-11 12:58:23 +0100
commit93bc518b53b3f7e4b3a278835561a220e2dda4f9 (patch)
tree13b457cffedf7587a27976fc1c49e96136be4229 /include/osmocom/sgsn/sgsn.h
parent58101ea587f725bd79c089b1596a77bffbb152d8 (diff)
Move global mmctx list into struct sgsn_instance
Diffstat (limited to 'include/osmocom/sgsn/sgsn.h')
-rw-r--r--include/osmocom/sgsn/sgsn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/sgsn/sgsn.h b/include/osmocom/sgsn/sgsn.h
index 0963863c7..441a614c0 100644
--- a/include/osmocom/sgsn/sgsn.h
+++ b/include/osmocom/sgsn/sgsn.h
@@ -156,6 +156,7 @@ struct sgsn_instance {
struct llist_head apn_list; /* list of struct sgsn_apn_ctx */
struct llist_head ggsn_list; /* list of struct sgsn_ggsn_ctx */
struct llist_head mme_list; /* list of struct sgsn_mme_ctx */
+ struct llist_head mm_list; /* list of struct sgsn_mm_ctx */
struct llist_head pdp_list; /* list of struct sgsn_pdp_ctx */
struct ctrl_handle *ctrlh;