summaryrefslogtreecommitdiffstats
path: root/include/gprs-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gprs-context.h')
-rw-r--r--include/gprs-context.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/gprs-context.h b/include/gprs-context.h
index f4c7321e..689b0040 100644
--- a/include/gprs-context.h
+++ b/include/gprs-context.h
@@ -39,6 +39,13 @@ enum ofono_gprs_proto {
OFONO_GPRS_PROTO_IPV6,
};
+enum ofono_gprs_context_type {
+ OFONO_GPRS_CONTEXT_TYPE_INVALID = 0,
+ OFONO_GPRS_CONTEXT_TYPE_INTERNET,
+ OFONO_GPRS_CONTEXT_TYPE_MMS,
+ OFONO_GPRS_CONTEXT_TYPE_WAP,
+};
+
struct ofono_gprs_primary_context {
unsigned int cid;
int direction;