summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--radio/1.0/types.hal10
1 files changed, 5 insertions, 5 deletions
diff --git a/radio/1.0/types.hal b/radio/1.0/types.hal
index 49ba30ec4a..941a59ebfd 100644
--- a/radio/1.0/types.hal
+++ b/radio/1.0/types.hal
@@ -821,11 +821,11 @@ enum CdmaSmsWriteArgsStatus : int32_t {
};
enum CellInfoType : int32_t {
- GSM,
- CDMA,
- LTE,
- WCDMA,
- TD_SCDMA
+ GSM = 1,
+ CDMA = 2,
+ LTE = 3,
+ WCDMA = 4,
+ TD_SCDMA = 5
};
enum TimeStampType : int32_t {