Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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

Copy Code
<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