Share via


CM_GPRSEntries Configuration Service Provider

This Configuration Service Provider configures the General Packet Radio Service (GPRS) entries on the device.

Note Access to this Configuration Service Provider is determined by Security roles. Because OEMs and Mobile Operators can selectively disallow access, ask them about the availability of this Configuration Service Provider. For more information, see Security Roles.

The following table shows the default settings.

Permissions Read/Write
Roles allowed to query and update setting Manager

AuthenticatedUser

Characteristics

  • <entryname>
    Specifies the name of the connection. Fields under this characteristic specify parameters for this connection.

    Note  The operating system does not allow duplicate entry names among the CM_VPNEntries, CM_PPPEntries, and CM_GPRSEntries Configuration Service Providers.

  • <entryname>/DevSpecificCellular
    Used to set parameters in the device specific structure which is passed by RAS to the cellular TAPI device by the lineSetDevConfig parm before initiating the connection. This characteristic is only valid for connections that use the cellular TAPI service provider.

  • <entryname>/DevSpecificUnimodem
    Used to set parameters in the device-specific structure that is passed by RAS to the unimodem TAPI device by the lineSetDevConfig parm before initiating the connection. This characteristic is only valid for connections that use the unimodem TAPI service provider, and therefore would not typically be used by GPRS connections.

