Provisioning

Differences between revisions 3 and 4
Revision 3 as of 2014-07-18 17:08:17
Size: 1880
Editor: 209-6-88-107
Comment: removed mbpi section as its been deprecated
Revision 4 as of 2014-07-18 17:11:18
Size: 1776
Editor: 209-6-88-107
Comment:
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:

== Dotted IPv4 Proxy Address ==

== Hostname Proxy Address ==
Line 29: Line 24:

== Dotted IPv4 Proxy Address ==


As some of these tests may require a modified apns-conf.xml file, the environment variable OFONO_APNDB_PATH may be used to provide a custom apns-conf.xml file for some of these tests. This is due to the fact that apns-conf.xml lives on the /system partition, and thus is hard to modify without rebuilding the system image.

Basic Internet Provisioning

  • verify that Wi-Fi is disabled
  • stop ofono
  • delete the contexts from the file /var/lib/ofono/<IMSI>/gprs

  • start ofono
  • verify that the data connection is activated, and the Internet accessible
  • validate the contexts provisioned via the ofono script 'list-contexts.

Note - as the more contexts may be provisioning using apns-conf.xml than mbpi, it may take slightly longer for the data connection to become active for the first time. After the initial provisioning, Network Manager should remember the correct context, and connectivty should be much quicker.

Combined Internet/MMS Provisioning

MMS Provisioning

MVNO Provisioning

MVNO ( type=imsi )

MVNO ( type=imsi with wildcards )

MVNO ( type=spn )

This requires a SIM card with a valid SPN set. You can tell this by checking out the info message logged by ofono in /var/log/syslog:

Apr 4 19:13:49 ubuntu-phablet ofonod[3199]: plugins/android-provision.c:provision_get_settings() Provisioning for MCC 310, MNC 410, SPN (null) imsi 310410315414121

Process/Merges/TestPlans/ofono/Provisioning (last edited 2014-11-14 19:36:04 by 209-6-88-107)