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

Commit 256aa03d authored by Steve Statia's avatar Steve Statia
Browse files

Fix for satellite pSIM

Test: manual
Bug: 345349181
Change-Id: I4fd0d036e781f35cf8665da9e7d8464c29b80f91
parent 91d9dc8b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1540,6 +1540,9 @@ public class SubscriptionManagerService extends ISub.Stub {
                            MccTable.updateMccMncConfiguration(mContext, mccMnc);
                        }
                        setMccMnc(subId, mccMnc);
                        if (isSatelliteSpn(subInfo.getDisplayName()) || isSatellitePlmn(mccMnc)) {
                            setNtn(subId, true);
                        }
                    } else {
                        loge("updateSubscription: mcc/mnc is empty");
                    }