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

Commit f7679613 authored by Aishwarya Mallampati's avatar Aishwarya Mallampati
Browse files

Revert "Add NB_IOT_NTN"

Revert submission 30580542-nb_iot_ntn

Reason for revert: b/382729862

Reverted changes: /q/submissionid:30580542-nb_iot_ntn

Test: make

Change-Id: Ic5381545b4283afe7c530429a721989b14fafa23
parent a5078a87
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1689,9 +1689,6 @@ public class RILUtils {
        if ((networkTypeBitmask & TelephonyManager.NETWORK_TYPE_BITMASK_NR) != 0) {
            raf |= android.hardware.radio.RadioAccessFamily.NR;
        }
        if ((networkTypeBitmask & TelephonyManager.NETWORK_TYPE_BITMASK_NB_IOT_NTN) != 0) {
            raf |= android.hardware.radio.RadioAccessFamily.NB_IOT_NTN;
        }
        return (raf == 0) ? android.hardware.radio.RadioAccessFamily.UNKNOWN : raf;
    }

+0 −1
Original line number Diff line number Diff line
@@ -173,7 +173,6 @@ public class ServiceStateTest extends TestCase {
        rats.add(new Pair<Integer, Boolean>(ServiceState.RIL_RADIO_TECHNOLOGY_TD_SCDMA, false));
        rats.add(new Pair<Integer, Boolean>(ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN, false));
        rats.add(new Pair<Integer, Boolean>(ServiceState.RIL_RADIO_TECHNOLOGY_NR, false));
        rats.add(new Pair<Integer, Boolean>(ServiceState.RIL_RADIO_TECHNOLOGY_NB_IOT_NTN, false));

        for (Pair<Integer, Boolean> rat : rats) {
            boolean isCdma = rat.second;