summaryrefslogtreecommitdiffstats
path: root/src/network.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/network.c')
-rw-r--r--src/network.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/network.c b/src/network.c
index d1bfca69..1dddcacf 100644
--- a/src/network.c
+++ b/src/network.c
@@ -50,14 +50,6 @@ enum network_registration_mode {
NETWORK_REGISTRATION_MODE_AUTO_ONLY = 5, /* Out of range of 27.007 */
};
-/* 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,
-};
-
struct ofono_netreg {
int status;
int location;