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, 8 insertions, 0 deletions
diff --git a/src/network.c b/src/network.c
index 12d6f6ef..1f9a2fcd 100644
--- a/src/network.c
+++ b/src/network.c
@@ -50,6 +50,14 @@
/* How often we update the operator list, in seconds */
#define OPERATOR_LIST_UPDATE_TIME 300
+/* 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 network_registration_data {
int status;
int location;