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

Commit c6867c92 authored by Sooraj Sasindran's avatar Sooraj Sasindran Committed by Automerger Merge Worker
Browse files

Fix NR registrations states am: 69cca434 am: bc461ee3

Change-Id: Ida17ec870159a2d7aff7e15f2f221a5fbecfeb4e
parents 7390058b bc461ee3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -423,9 +423,9 @@ public class CellularNetworkService extends NetworkService {
                            .AccessTechnologySpecificInfo.EutranRegistrationInfo eutranInfo =
                                    regResult.accessTechnologySpecificInfo.eutranInfo();

                    isEndcAvailable = eutranInfo.nrIndicators.isDcNrRestricted;
                    isDcNrRestricted = eutranInfo.nrIndicators.isDcNrRestricted;
                    isNrAvailable = eutranInfo.nrIndicators.isNrAvailable;
                    isDcNrRestricted = eutranInfo.nrIndicators.isEndcAvailable;
                    isEndcAvailable = eutranInfo.nrIndicators.isEndcAvailable;
                    vopsInfo = convertHalLteVopsSupportInfo(
                            eutranInfo.lteVopsInfo.isVopsSupported,
                            eutranInfo.lteVopsInfo.isEmcBearerSupported);