Adding a GPRS Entry Example

Send Feedback

This example illustrates how to establish a GPRS connection. The value defined in the DestId parameter is the GUID that specifies the network to which a GPRS connection will be made (in this case, the network is The Internet, one of the default networks).

<wap-provisioningdoc>
   <characteristic type="CM_GPRSEntries">
      <characteristic type="GPRS1">
         <parm name="DestId" 
         value="{436EF144-B4FB-4863-A041-8F905A62C572}" />
         <characteristic type="DevSpecificCellular">
            <parm name="BearerInfoValid" value="1" />
            <parm name="GPRSInfoValid" value="1" />
            <parm name="GPRSInfoProtocolType" value="2" /> 
            <parm name="GPRSInfoL2ProtocolType" 
            value="PPP" />
            <parm name="GPRSInfoAccessPointName" 
            value="internet3.thephone-company.com" />
            <parm name="GPRSInfoAddress" 
            value="" />
            <parm name="GPRSInfoDataCompression" 
            value="1" />
            <parm name="GPRSInfoHeaderCompression" 
            value="1" />
            <parm name="GPRSInfoParameters" value="" />
         </characteristic>
      </characteristic>
   </characteristic>
</wap-provisioningdoc>

For complete descriptions of the parameters and characteristics, see the CM_GPRSEntries Configuration Service Provider.

See Also

CM_GPRSEntries Configuration Service Provider Examples for OMA Client Provisioning

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.