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

Commit 5eaa9c50 authored by Arne Coucheron's avatar Arne Coucheron
Browse files

2G wants proper signal strength too

Change-Id: Ibe3acd8e214075199127b4c114a222b26aaf8498
parent 0661e05d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5941,11 +5941,14 @@ public class RIL extends BaseCommands implements CommandsInterface {
            }
        }
        switch (voiceRat) {
            case ServiceState.RIL_RADIO_TECHNOLOGY_GPRS: /* fallthrough */
            case ServiceState.RIL_RADIO_TECHNOLOGY_EDGE: /* fallthrough */
            case ServiceState.RIL_RADIO_TECHNOLOGY_UMTS: /* fallthrough */
            case ServiceState.RIL_RADIO_TECHNOLOGY_HSDPA: /* fallthrough */
            case ServiceState.RIL_RADIO_TECHNOLOGY_HSUPA: /* fallthrough */
            case ServiceState.RIL_RADIO_TECHNOLOGY_HSPA: /* fallthrough */
            case ServiceState.RIL_RADIO_TECHNOLOGY_HSPAP: /* fallthrough */
            case ServiceState.RIL_RADIO_TECHNOLOGY_GSM: /* fallthrough */
                break;
            default:
                // If we are not currently on WCDMA/HSPA, then we don't need to do a fixup.