Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 413ad92b authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Update mapping for the rat type in data stall proto" am: e372df0b

Change-Id: I59f8f78037d6b74f10919e00524f723eb45111df
parents c9f292de e372df0b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ enum ApBand {
    AP_BAND_5GHZ = 2;
}

// Refer to definition in ServiceState.java.
// Refer to definition in TelephonyManager.java.
enum RadioTech {
  RADIO_TECHNOLOGY_UNKNOWN = 0;
  RADIO_TECHNOLOGY_GPRS = 1;
@@ -49,8 +49,8 @@ enum RadioTech {
  RADIO_TECHNOLOGY_HSUPA = 10;
  RADIO_TECHNOLOGY_HSPA = 11;
  RADIO_TECHNOLOGY_EVDO_B = 12;
  RADIO_TECHNOLOGY_EHRPD = 13;
  RADIO_TECHNOLOGY_LTE = 14;
  RADIO_TECHNOLOGY_LTE = 13;
  RADIO_TECHNOLOGY_EHRPD = 14;
  RADIO_TECHNOLOGY_HSPAP = 15;
  RADIO_TECHNOLOGY_GSM = 16;
  RADIO_TECHNOLOGY_TD_SCDMA = 17;