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

Commit fc93067f authored by Legler Wu's avatar Legler Wu Committed by Wink Saville
Browse files

Radio Capability Support.

Add missing code.

Change-Id: Id23e36d606e55a80be865c2e9c091af896c08b58
parent e3dbfb6b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2552,6 +2552,8 @@ public final class RIL extends BaseCommands implements CommandsInterface {
            case RIL_REQUEST_GET_HARDWARE_CONFIG: ret = responseHardwareConfig(p); break;
            case RIL_REQUEST_SIM_AUTHENTICATION: ret =  responseICC_IOBase64(p); break;
            case RIL_REQUEST_SHUTDOWN: ret = responseVoid(p); break;
            case RIL_REQUEST_GET_RADIO_CAPABILITY: ret =  responseRadioCapability(p); break;
            case RIL_REQUEST_SET_RADIO_CAPABILITY: ret =  responseRadioCapability(p); break;
            default:
                throw new RuntimeException("Unrecognized solicited response: " + rr.mRequest);
            //break;