Configuring an AlwaysOn GPRS Connection Example

4/8/2010

The following example shows a sample Wireless Application Protocol (WAP) provisioning XML document that configures a GPRS connection for AlwaysOn.

Code Example

<characteristic type="CM_GPRSEntries">
   <characteristic type="My Internet GPRS">
      <parm name="DestId" value="{436EF144-B4FB-4863-A041-8F905A62C572}" />
         <parm name="AlwaysOn" value="1" />
      <characteristic type="DevSpecificCellular"> 
         <parm name="BearerInfoValid" value="1" /> 
         <parm name="GPRSInfoValid" value="1" /> 
         <parm name="GPRSInfoProtocolType" value="2" /> 
         <parm name="GPRSInfoL2ProtocolType" value="2" /> 
         <parm name="GPRSInfoAccessPointName" value="internet.adatum.com" /> 
         <parm name="GPRSInfoAddress" value="" /> 
         <parm name="GPRSInfoDataCompression" value="1" /> 
         <parm name="GPRSInfoHeaderCompression" value="1" /> 
      </characteristic> 
   </characteristic>
</characteristic>

Remarks

For the device to decode correctly, provisioning XML that contains the APPLICATION characteristic must support OMA Client Provisioning version 1.1.

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