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

Commit 972efd34 authored by Stuart Scott's avatar Stuart Scott
Browse files

Comment out masking of supported RAFs

bug:18343231

Change-Id: I05064fb2bfcf0fce2a8e68172f98a3b7da77a683
parent 77b812e7
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -265,9 +265,10 @@ public class ProxyController {
                mSetRadioAccessFamilyStatus[phoneId] = SET_RC_STATUS_STARTING;
                mOldRadioAccessFamily[phoneId] = mProxyPhones[phoneId].getRadioAccessFamily();
                int requestedRaf = rafs[i].getRadioAccessFamily();
                int supportedRaf = mProxyPhones[i].getSupportedRadioAccessFamily();
                // Set the new radio access family to the maximum of the request and the supported
                mNewRadioAccessFamily[phoneId] = requestedRaf & supportedRaf;
                // TODO Set the new radio access family to the maximum of the requested & supported
                // int supportedRaf = mProxyPhones[i].getSupportedRadioAccessFamily();
                // mNewRadioAccessFamily[phoneId] = requestedRaf & supportedRaf;
                mNewRadioAccessFamily[phoneId] = requestedRaf;
                logd("setRadioCapability: mOldRadioAccessFamily[" + phoneId + "]="
                        + mOldRadioAccessFamily[phoneId]);
                logd("setRadioCapability: mNewRadioAccessFamily[" + phoneId + "]="