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

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

Merge "Add NB_IOT_NTN" into main

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