I think the right APN should be:

    <apn carrier="giffgaff"
         mcc="234"
         mnc="10"
         apn="giffgaff.com"
         authtype="1"
         user="giffgaff"
         password=""
         mmsc="http://mmsc.mediamessaging.co.uk:8002";
         mmsproxy="82.132.254.1"
         mmsport="8080"
         type="default,mms"
         mvno_type="spn"
         mvno_match_data="giffgaff"
    />

There are discrepancies between what we see in the DB and the settings
provided by the operator (see link in comment #3):

* No password in the link
* Different MMS proxy

I have also added a line with the types supported by the APN. This is
needed by our code, otherwise we won't use the entry. This behaviour is
actually wrong, because in case there is no type the AOSP code considers
the APN able to handle all types. I have opened bug #1437200 for ofono,
but until that is fixed we need the type field.

I will ask joc to test this operator, I am pretty sure he has a giffgaff
SIM.

@Ricardo, could you provide a link to that AOSP DB? I am confused,
because the apns-conf.xml provided in the AOSP repos is really small, so
I do not know which is our reference.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1434605

Title:
  [APN] giffgaff APNs don't have the proper 'mvno' fields

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android/+bug/1434605/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to