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

Commit f6064835 authored by Alexandr Primak's avatar Alexandr Primak Committed by Łukasz Patron
Browse files

BY: Fix Life:) configuration

The internet APN field was incorrectly set to mms.life.com.by instead of
internet.life.com.by, which caused difficulties with initial phone setup
when using mobile internet. Duplicate entries for MMS and internet
have also been removed.

Fixes: https://gitlab.com/LineageOS/issues/android/-/issues/9781
Change-Id: I5e024efd320574aee988b984222e114185a57a05
parent 57330956
Loading
Loading
Loading
Loading
+2 −21
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@
        mcc="257"
        mnc="04"
        carrier="Life:) // Internet"
        apn="mms.life.com.by"
        apn="internet.life.com.by"
        mmsc=""
        password=""
        port=""
@@ -135,7 +135,7 @@
        mnc="04"
        carrier="Life:) // MMS"
        apn="mms.life.com.by"
        mmsc="http://mms.life.com.by/mmsc/"
        mmsc="http://mms.life.com.by/mmsc"
        mmsport="8080"
        mmsproxy="10.10.10.20"
        password=""
@@ -144,23 +144,4 @@
        type="mms"
        user=""
    />
    <apn
        mcc="257"
        mnc="04"
        carrier="life Internet"
        apn="internet.life.com.by"
        type="default,supl"
    />
    <apn
        mcc="257"
        mnc="04"
        carrier="life MMS"
        apn="mms.life.com.by"
        mmsc="http://mms.life.com.by/mmsc"
        mmsport="8080"
        mmsproxy="10.10.10.20"
        port=""
        proxy=""
        type="mms"
    />
</apns>