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

Commit 62ae08a2 authored by Aishwarya Mallampati's avatar Aishwarya Mallampati Committed by Android (Google) Code Review
Browse files

Revert "Add NB_IOT_NTN"

This reverts commit 373f1a46.

Reason for revert: b/382729862

Change-Id: I2008af147e5ff322d106e10a0325fd9c236b6f28
parent 373f1a46
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -71,5 +71,4 @@ enum RadioAccessFamily {
   */
  LTE_CA = (1 << android.hardware.radio.RadioTechnology.LTE_CA) /* 524288 */,
  NR = (1 << android.hardware.radio.RadioTechnology.NR) /* 1048576 */,
  NB_IOT_NTN = (1 << android.hardware.radio.RadioTechnology.NB_IOT_NTN) /* 2097152 */,
}
+0 −1
Original line number Diff line number Diff line
@@ -71,5 +71,4 @@ enum RadioTechnology {
   */
  LTE_CA,
  NR,
  NB_IOT_NTN,
}
+0 −4
Original line number Diff line number Diff line
@@ -52,8 +52,4 @@ enum RadioAccessFamily {
     * 5G NR. This is only use in 5G Standalone mode.
     */
    NR = 1 << RadioTechnology.NR,
    /**
     * 3GPP NB-IOT (Narrowband Internet of Things) over Non-Terrestrial-Networks technology.
     */
    NB_IOT_NTN = 1 << RadioTechnology.NB_IOT_NTN,
}
+0 −4
Original line number Diff line number Diff line
@@ -59,8 +59,4 @@ enum RadioTechnology {
     * 5G NR. This is only used in 5G Standalone mode.
     */
    NR,
    /**
     * 3GPP NB-IOT (Narrowband Internet of Things) over Non-Terrestrial-Networks technology.
     */
    NB_IOT_NTN,
}