summaryrefslogtreecommitdiff
path: root/src/gclue-3g-tower.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gclue-3g-tower.h')
-rw-r--r--src/gclue-3g-tower.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gclue-3g-tower.h b/src/gclue-3g-tower.h
index 15d8c87..a40e1fe 100644
--- a/src/gclue-3g-tower.h
+++ b/src/gclue-3g-tower.h
@@ -26,8 +26,9 @@ G_BEGIN_DECLS
typedef enum {
GCLUE_TOWER_TEC_UNKNOWN = 0,
- GCLUE_TOWER_TEC_3G = 1,
- GCLUE_TOWER_TEC_4G = 2,
+ GCLUE_TOWER_TEC_2G = 1,
+ GCLUE_TOWER_TEC_3G = 2,
+ GCLUE_TOWER_TEC_4G = 3,
GCLUE_TOWER_TEC_NO_FIX = 99,
} GClueTowerTec;