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

Commit 1f6f51b6 authored by jimsun's avatar jimsun Committed by Jim Sun
Browse files

Remove reseting Hal version after switching mock modem

Bug: 260136363
Test: atest CtsTelephonyTestCases
Change-Id: Idc40f2459a7604f93751b1c0f08b8cb4ac8f8bf0
parent ac241bcd
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -567,13 +567,6 @@ public class RIL extends BaseCommands implements CommandsInterface {
                for (int service = MIN_SERVICE_IDX; service <= MAX_SERVICE_IDX; service++) {
                    if (isRadioServiceSupported(service)) {
                        resetProxyAndRequestList(service);
                        if (service == HAL_SERVICE_RADIO && isRadioVersion2_0()) {
                            mHalVersion.put(service, RADIO_HAL_VERSION_2_0);
                        } else {
                            mHalVersion.put(service, RADIO_HAL_VERSION_UNKNOWN);
                        }
                    } else {
                        mHalVersion.put(service, RADIO_HAL_VERSION_UNSUPPORTED);
                    }
                }
            }