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

Commit cb4d2fb2 authored by Hunsuk Choi's avatar Hunsuk Choi
Browse files

Allow IRadioIms mock modem to be connected in CF

Bug: 229274730
Test: atest CtsTelephonyTestCases:TelephonyManagerTestOnMockModem
Change-Id: I4d56e8f48a6753eac511e41495ccf5c8db0f57a5
(cherry picked from commit d7882fe544e4c360435aab85a5e5251dc14a6928)
parent 3dcfe53d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -759,7 +759,7 @@ public class RIL extends BaseCommands implements CommandsInterface {
        }

        try {
            if (mDisabledRadioServices.get(service).contains(mPhoneId)) {
            if (mMockModem == null && mDisabledRadioServices.get(service).contains(mPhoneId)) {
                riljLoge("getRadioServiceProxy: " + serviceToString(service) + " for "
                        + HIDL_SERVICE_NAME[mPhoneId] + " is disabled");
            } else {