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

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

Merge "Revert "Add NB_IOT_NTN"" into main

parents 9a9e5aa1 62ae08a2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -80,5 +80,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
@@ -80,5 +80,4 @@ enum RadioTechnology {
   */
  LTE_CA,
  NR,
  NB_IOT_NTN,
}
+0 −4
Original line number Diff line number Diff line
@@ -55,8 +55,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
@@ -62,8 +62,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,
}