[gbinder-radio] Fix RADIO_CELL_IDENTITY_TYPE_1_5 enum values. JB#58746

This commit is contained in:
Matti Lehtimäki
2023-04-12 16:50:05 +03:00
parent 48da098644
commit a997d138fa

View File

@@ -298,7 +298,8 @@ typedef enum radio_cell_info_type_1_5 {
/* Cast guint8 RadioCellIdentity_1_5.cellIdentityType to this. */
typedef enum radio_cell_identity_type_1_5 {
RADIO_CELL_IDENTITY_1_5_GSM = 0,
RADIO_CELL_IDENTITY_1_5_NONE = 0,
RADIO_CELL_IDENTITY_1_5_GSM,
RADIO_CELL_IDENTITY_1_5_WCDMA,
RADIO_CELL_IDENTITY_1_5_TD_SCDMA,
RADIO_CELL_IDENTITY_1_5_CDMA,