summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-08-17 15:32:34 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-08-17 15:32:34 -0500
commit95573a4d8d24066d7550d265996f182446fb09e4 (patch)
tree9ad37c056878ee11871cd871b178a4df965472d5 /src/common.h
parent00f606b3e855c2de50e69f05fe0e3daee9a41d6d (diff)
downloadofono-95573a4d8d24066d7550d265996f182446fb09e4.tar.bz2
Move network-operator status enum out of common.h
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/common.h b/src/common.h
index 0df44e0b..c1db5b31 100644
--- a/src/common.h
+++ b/src/common.h
@@ -19,14 +19,6 @@
*
*/
-/* 27.007 Section 7.3 <stat> */
-enum operator_status {
- OPERATOR_STATUS_UNKNOWN = 0,
- OPERATOR_STATUS_AVAILABLE = 1,
- OPERATOR_STATUS_CURRENT = 2,
- OPERATOR_STATUS_FORBIDDEN = 3
-};
-
/* 27.007 Section 7.3 <AcT> */
enum access_technology {
ACCESS_TECHNOLOGY_GSM = 0,