Parms

  • AltDnsAddr
    Used in the <entryname> characteristic. This value is placed in the ipaddrDnsAlt member of the RASENTRY structure.

    For more information about RASENTRY, see MSDN.

    The following table shows the default settings.

    Permissions Read/Write
    Data type String
    Label Secondary DNS:
    Semantic phone-number
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • AltWinsAddr
    Used in the <entryname> characteristic and is placed in the ipaddrWinsAlt member of the RASENTRY structure.

    For more information about RASENTRY, see MSDN.

    The following table shows the default settings.

    Permissions Read/Write
    Data type String
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • AreaCode
    Specifies the area code portion of the phone number. This parm is used in the <entryname> characteristic and is placed in the szAreaCode member of the RASENTRY structure.

    This field should not be configured for GPRS connections.

    For more information about RASENTRY, see MSDN.

    The following table shows the default settings.

    Permissions Read/Write
    Data type String
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • BearerInfoConnectionElement
    Used in the <entryname>/DevSpecificCellular characteristic. This parm is placed in the dwConnectionElement member of the CELLDEVCONFIG structure. See CELLBEARERINFO for more information about this parm. See GSM specification 07.07 "6.7 Select bearer service type +CBST" for more information. The following table lists the possible values.

    Value Description
    1 Transparent
    2 NonTransparent
    3 BothTransparent
    4 Both NonTransparent

    The following table shows the default settings.

    Permissions Read/write
    Data type Integer
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • BearerInfoService
    This parm is used in the <entryname>/DevSpecificCellular characteristic. The parm is placed in the dwService member of the CELLDEVCONFIG structure. Permitted values are one of the CELLDEVCONFIG_SERVICE_* values defined in tsp.h. See GSM specification 07.07 "6.7 Select bearer service type +CBST" for more information. The following table lists the possible values.

    Value Description
    1 Async Modem
    2 Sync Modem
    3 Async PAD Access
    4 Sync Packet Access

    The following table shows the default settings.

    Permissions Read/write
    Data type Integer
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • BearerInfoSpeed
    This parm is used in the <entryname>/DevSpecificCellular characteristic. The parm is placed in the dwSpeed member of the CELLDEVCONFIG structure. Permitted values are one of the CELLDEVCONFIG_SPEED_* values defined in tsp.h. See GSM specification 07.07 "6.7 Select bearer service type +CBST" for more information. The following table lists the possible values.

    Value Description
    1 Auto
    2 300 v21
    3 300 v110
    4 12000 v22
    5 1200/75 v23
    6 1200 v110
    7 1200 v120
    8 2400 v22bis
    9 2400 v26ter
    10 2400 v110
    11 2400 v120
    12 4800 v32
    13 4800 v110
    14 4800 v120
    15 9600 v32
    16 9600 v34
    17 9600 v110
    18 9600 v120
    19 14400 v34
    20 14400 v110
    21 14400 v120
    22 19200 v34
    23 19200 v110
    24 19200 v120
    25 28800 v34
    26 28800 v110
    27 28800 v120
    28 38400 v110
    29 38400 v120
    30 48000 v110
    31 48000 v120
    32 56000 v110
    33 56000 v120
    34 56000 Transparent
    35 64000 Transparent

    The following table shows the default settings.

    Permissions Read/write
    Data type Integer
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • BearerInfoValid
    This parm is used in the <entryname>/DevSpecificCellular characteristic to specify whether other bearer information parameters are valid. Permitted values are 0 for OFF or 1 for ON. The value is placed in the bBearerInfoValid member of the CELLDEVCONFIG structure.

    The following table shows the default settings.

    Permissions Read/Write
    Data type Boolean
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • CompressionInfoDirection
    This parm is used in the <entryname>/DevSpecificCellular characteristic. The parm is placed in the dwDirection member of the CELLDEVCONFIG structure. See CELLDATACOMPINFO for more information about this parm. See "ITU-T Recommendation V.25 ter" Section 6.6.1 for more information. The following table lists the possible values.

    Value Description
    1 None
    2 Transmit
    3 Receive
    4 Both

    The following table shows the default settings.

    Permissions Read/write
    Data type Integer
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • CompressionInfoMaxDictEntries
    This parm is used in the <entryname>/DevSpecificCellular characteristic to control the maximum number of dictionary entries for V.42bis data compression. The value is placed in the dwMaxDictEntries member of the CELLDEVCONFIG structure. See "ITU-T Recommendation V.25 ter" Section 6.6.1 for more information.

    The following table shows the default settings.

    Permissions Read/write
    Data type Integer
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • CompressionInfoMaxStringLength
    This parm is used in the <entryname>/DevSpecificCellular characteristic to control the maximum string length for V.42bis data compression. The value is placed in the dwMaxStringLength member of the CELLDEVCONFIG structure. See "ITU-T Recommendation V.25 ter" Section 6.6.1 for more information.

    The following table shows the default settings.

    Permissions Read/write
    Data type Integer
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • CompressionInfoRequired
    This parm is used in the <entryname>/DevSpecificCellular characteristic to specify whether data compression is required. Permitted values are 0 for OFF or 1 for ON. This value is placed in the dwRequired member of the CELLDEVCONFIG structure. See "ITU-T Recommendation V.25 ter" Section 6.6.1 for more information.

    The following table shows the default settings.

    Permissions Read/Write
    Data type Boolean
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • CompressionInfoValid
    This parm is used in the <entryname>/DevSpecificCellular characteristic to specify whether other radio link information parameters are valid. Permitted values are 0 for OFF or 1 for ON. The value is placed in the bDataCompInfoValid member of the CELLDEVCONFIG structure.

    The following table shows the default settings.

    Permissions Read/Write
    Data type Boolean
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • CountryCode
    This numeric parm is used in the <entryname> characteristic and is placed in the dwCountryCode member of the RASENTRY structure. This parm specifies the country code portion of the phone number. This field should not be configured for GPRS connections. For more information about RASENTRY, see MSDN.

    The following table shows the default settings.

    Permissions Read/Write
    Data type Integer
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • Desc.<langid>
    This parm is used in the <entryname> characteristic. A tag in the format of Desc.<langid> will be used as the language specific identifier for the specified entry. For example, the field <parm name="Desc.0409" value="PPP Dialup" /> will force "PPP Dialup" to be displayed in the UI to represent this connection when the phone is set to English language (language ID 0409). Descriptions for multiple languages may be provisioned using this mechanism, and the system will automatically switch among them if the user changes language preferences on the phone. If no Desc tag is provisioned for a given language, the system will default to the characteristic tag name used to create the entry.

  • DestId
    This parm is used in the <entryname> characteristic as a GUID that represents the unique ID of the network to which this entry connects. See the connmgr.h header file for predefined GUID values IID_DestNet*.

    The following table shows the default settings.

    Permissions Read/write
    Data type String
    Label Connects to
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • DeviceName
    This parm is used in the <entryname> characteristic. The parm is placed in the szDeviceName member of the RASENTRY structure, and specifies the local portion of the phone number. This string contains the name of a TAPI device to use with this phone-book entry, for example "XYZ Corp 28800 External". To enumerate the number of available RAS-capable devices, use the lineInitialize function. For Smartphone devices, by default, this member contains the name of the cellular TAPI device (specified in the tsp.h header file) of "Cellular Line". For more information about RASENTRY, see MSDN.

    The following table shows the default settings.

    Permissions Read/Write
    Data type String
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • DeviceSpecificRAW
    This parm is used in the <entryname> characteristic to allow querying or setting the TAPI device specific data structure associated with the RAS entry. This duplicates the functionality of the various XML tags under the DevSpecificCellular and DevSpecificUnimodem characteristics, and also allows the setting of the device specific information for other non-standard TAPI service providers.

    The string value is interpreted as a hexadecimal byte stream, for example the string "FFFFFFFF" will set the structure to a single DWORD with all bits set. The resulting structure is passed into the TAPI service provider through lineSetDevConfig each time the connection is brought up.

    Note  This parameter should be used with caution because it allows direct manipulation of the underlying data

    The following table shows the default settings.

    Permissions Read/Write
    Data type String
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • DeviceType
    This parm is used in the <entryname> characteristic and is placed in the szDeviceType member of the RASENTRY structure. The default value is RASDT_Modem. For more information about RASENTRY, see MSDN.

    The following table shows the default settings.

    Permissions Read/Write
    Data type String
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • DialAsLocalCall
    This parm is used in the <entryname> characteristic to control the setting of the RASEO_DialAsLocalCall member in the RASENTRY structure. Permitted values are 0 for OFF or 1 for ON. For more information about RASENTRY and the use of this flag, see MSDN.

    Note  For cellular devices, this flag is typically ignored, and the system is programmed to dial the full canonical number, for example "+<country code><area code><local number>".

    The following table shows the default settings.

    Permissions Read/Write
    Data type Boolean
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • DnsAddr
    This parm is used in the <entryname> characteristic and is placed in the ipaddrDns member of the RASENTRY structure. For more information about RASENTRY, see MSDN.

    The following table shows the default settings.

    Permissions Read/Write
    Data type String
    Label Primary DNS:
    Semantic Type phone-number
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • Domain
    This parm is used in the <entryname> characteristic and is placed in the szDomain member of the RASDIALPARAMS structure. This parm specifies the domain to be used during authentication. For more information about RASDIALPARAMS, see MSDN.

    The following table shows the default settings.

    Permissions Read/Write
    Data type String
    Label Domain:
    Semantic type url
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • Enabled
    This parm is used in the <entryname> characteristic to enable or disable a connection entry without removing it from the system. Permitted values are 0 for OFF or 1 for ON.

    The following table shows the default settings.

    Permissions Read/write
    Data type Boolean
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • FrameSize
    This parm is used in the <entryname> characteristic and is placed in the dwFrameSize member of the RASENTRY structure. For more information about RASENTRY, see MSDN.

    The following table shows the default settings.

    Permissions Read/Write
    Data type Integer
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • Framing
    This parm is used in the <entryname> characteristic and is placed in the dwFramingProtocol member of the RASENTRY structure. For more information about RASENTRY, see MSDN.

    The following table shows the default settings.

    Permissions Read/Write
    Data type String
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • GPRSInfoAccessPointName
    This parm is used in the <entryname>/DevSpecificCellular characteristic to specify the logical name to select the GPRS gateway. The value is placed in the wszAccessPointName member of the CELLGPRSCONNECTIONINFO structure. See GSM specification 07.07 "10.1.1 Define PDP Context +CGDCONT" for more information.

    The following table shows the default settings.

    Permissions Read/Write
    Data type String
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • GPRSInfoAddress
    This parm is used in the <entryname>/DevSpecificCellular characteristic to specify the packet address to use on the connection. The value is placed in the wszAddress member of the CELLGPRSCONNECTIONINFO structure. See GSM specification 07.07 "10.1.1 Define PDP Context +CGDCONT" for more information.

    The following table shows the default settings.

    Permissions Read/Write
    Data type String
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • GPRSInfoDataCompression
    This parm is used in the <entryname>/DevSpecificCellular characteristic to control PDP data compression. See the CELLGPRSCONNECTIONINFO structure and the GSM specification 07.07 "10.1.1 Define PDP Context +CGDCONT" for more information. The following table lists the possible values. The following table lists the possible values.

    Value Description
    0 CELLDEVCONFIG_GPRSCOMPRESSION_UNKNOWN, compression status unknown.
    1 CELLDEVCONFIG_GPRSCOMPRESSION_OFF, compression off.
    2 CELLDEVCONFIG_GPRSCOMPRESSION_ON, compression on.

    The following table shows the default settings.

    Permissions Read/Write
    Data type Integer
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • GPRSInfoHeaderCompression
    This parm is used in the <entryname>/DevSpecificCellular characteristic to control PDP header compression. See the CELLGPRSCONNECTIONINFO structure, and the specification GSM 07.07 "10.1.1 Define PDP Context +CGDCONT" for more information. The following table lists the possible values.

    Value Description
    0 CELLDEVCONFIG_GPRSCOMPRESSION_UNKNOWN, compression status unknown.
    1 CELLDEVCONFIG_GPRSCOMPRESSION_OFF, compression off.
    2 CELLDEVCONFIG_GPRSCOMPRESSION_ON, compression on.

    The following table shows the default settings.

    Permissions Read/Write
    Data type Integer
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • GPRSInfoL2ProtocolType
    This parm is used in the <entryname>/DevSpecificCellular characteristic to specify the protocol for level 2 information transmission. See the CELLGPRSCONNECTIONINFO structure, for more information about this parm. See GSM specification 07.07 "10.1.6 Enter data state +CGDATA" for more information. The following table lists the possible values.

    Value Description
    1 NULL
    2 PPP
    3 PAD
    4 X25

    The following table shows the default settings.

    Permissions Read/Write
    Data type Integer
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • GPRSInfoMinQOSDelayClass
    This parm is used in the <entryname>/DevSpecificCellular characteristic to specify the Minimum Quality of Service Profile delay class. See CELLGPRSQOSSETTINGS for more information about this parm. See GSM specification 07.07 "10.1.3 Quality of Service Profile (Minimum acceptable) +CGQMIN" for more information. The following table lists the possible values.

    Value Description
    1 Subscribed
    2 Predictive 1
    3 Predictive 2
    4 Predictive 3
    5 Best Effort

    The following table shows the default settings.

    Permissions Read/Write
    Data type Integer
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • GPRSInfoMinQOSMeanThruClass
    This parm is used in the <entryname>/DevSpecificCellular characteristic to specify the Minimum Quality of Service Profile mean throughput class. See CELLGPRSQOSSETTINGS for more information about this parm. See GSM specification 07.07 "10.1.3 Quality of Service Profile (Minimum acceptable) +CGQMIN" for more information. The following table lists the possible values.

    The following table shows the default settings:

    Permissions Read/Write
    Data type Integer
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • GPRSInfoMinQOSPeakThruClass
    This parm is used in the <entryname>/DevSpecificCellular characteristic to specify the Minimum Quality of Service Profile peak throughput class. See CELLGPRSQOSSETTINGS for more information about this parm. See GSM specification 07.07 "10.1.3 Quality of Service Profile (Minimum acceptable) +CGQMIN" for more information. The following table lists the possible values.

    Value Description
    1 Subscribed
    2 8000
    3 16000
    4 32000
    5 64000
    6 128000
    7 256000
    8 512000
    9 1024000
    10 2048000

    The following table shows the default settings.

    Permissions Read/Write
    Data type Integer
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • GPRSInfoMinQOSPrecedenceClass
    This parm is used in the <entryname>/DevSpecificCellular characteristic to specify the Minimum Quality of Service Profile precedence class. Permitted values are one of the CELLDEVCONFIG_GPRSPRECEDENCECLASS_* values specified in the tsp.h header file. See GSM specification 07.07 "10.1.3 Quality of Service Profile (Minimum acceptable) +CGQMIN" for more information. The following table lists the possible values.

    Value Description
    1 Subscribed
    2 High
    3 Normal
    4 Low

    The following table shows the default settings.

    Permissions Read/Write
    Data type Integer
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • GPRSInfoMinQOSReliabilityClass
    This parm is used in the <entryname>/DevSpecificCellular characteristic to specify the Minimum Quality of Service Profile reliability class. Permitted values are one of the CELLDEVCONFIG_GPRSRELIABILITYCLASS_* values specified in the tsp.h header file. See GSM specification 07.07 "10.1.3 Quality of Service Profile (Minimum acceptable) +CGQMIN" for more information. The following table lists the possible values.

    Value Description
    1 Subscribed
    2 Class 1
    3 Class 2
    4 Class 3
    5 Class 4
    6 Class 5

    The following table shows the default settings

    Permissions Read/Write
    Data type Integer
    Roles allowed to query and update setting Operator

    Operator - TPS

    Manager

    AuthenticatedUser

  • GPRSInfoMinQOSSettingsValid
    This parm is used in the <entryname>/DevSpecificCellular characteristic to specify whether other Minimum Quality of Service parameters are valid. Permitted values are 0 for OFF or 1 for ON. The value is placed in the bMinimumQOSSettingsValid member of the CELLGPRSCONNECTIONINFO structure associated with the connection.

    The following table shows the default settings.

    Permissions Read/Write
    Data type Boolean
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • GPRSInfoParameters
    This parm is used in the <entryname>/DevSpecificCellular characteristic for specifying Protocol-specific values when defining a GPRS context. This parameter specifies a text string that is placed in the szParameters member of the CELLGPRSCONNECTIONINFO structure. See GSM specification 07.07 "10.1.1 Define PDP Context +CGDCONT" for more information.

  • GPRSInfoProtocolType
    This parm is used in the <entryname>/DevSpecificCellular characteristic. See CELLGPRSCONNECTIONINFO structure for more information about this parm. See GSM specification 07.07 "10.1.1 Define PDP Context +CGDCONT" for more information. The following table lists the possible values.

    Value Description
    1 X25
    2 IP
    3 IHOSP
    4 PPP

    The following table shows the default settings.

    Permissions Read/Write
    Data type Integer
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • GPRSInfoQOSDelayClass
    This parm is used in the <entryname>/DevSpecificCellular characteristic to specify the Requested Quality of Service Profile delay class. See CELLGPRSQOSSETTINGS for more information about this parm. See GSM specification 07.07 "10.1.2 Quality of Service Profile (Requested) +CGQREQ" for more information. The following table lists the possible values.

    Value Description
    1 Subscribed
    2 Predictive 1
    3 Predictive 2
    4 Predictive 3
    5 Best Effort

    The following table shows the default settings.

    Permissions Read/Write
    Data type Integer
    Roles allowed to query and update setting OEM

    Operator

    Operator - TPS

    Manager

    AuthenticatedUser

  • GPRSInfoQOSMeanThruClass
    This parm is used in the <entryname>/DevSpecificCellular characteristic to specify the Requested Quality of Service Profile mean throughput class. See CELLGPRSQOSSETTINGS for more information about this parm. See GSM specification 07.07 "10.1.2 Quality of Service Profile (Requested) +CGQREQ" for more information. The following table lists the possible values.

    Value Description
    1 Subscribed
    2 100
    3 200
    4 500
    5 1000
    6 2000
    7 5000
    8 10000
    9 20000
    10 50000
    11 100000
    12 200000
    13 500000
    14 1000000
    15 2000000
    16 5000000
    17 10000000
    18 20000000
    19 50000000
    20 Best Effort

    The following table shows the default settings.

    Permissions Read/Write
    Data type Integer
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • GPRSInfoQOSPeakThruClass
    This parm is used in the <entryname>/DevSpecificCellular characteristic to specify the Requested Quality of Service Profile peak throughput class. See CELLGPRSQOSSETTINGS for more information about this parm. See GSM specification 07.07 "10.1.2 Quality of Service Profile (Requested) +CGQREQ" for more information. The following table lists the possible values.

    Value Description
    1 Subscribed
    2 8000
    3 16000
    4 32000
    5 64000
    6 128000
    7 256000
    8 512000
    9 1024000
    10 2048000

    The following table shows the default settings.

    Permissions Read/Write
    Data type Integer
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • GPRSInfoQOSPrecedenceClass
    This parm is used in the <entryname>/DevSpecificCellular characteristic to specify the Requested Quality of Service Profile precedence class. Permitted values are one of the CELLDEVCONFIG_GPRSPRECEDENCECLASS_* values specified in the tsp.h header file. See GSM specification 07.07 "10.1.2 Quality of Service Profile (Requested) +CGQREQ" for more information. The following table lists the possible values.

    Value Description
    1 Subscribed
    2 High
    3 Normal
    4 Low

    The following table shows the default settings.

    Permissions Read/Write
    Data type Integer
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • GPRSInfoQOSReliabilityClass
    This parm is used in the <entryname>/DevSpecificCellular characteristic to specify the Requested Quality of Service Profile reliability class. See CELLGPRSQOSSETTINGS for more information about this parm. See GSM specification 07.07 "10.1.2 Quality of Service Profile (Requested) +CGQREQ" for more information. The following table lists the possible values.

    Value Description
    1 Subscribed
    2 Class 1
    3 Class 2
    4 Class 3
    5 Class 4
    6 Class 5

    The following table shows the default settings.

    Permissions Read/Write
    Data type Integer
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • GPRSInfoQOSSettingsValid
    This parm is used in the <entryname>/DevSpecificCellular characteristic to specify whether other Requested Quality of Service parameters are valid. Permitted values are 0 for OFF or 1 for ON. The value is placed in the bRequestedQOSSettingsValid member of the CELLGPRSCONNECTIONINFO structure.

    The following table shows the default settings.

    Permissions Read/Write
    Data type Boolean
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • GPRSInfoValid
    This parm is used in the <entryname>/DevSpecificCellular characteristic to specify whether other GPRS parameters are valid. Permitted values are 0 for OFF or 1 for ON. The value is placed in the bGPRSConnectionInfoValid member of the CELLDEVCONFIG structure.

    The following table shows the default settings.

    Permissions Read/Write
    Data type Boolean
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • IpAddr
    This parm is used in the <entryname> characteristic and is placed in the ipaddr member of the RASENTRY structure. This parm specifies the IP address to be used while this connection is active. This member is ignored unless dwfOptions specifies the RASEO_SpecificIpAddr member. For more information about RASENTRY, see MSDN.

    The following table shows the default settings for this parm.

    Permissions Read/Write
    Data type String
    Label IP address:
    Semantic type url
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • IpHeaderCompression
    This parm is used in the <entryname> characteristic to control the setting of the RASEO_IpHeaderCompression member in the RASENTRY structure. Permitted values are 0 for OFF or 1 for ON. For more information about RASENTRY and the use of this flag, see MSDN.

    The following table shows the default settings.

    Permissions Read/Write
    Data type Boolean
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • Password
    This parm is used in the <entryname> characteristic and is placed in the szPassword member of the RASDIALPARAMS structure. This parm specifies the password to be used during authentication. If left empty, the system will optionally automatically prompt for the user name and password when making a connection. This behavior is controlled by the RequirePw parm. Queries of the Password field will return a string composed of asterisks ('*').

    On operations to set the password, passing in this same string will cause the new password to be ignored and will not change the existing password. For more information about RASDIALPARAMS, see MSDN.

    The following table shows the default settings.

    Permissions Read/Write
    Data type String
    Label Password:
    Semantic type alphanumeric-password
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • Phone
    This parm is used in the <entryname> characteristic and is placed in the szLocalPhoneNumber member of the RASENTRY structure. This parm specifies the local portion of the phone number. This field should not be configured for GPRS connections. For more information about RASENTRY, see MSDN.

    The following table shows the default settings.

    Permissions Read/Write
    Data type String
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • RadioLinkInfoAckTimer
    This parm is used in the <entryname>/DevSpecificCellular to be placed in the dwAckTimer member of the CELLRADIOLINKINFO structure. See GSM specification 07.07 "6.8 Radio link protocol +CRLP" T1 parameter for more information.

    The following table shows the default settings.

    Permissions Read/Write
    Data type Integer
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • RadioLinkInfoIws
    This parm is used in the <entryname>/DevSpecificCellular to be placed in the dwIws member of the CELLRADIOLINKINFO structure. See GSM specification 07.07 "6.8 Radio link protocol +CRLP" iws parameter for more information.

    The following table shows the default settings.

    Permissions Read/Write
    Data type Integer
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • RadioLinkInfoMws
    This parm is used in the <entryname>/DevSpecificCellular to be placed in the dwMws member of the CELLRADIOLINKINFO structure. See GSM specification 07.07 "6.8 Radio link protocol +CRLP" mws parameter for more information.

    The following table shows the default settings.

    Permissions Read/Write
    Data type Integer
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • RadioLinkInfoResequenceTimer
    This parm is used in the <entryname>/DevSpecificCellular characteristic to specify the value to be placed in the dwResequenceTimer member of the CELLRADIOLINKINFO structure as defined in the CELLRADIOLINKINFO structure. See GSM specification 07.07 "6.8 Radio link protocol +CRLP" T4 parameter for more information.

    The following table shows the default settings.

    Permissions Read/Write
    Data type Integer
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • RadioLinkInfoRetransmitAttempts
    This parm is used in the <entryname>/DevSpecificCellular to specify the value to be placed in the dwRetransmitAttempts member of the CELLRADIOLINKINFO structure. See GSM specification 07.07 "6.8 Radio link protocol +CRLP" N2 parameter for more information.

    The following table shows the default settings:

    Permissions Read/Write
    Data type Integer
    Roles allowed to query and update setting OEM

    Operator

    Operator - TPS

    Manager

    AuthenticatedUser

  • RadioLinkInfoValid
    This parm is used in the <entryname>/DevSpecificCellular characteristic to specify whether other radio link information parameters are valid. Permitted values are 0 for OFF or 1 for ON. The value is placed in the bRadioLinkInfoValid member of the CELLDEVCONFIG structure.

    The following table shows the default settings.

    Permissions Read/Write
    Data type Boolean
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • RadioLinkInfoVersion
    This parm is used in the <entryname>/DevSpecificCellular to be placed in the dwVersion member of the CELLGPRSQOSSETTINGS structure. See GSM specification 07.07 "6.8 Radio link protocol +CRLP" ver parameter for more information.

    The following table shows the default settings.

    Permissions Read/Write
    Data type Integer
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • RemoteDefaultGateway
    This parm is used in the <entryname> characteristic and controls the setting of the RASEO_RemoteDefaultGateway member in the RASENTRY structure. Permitted values are 0 for OFF or 1 for ON. Windows CE sets this flag only when a new RASENTRY structure is populated with default values; however, Windows CE ignores this flag and does not modify the default route.

    Value Description
    1 Subscribed
    2 100
    3 200
    4 500
    5 1000
    6 2000
    7 5000
    8 10000
    9 20000
    10 50000
    11 100000
    12 200000
    13 500000
    14 1000000
    15 2000000
    16 5000000
    17 10000000
    18 20000000
    19 50000000
    20 Best Effort

    The following table shows the default settings.

    Permissions Read/Write
    Data type Boolean
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • RequireDataEncryption
    Controls the setting of the RASEO_RequireDataEncryption member in the RASENTRY structure. Permitted values are 0 for OFF or 1 for ON.

    This parm is used in the <entryname> characteristic.

    For more information about RASENTRY and the use of this flag, see MSDN.

    The following table shows the default settings.

    Permissions Read/Write
    Data type Boolean
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • RequireEncryptedPw
    This parm is used in the <entryname> characteristic to control the setting of the RASEO_RequireEncryptedPw member in the RASENTRY structure. Permitted values are 0 for OFF or 1 for ON.

    For more information about RASENTRY and the use of this flag, see MSDN.

    The following table shows the default settings.

    Permissions Read/Write
    Data type Boolean
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • RequireMsEncryptedPw
    This parm is used in the <entryname> characteristic to control the setting of the RASEO_RequireMsEncryptedPw member in the RASENTRY structure. Permitted values are 0 for OFF or 1 for ON.

    For more information about RASENTRY and the use of this flag, see MSDN.

    The following table shows the default settings.

    Permissions Read/Write
    Data type Boolean
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • RequirePw
    This parm is used in the <entryname> characteristic to control whether the system should prompt for a user name/password/domain name before dialing the phone. If set to 1, the system will prompt if no password or user name is provisioned. If set to 0, the system will not prompt for password before dialing even if no password or user name is provisioned. For GPRS connections, the default value of this parameter is 0.

    The following table shows the default settings.

    Permissions Read/Write
    Data type Integer
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • Script
    This parm is used in the <entryname> characteristic and is placed in the szScript member of the RASENTRY structure. This parm specifies a string containing the name of the script file. The file name should be a full path. For more information about RASENTRY, see MSDN.

    The following table shows the default settings.

    Permissions Read/Write
    Data type String
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • SpecificIpAddr
    This parm is used in the <entryname> characteristic to control the setting of the RASEO_SpecificIpAddr flag in the RASENTRY structure. Permitted values are 0 for OFF or 1 for ON.

    For more information about RASENTRY and the use of this flag, see MSDN.

    The following table shows the default settings.

    Permissions Read/Write
    Data type String
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • SpecificNameServers
    Controls the setting of the RASEO_SpecificNameServers member in the RASENTRY structure. Permitted values are 0 for OFF or 1 for ON.

    This parm is used in the <entryname> characteristic.

    For more information about RASENTRY and the use of this flag, see MSDN.

    The following table shows the default settings.

    Permissions Read/Write
    Data type String
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • SwCompression
    Controls the setting of the RASEO_SwCompression member in the RASENTRY structure. Permitted values are 0 for OFF or 1 for ON.

    This parm is used in the <entryname> characteristic

    For more information about RASENTRY and the use of this flag, see MSDN.

    The following table shows the default settings.

    Permissions Read/Write
    Data type Boolean
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • UseCountryAndAreaCodes
    Controls the setting of the RASEO_UseCountryAndAreaCodes member in the RASENTRY structure. Permitted values are 0 for OFF or 1 for ON.

    This parm is used in the <entryname> characteristic.

    For more information about RASENTRY and the use of this flag, see MSDN.

    Note  For cellular devices, this flag is typically ignored, and the system is programmed to dial the full canonical number; for example, "+<country code><area code><local number>".

    The following table shows the default settings.

    Permissions Read/Write
    Data type Boolean
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • UserName
    Specifies the user name to be used during authentication. If this parm is empty, based on the RequirePw parm setting, the system can automatically prompt for the user name and password when making a connection .

    This parm is used in the <entryname> characteristic and is placed in the szUserName member of the RASDIALPARAMS structure.

    For more information about RASDIALPARAMS, see MSDN.

    The following table shows the default settings.

    Permissions Read/Write
    Data type String
    Roles allowed to query and update setting Manager

    AuthenticatedUser

  • WinsAddr
    Specifies the IP address of the WINS server to be used while the connection is active. This member is ignored unless dwfOptions specifies the RASEO_SpecificNameServers member.

    The following table shows the default settings.

    Permissions Read/Write
    Data type String
    Roles allowed to query and update setting Manager

    AuthenticatedUser

    For more information about RASENTRY, see MSDN.

Elements

Elements Available
noparm No
nocharacteristic Yes
characteristic-query Yes
parm-query Yes

For information about specific elements, see MSPROV DTD Elements.

See Also

Configuration Service Provider Reference for Windows Mobile| CM_GPRSEntries Configuration Service Provider

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.