Share via


Creating a GPRS Connection Example

4/8/2010

The following example creates a GPRS network connection to Internet. The value set for DestId is the GUID that is defined in the CM_Networks configuration service provider. This GUID specifies the metanetwork to which the connection will be made.

Code Example

<characteristic type="CM_GPRSEntries">
    <characteristic type="GPRS1">
      <parm name="DestId" value="{436EF144-B4FB-4863-A041-8F905A62C572}" />
      <parm name="UserName" value="" />
      <parm name="Password" value="" />
      <parm name="Domain" value="" />
      <characteristic type="DevSpecificCellular">
         <parm name="GPRSInfoValid" value="1" />
         <parm name="GPRSInfoAccessPointName" value="internet.adatum.com" />
      </characteristic>
    </characteristic>
</characteristic>

Remarks

One provisioning XML file typically contains configuration information for multiple Configuration Service Providers. To use this example, you must replace the values as appropriate, and add the node as a child of the OMA Client Provisioning file. For information about the syntax of this file, see OMA Client Provisioning Files. For examples, see OMA Client Provisioning XML File Examples.

See Also

Tasks

CM_GPRSEntries Configuration Service Provider Examples for OMA Client Provisioning