summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorYang Gu <yang.gu@intel.com>2009-06-24 16:35:25 +0800
committerDenis Kenzior <denkenz@gmail.com>2009-06-25 11:45:29 -0500
commit8f737d86998d9890225873b60b7724583cd0ca27 (patch)
tree0097e5464d4601f8086393f42478cdeb51f8fbef /src/common.h
parent21389a1e053a9876ec8cf2f74d77ef0033748a8a (diff)
downloadofono-8f737d86998d9890225873b60b7724583cd0ca27.tar.bz2
Add E-UTRAN as access technology of network op
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index 0f7684e1..963c68aa 100644
--- a/src/common.h
+++ b/src/common.h
@@ -35,7 +35,8 @@ enum access_technology {
ACCESS_TECHNOLOGY_GSM_EGPRS = 3,
ACCESS_TECHNOLOGY_UTRAN_HSDPA = 4,
ACCESS_TECHNOLOGY_UTRAN_HSUPA = 5,
- ACCESS_TECHNOLOGY_UTRAN_HSDPA_HSUPA = 6
+ ACCESS_TECHNOLOGY_UTRAN_HSDPA_HSUPA = 6,
+ ACCESS_TECHNOLOGY_EUTRAN = 7
};
/* 27.007 Section 7.2 <stat> */