aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_subscriber.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/gsm_subscriber.h')
-rw-r--r--openbsc/include/openbsc/gsm_subscriber.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_subscriber.h b/openbsc/include/openbsc/gsm_subscriber.h
index 7aae4c332..7e0a419ae 100644
--- a/openbsc/include/openbsc/gsm_subscriber.h
+++ b/openbsc/include/openbsc/gsm_subscriber.h
@@ -18,6 +18,7 @@
#define GSM_SUBSCRIBER_NO_EXPIRATION 0x0
struct vty;
+struct sgsn_mm_ctx;
struct gsm_equipment {
long long unsigned int id;
@@ -56,6 +57,9 @@ struct gsm_subscriber {
/* pending requests */
int in_callback;
struct llist_head requests;
+
+ /* GPRS/SGSN related fields */
+ struct sgsn_mm_ctx *mm;
};
enum gsm_subscriber_field {