From 6cb86931e34ddfefe8d5822b4f3753e4209ddc18 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 27 Oct 2010 11:28:52 +0200 Subject: gprs: Make GPRS context type a public enum --- include/gprs-context.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include') 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; -- cgit v1.2.3