diff -r e1b950c65cb4 -r 837f303aceeb epoc32/include/commsdattypesv1_1.h --- a/epoc32/include/commsdattypesv1_1.h Wed Mar 31 12:27:01 2010 +0100 +++ b/epoc32/include/commsdattypesv1_1.h Wed Mar 31 12:33:34 2010 +0100 @@ -1,9 +1,9 @@ // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available -// under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members +// under the terms of "Eclipse Public License v1.0" // which accompanies this distribution, and is available -// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html". +// at the URL "http://www.eclipse.org/legal/epl-v10.html". // // Initial Contributors: // Nokia Corporation - initial contribution. @@ -19,9 +19,6 @@ // // - - - /** @file @publishedAll @@ -31,7 +28,6 @@ #if (!defined COMMSDATTYPESV1_1_H) #define COMMSDATTYPESV1_1_H - #include #include #include @@ -39,11 +35,12 @@ #include + namespace CommsDat { -/////////////////////////////////////////////////////////////////////////////////////////// +// // COMMSDAT RECORD BASE CLASS // Contains fields common to all records // @@ -58,11 +55,11 @@ { public: - IMPORT_C CCDRecordBase(TMDBElementId aElementId); ///< Import CCDRecordBase constructor from another DLL. + IMPORT_C CCDRecordBase(TMDBElementId aElementId); //< Import CCDRecordBase constructor from another DLL. - IMPORT_C static CMDBRecordBase* RecordFactoryL(TMDBElementId); ///< Import function RecordFactoryL from another DLL. + IMPORT_C static CMDBRecordBase* RecordFactoryL(TMDBElementId); //< Import function RecordFactoryL from another DLL. - IMPORT_C static CMDBRecordBase* CreateCopyRecordL(CMDBRecordBase& aCopyFromRecord); ///< Import function CreateCopyRecordL from another DLL. + IMPORT_C static CMDBRecordBase* CreateCopyRecordL(CMDBRecordBase& aCopyFromRecord); //< Import function CreateCopyRecordL from another DLL. void ConstructL(); protected: @@ -73,9 +70,9 @@ // Element members - CMDBField iRecordTag; /// iRecordTag; // iRecordName; ///< User-defined name for this record. Should be unique in this table. + CMDBField iRecordName; //< User-defined name for this record. Should be unique in this table. private: @@ -83,7 +80,7 @@ }; #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY -////////////////////////////////////////////////////////////// +// // BASE CLASS FOR ALL SERVICE RECORDS // Contains fields common to all service records // @@ -121,7 +118,7 @@ }; #endif -////////////////////////////////////////////////////////////// +// // BASE CLASS FOR ALL SERVICE RECORDS // Contains fields common to all service records // @@ -160,7 +157,7 @@ public: // Field Declarations shared by all Service Records - CMDBField iServiceEnableLlmnr; ///< Specifies whether Link-local multicast name resolution is enabled. + CMDBField iServiceEnableLlmnr; //< Specifies whether Link-local multicast name resolution is enabled. private: @@ -169,7 +166,7 @@ -////////////////////////////////////////////////////////////// +// // BASE CLASS FOR ALL BEARER RECORDS // Contains fields common to all bearer records // @@ -209,7 +206,7 @@ public: // Field Declarations shared by all Bearer Records - CMDBField iBearerAgent; ///< Name of the agent to be used by a particular bearer + CMDBField iBearerAgent; //< Name of the agent to be used by a particular bearer private: @@ -220,7 +217,7 @@ class CCDIAPRecord; -////////////////////////////////////////////////////////////////////////////// +// // 02/ CONNECTION PREFERENCES RECORD // // Forward declaration @@ -255,11 +252,11 @@ public : // Member Elements - CMDBField iRanking; ///< IAP ranking- An IAP with ranking of 1 is attempted first and so forth. An IAP with a ranking of 0 will never be attempted for connection. - CMDBField iDirection; ///< Specifies the direction of a connection. - CMDBField iBearerSet; ///< Bearers which can be used for a connection. - CMDBField iDialogPref; ///< Specifies whether the system, on a connection attempt being started, should: a) offer the user a menu of the available connection options; b) warn that a connection is about to take place; c) connect without further notifying the user. Takes a value from the enum TCommDbDialogPref. Default value is ECommDbDialogPrefUnknown. - CMDBRecordLink iDefaultIAP; ///< The record id of the preferred IAP to connect to. + CMDBField iRanking; //< IAP ranking- An IAP with ranking of 1 is attempted first and so forth. An IAP with a ranking of 0 will never be attempted for connection. + CMDBField iDirection; //< Specifies the direction of a connection. + CMDBField iBearerSet; //< Bearers which can be used for a connection. + CMDBField iDialogPref; //< Specifies whether the system, on a connection attempt being started, should: a) offer the user a menu of the available connection options; b) warn that a connection is about to take place; c) connect without further notifying the user. Takes a value from the enum TCommDbDialogPref. Default value is ECommDbDialogPrefUnknown. + CMDBRecordLink iDefaultIAP; //< The record id of the preferred IAP to connect to. private: static const SRecordTypeInfo* const iRecordInfo; }; @@ -271,14 +268,13 @@ class CCDModemBearerRecord; class CCDNetworkRecord; class CCDAgentLookupRecord; -class CCDCDMA2000PacketServiceRecord; class CCDWAPAccessPointRecord; class CCDAccessPointRecord; #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY class CCDTierRecord; #endif -/////////////////////////////////////////////////////////////////////////// +// // 03/ GLOBAL SETTINGS RECORD // /** @@ -315,58 +311,36 @@ public: CMDBRecordLink iWAPAccessPoint; - CMDBField iMaxConnectionAttempts; ///< Number of attempts to establish a connection. - CMDBField iMaxRedialAttempts; ///< Maximum redial attempts before report failure to user. + CMDBField iMaxConnectionAttempts; //< Number of attempts to establish a connection. + CMDBField iMaxRedialAttempts; //< Maximum redial attempts before report failure to user. - CMDBField iSMSBearer; ///< Default bearer for SMS on the phone. - CMDBField iSMSReceiveMode; ///< Clients (SMS Stack on the phone) can receive an SMS either before or after the message has been stored. If the client receives a new message, which the phone has already stored and has acknowledged, then the client does not have to do anything further. If the client receives an unstored new message which the phone has not acknowledged, then the client has the responsibility of attempting to store the message and then either "acking" or "nacking" that message to the network. + CMDBField iSMSBearer; //< Default bearer for SMS on the phone. + CMDBField iSMSReceiveMode; //< Clients (SMS Stack on the phone) can receive an SMS either before or after the message has been stored. If the client receives a new message, which the phone has already stored and has acknowledged, then the client does not have to do anything further. If the client receives an unstored new message which the phone has not acknowledged, then the client has the responsibility of attempting to store the message and then either "acking" or "nacking" that message to the network. - CMDBField iGPRSAttachMode; ///< Determines when the GPRS terminal should attach to the network. i.e. attach at the boot-up of the device or at a later time. - CMDBField iAcceptIncomingGPRS; ///< Specifies whether or not to allow incoming requests for PDP context activation to be automatically accepted (when there is a waiting application). - CMDBField iGPRSClassCBearer; ///< The preferred bearer when the device (phone) is forced into GPRS Class C operation. + CMDBField iGPRSAttachMode; //< Determines when the GPRS terminal should attach to the network. i.e. attach at the boot-up of the device or at a later time. + CMDBField iAcceptIncomingGPRS; //< Specifies whether or not to allow incoming requests for PDP context activation to be automatically accepted (when there is a waiting application). + CMDBField iGPRSClassCBearer; //< The preferred bearer when the device (phone) is forced into GPRS Class C operation. - CMDBRecordLink iModemForDataAndFax; // VCT - Break? - CMDBRecordLink iModemForPhoneServicesAndSMS; // VCT - Break? + CMDBRecordLink iModemForDataAndFax; + CMDBRecordLink iModemForPhoneServicesAndSMS; - CMDBRecordLink iLocationForDataAndFax; ///< Default local location info for data and fax calls. - CMDBRecordLink iLocationForPhoneServicesAndSMS; ///< Sets the default location from which you are dialling for phone services such as a SMS service + CMDBRecordLink iLocationForDataAndFax; //< Default local location info for data and fax calls. + CMDBRecordLink iLocationForPhoneServicesAndSMS; //< Sets the default location from which you are dialling for phone services such as a SMS service - CMDBField iMaxMBufHeap; ///< Maximum RMBuf heap size. - CMDBRecordLink iDefaultAgent; ///< Record id of an agent from the AgentLookup table. + CMDBField iMaxMBufHeap; //< Maximum RMBuf heap size. + CMDBRecordLink iDefaultAgent; //< Record id of an agent from the AgentLookup table. - CMDBRecordLink iDefaultNetwork; ///< Default network to connect to. + CMDBRecordLink iDefaultNetwork; //< Default network to connect to. - CMDBField iBearerAvailabilityCheckTSY; ///< The name of the TSY that should be used for bearer availability checking. If this global setting is not found then the TSY specified in ModemBearer is used. - /*@internalcomponent*/ - CMDBRecordLink iCDMAOPCapability; ///< CDMA PARAMETER- Not currently supported. - /*@internalcomponent*/ - CMDBRecordLink iCDMASimIPMaxNumNai; ///< CDMA PARAMETER- Not currently supported. - /*@internalcomponent*/ - CMDBRecordLink iCDMASimIPMaxNaiLength; ///< CDMA PARAMETER- Not currently supported. - /*@internalcomponent*/ - CMDBRecordLink iCDMASimIPMaxSSLength; ///< CDMA PARAMETER- Not currently supported. - /*@internalcomponent*/ - CMDBRecordLink iCDMASimIPAuthSupported; ///< CDMA PARAMETER- Not currently supported. - /*@internalcomponent*/ - CMDBRecordLink iCDMAMIPMaxNumNai; ///< CDMA PARAMETER- Not currently supported. - /*@internalcomponent*/ - CMDBRecordLink iCDMAMIPMaxNaiLength; ///< CDMA PARAMETER- Not currently supported. - /*@internalcomponent*/ - CMDBRecordLink iCDMAMIPMaxMNAAASSLength; ///< CDMA PARAMETER- Not currently supported. - /*@internalcomponent*/ - CMDBRecordLink iCDMAMIPMNAAAAuthAlgorithm; ///< CDMA PARAMETER- Not currently supported. - /*@internalcomponent*/ - CMDBRecordLink iCDMAMIPMaxMNHASSLength; ///< CDMA PARAMETER- Not currently supported. - /*@internalcomponent*/ - CMDBRecordLink iCDMAMIPMNHAAuthAlgorithm; ///< CDMA PARAMETER- Not currently supported. - + CMDBField iBearerAvailabilityCheckTSY; //< The name of the TSY that should be used for bearer availability checking. If this global setting is not found then the TSY specified in ModemBearer is used. + //This field differentiate the Bravo selection from the 399 selection //(needed for implicit scenarios where prefs are not available) - CMDBRecordLink iDefaultSnap; /// iDefaultSnap; // iPromptForSnap; //endif @@ -374,8 +348,11 @@ CMDBRecordLink iDefaultTier; #endif - CMDBField iRegulatoryDomain; +CMDBField iRegulatoryDomain; + CMDBField iWmmEnabled; + CMDBField iEnableCountryCode; + CMDBField iDefaultRegulatoryDomain; private: static const SRecordTypeInfo* const iRecordInfo; @@ -383,7 +360,7 @@ -/////////////////////////////////////////////////////////////////////////// +// // 04/ NETWORK RECORD // /** @@ -416,7 +393,7 @@ DATA_VTABLE public: - CMDBField iHostName; ///< Name of the host of the network + CMDBField iHostName; //< Name of the host of the network private: @@ -426,7 +403,7 @@ -//////////////////////////////////////////////////////////////////////// +// // 05/ LOCATION RECORD // /** @@ -446,7 +423,7 @@ @internalComponent */ CCDLocationRecord(TMDBElementId aElementId); - + /** Gets the following information: - iTypeId @@ -463,16 +440,16 @@ public: // MemberData - CMDBField iIntlPrefixCode; ///< Prefix code to use for international calls. - CMDBField iNatPrefixCode; ///< Prefix code to use for national calls. - CMDBField iNatCode; ///< Country code. - CMDBField iAreaCode; ///< Area code. - CMDBField iDialOutCode; ///< Number to dial for an outside line. - CMDBField iDisableCallWaitingCode; ///< Code to dial to disable call waiting facility. - CMDBField iMobile; ///< Specifies whether the device is a mobile phone. - CMDBField iUsePulseDial; ///< Specifies whether to use pulse dialling. - CMDBField iWaitForDialTone; ///< Specifies whether to wait for the dial tone. - CMDBField iPauseAfterDialOut; ///< This specifies the length of the pause (in seconds) after using the dial-out code. In the dial string this delay is represented as a comma. The number indicates the value of that comma. + CMDBField iIntlPrefixCode; //< Prefix code to use for international calls. + CMDBField iNatPrefixCode; //< Prefix code to use for national calls. + CMDBField iNatCode; //< Country code. + CMDBField iAreaCode; //< Area code. + CMDBField iDialOutCode; //< Number to dial for an outside line. + CMDBField iDisableCallWaitingCode; //< Code to dial to disable call waiting facility. + CMDBField iMobile; //< Specifies whether the device is a mobile phone. + CMDBField iUsePulseDial; //< Specifies whether to use pulse dialling. + CMDBField iWaitForDialTone; //< Specifies whether to wait for the dial tone. + CMDBField iPauseAfterDialOut; //< This specifies the length of the pause (in seconds) after using the dial-out code. In the dial string this delay is represented as a comma. The number indicates the value of that comma. private: @@ -480,7 +457,7 @@ static const SRecordTypeInfo* const iRecordInfo; }; -////////////////////////////////////////////////////////////////////////////////////// +// // 06/ IAP RECORD // /** @@ -515,13 +492,13 @@ public: // Member Data - CMDBField iServiceType; ///< The name of a servicing table. E.g. DialOutISP. - CMDBRecordLink iService; ///< Every IAP provides a specific service. The field IAPService provides a link between the IAP and the servicing table, It tells us which record to use from the servicing table. For example, an IAP could provide the DialOutISP service. Say IAPService = 1, this would mean the settings of first record in the DialOutISP table is provided by this particular IAP. - CMDBField iBearerType; ///< The name of the bearer to be used for the IAP. - CMDBRecordLink iBearer; ///< The record id from the Bearer table specifying the bearer to be used with the IAP. - CMDBRecordLink iNetwork; ///< The record id of the network to be used with the IAP. The IAP will connect to this network. - CMDBField iNetworkWeighting; ///< When there are multiple IAPs that wish to connect to the same network, this subset of IAPs is given a weighting. This determines the order of connection to that particular network. The IAP with the highest weighting will receive the first connection attempt and if that fails, the next highest IAP is attempted and so forth. This is an alternative way to make a connection if the ConnectionPreferences ranking system is not preferred. - CMDBRecordLink iLocation; ///< The record id specifying a location for the IAP. This field links the Location table and the IAP table together. The location determines factors such as areacode prefix dialling etc. + CMDBField iServiceType; //< The name of a servicing table. E.g. DialOutISP. + CMDBRecordLink iService; //< Every IAP provides a specific service. The field IAPService provides a link between the IAP and the servicing table, It tells us which record to use from the servicing table. For example, an IAP could provide the DialOutISP service. Say IAPService = 1, this would mean the settings of first record in the DialOutISP table is provided by this particular IAP. + CMDBField iBearerType; //< The name of the bearer to be used for the IAP. + CMDBRecordLink iBearer; //< The record id from the Bearer table specifying the bearer to be used with the IAP. + CMDBRecordLink iNetwork; //< The record id of the network to be used with the IAP. The IAP will connect to this network. + CMDBField iNetworkWeighting; //< When there are multiple IAPs that wish to connect to the same network, this subset of IAPs is given a weighting. This determines the order of connection to that particular network. The IAP with the highest weighting will receive the first connection attempt and if that fails, the next highest IAP is attempted and so forth. This is an alternative way to make a connection if the ConnectionPreferences ranking system is not preferred. + CMDBRecordLink iLocation; //< The record id specifying a location for the IAP. This field links the Location table and the IAP table together. The location determines factors such as areacode prefix dialling etc. #ifdef SYMBIAN_NETWORKING_UMTSR5 CMDBField iAppSid; // Marks this IAP for exclusive use of a particular Application #endif @@ -532,7 +509,7 @@ -////////////////////////////////////////////////////////////////////////////////////// +// // 07/ WAP ACCESS POINT RECORD // /** @@ -567,8 +544,8 @@ public : // Member Elements - CMDBField iWAPCurrentBearer; ///< The name of the table from which to read the bearer information. This can be WAP_IP_BEARER or WAP_SMS_BEARER. - CMDBField iWAPStartPage; ///< WAP start page URL. + CMDBField iWAPCurrentBearer; //< The name of the table from which to read the bearer information. This can be WAP_IP_BEARER or WAP_SMS_BEARER. + CMDBField iWAPStartPage; //< WAP start page URL. private: @@ -579,7 +556,7 @@ //Forward declaration class CCDChargecardRecord; -///////////////////////////////////////////////////////////////////////////////////// +// // 08/ DIAL OUT ISP SERVICE RECORD // /** @@ -601,7 +578,7 @@ DATA_VTABLE - /** + /** Gets the following information: - iTypeId - iValType @@ -617,69 +594,69 @@ // Member Data - CMDBField iDescription; ///< Description of the ISP. - CMDBField iType; ///< Type of browser protocol used. The term 'browser protocol' is used to differentiate between the standards that are used when browsing web pages. For example HTML for general internet standards and WML for WAP standards. - CMDBField iDefaultTelNum; ///< Default phone number for an ISP, used to dial-up to the ISP. - CMDBField iDialResolution; ///< Specifies whether to add additional information from the Location table such as AreaCode, NatCode to the ISP number (DefaultTelNum) to be dialled. - CMDBRecordLink iChargecard; ///< This is an optional field which is set when the ISP has permission from the user to use their chargecard details such as their account number. CCDDialOutISP ::iChargecard - CMDBField iUseLoginScript; ///< Specifies whether to login with a script or not. - CMDBField iLoginScript; ///< The actual script used to login to the ISP. - CMDBField iPromptForLogin; ///< Prompt user to enter login information to start a session with the ISP, i.e. username and password. - CMDBField iLoginName; ///< User login name. - CMDBField iLoginPass; ///< User login password. - CMDBField iDisplayPct; ///< Specifies whether to display the post connection terminal (PCT) (without scanning the login script for READ commands). - CMDBField iIfParams; ///< Interface parameter string-used to specify the lower layer that the interface protocol is to use. - CMDBField iIfNetworks; ///< Comma separated list of network protocols to be used by the NIF. - CMDBField iIfPromptForAuth; ///< Specifies whether or not to request an authentication username and password. This depends on whether or not the user wishes to connect to the ISP's NIF(s). - CMDBField iIfAuthName; ///< Prompt user to enter authentication username. Used when a user wishes to connect to the ISP's NIF(s). E.g. PPP. - CMDBField iIfAuthPass; ///< Prompt user to enter authentication password used by an interface protocol such as PPP. Used when a user wishes to connect to the ISP's NIF(s). E.g. PPP. - CMDBField iIfAuthRetries; ///< Number of times to retry authentication if it fails. - CMDBField iIfCallbackEnabled; ///< Specifies whether call-back is enabled. Call-back is usually due to security or toll-saving reasons. - CMDBField iIfCallbackType; ///< The Internet Engineering Task Force (IETF) Callback type. For more detailed information of the meaning of the possible values for this field, please refer to information regarding the Call-back Control Protocol (CBCP) and the Microsoft CBCP. - CMDBField iIfCallbackInfo; ///< Info for call-back request if enabled. This information could for example be a phone number. - CMDBField iCallbackTimeout; ///< Time duration to wait for the ISP to call back and establish a connection. In microseconds (if call-back is enabled). - CMDBField iIfServerMode; ///< PPP in server mode? - CMDBField iIpAddrFromServer; ///< Specifies whether to get the IP address from the ISP. - CMDBField iIpAddr; ///< Static IP Address (if required). This is the IP address of a NIF. This is used if the address is not dynamically allocated by the ISP. - CMDBField iIpNetMask; ///< IP netmask of the NIF. - CMDBField iIpGateway; ///< IP address of the Gateway. - CMDBField iIpDnsAddrFromServer; ///< Specifies whether to get the DNS address (IPV4) from the ISP. - CMDBField iIpNameServer1; ///< Static address of the Primary IPV4 DNS server if required. This is used if the address of the name server is not dynamically allocated by the ISP. May be set to 0.0.0.0 to disable assigning the primary DNS address. - CMDBField iIpNameServer2; ///< Static address of the Secondary IPV4 DNS server (if required). May be set to 0.0.0.0 to disable assigning the secondary DNS address. - CMDBField iIp6DnsAddrFromServer; ///< Specifies whether to get the DNS address (IPV6) from the ISP. - CMDBField iIp6NameServer1; ///< Static address of the Primary IPV6 name server if required. This is used if the address of the name server is not dynamically allocated by the ISP. May be set to 0.0.0.0 to disable assigning the primary DNS address. - CMDBField iIp6NameServer2; ///< Static address of the Secondary IPV6 name server if required. May be set to 0.0.0.0 to disable assigning the secondary DNS address. - CMDBField iIpAddrLeaseValidFrom; ///< Start of the address lease for dynamic address allocation by the ISP (e.g. a DHCP assigned IP address). Start time information stating when the IP address was leased out. The format is as follows: dd/mm/yyyy hr:mins AM/PM, e.g. 04/08/2006 6:21 PM. - CMDBField iIpAddrLeaseValidTo; ///< End of the address lease for dynamic address allocation by the ISP (e.g. a DHCP assigned IP address). End time information stating when the IP address lease finishes. The format is as follows: dd/mm/yyyy hr:mins AM/PM, e.g. 08/08/2006 6:21 PM. - CMDBField iConfigDaemonManagerName; ///< Name of the ECOM daemon manager plug-in for NIFMAN used to load a specific configuration daemon. - CMDBField iConfigDaemonName; ///< Name of the daemon used for address configuration. - CMDBField iEnableIpHeaderComp; ///< Specifies whether to enable IP header compression protocol. - CMDBField iEnableLcpExtension; ///< Specifies whether to enable LCP extension protocol. - CMDBField iDisablePlainTextAuth; ///< Specifies whether to disable plain text authentication. If disabled, PAP cannot be used- CHAP will be used instead. - CMDBField iEnableSwComp; ///< Specifies whether to enable software compression. Here, the data payload is compressed, which is separate to header compression. Enabling this field will enable compression such as Microsoft or Predictor compression. - CMDBField iBearerName; ///< Name of the bearer used to establish and transmit data over the connection - CMDBField iBearerSpeed; ///< Baud rate of the bearer. - CMDBField iBearerCe; ///< Defines the quality of service (QoS) of the connection. - CMDBField iInitString; ///< Initialisation string for the bearer, used specifically when a modem is in use. It is used to initialise (init) the modem by sending it a string of commands, typically Hayes commands. - CMDBField iBearerType; ///< The bearer's chosen method to transmit data. This can be of 2 types - either CSD or HSCSD. - CMDBField iChannelCoding; ///< The channel coding used for the connection. This field can only be used when the BearerType field has a value of "HSCSD". - CMDBField iAiur; ///< Air interface user rate (AIUR) - The AIUR (Air Interface User Rate) is the rate indicated between a Mobile Terminal (Mobile Station) and the IWF (Interworking function) for transparent and non-transparent data services. - CMDBField iRequestedTimeSlots; ///< Requested number of time slots for HSCSD. - CMDBField iMaximumTimeSlots; ///< Maximum number of time slots for HSCSD which could be requested during the connection. - CMDBField iBearerService; ///< Bearer service refers to a service that allows transmission of data between NIFs. It defines the correct service to use when setting up the data connection. - CMDBField iBearerProtocol; ///< A set of standards governed by the ITU-T allowing different bearers to communicate with each other. Bearer protocol definitions are typically referred to by the letter V followed by a number. - CMDBField iRlpVersion; ///< Radio Link Protocol (RLP)- is an automatic repeat request (ARQ) protocol used over a wireless interface. RLP is differentiated by version numbers. - CMDBField iIwfToMs; ///< Integer specifying network to MS (Mobile Station) window size. IWF stands for Interworking Function and MS stands for Mobile Station. - CMDBField iMsToIwf; ///< Integer specifying MS (Mobile Station) to network window size. - CMDBField iAckTimer; ///< Acknowledgement Timer: takes an integer specifying RLP ack timeout in microseconds. - CMDBField iRetransmissionAttempts; ///< Specifies number of RLP retransmission attempts. - CMDBField iResequencePeriod; ///< Specifies the period when packets are being resequenced. - CMDBField iV42Compression; ///< Enumeration specifying 1) Whether or not to set V.42 Compression 2) Direction that compression is used. V.42 compression follows the V.42bis protocol which is a data compression protocol used on top of the bearer protocol. - CMDBField iV42Codewords; ///< Specifies the V.42 codewords if V.42 compression is used. A codeword represents a string of characters in compressed form. - CMDBField iV42MaxLength; ///< Specifies the maximum string length of the data before V.42 compression. - CMDBField iAsymmetry; ///< For HSCSD. An enumeration to specify whether 1) asymmetrical bias on the connection is preferred 2) Type of asymmetrical bias used. Note: The service provided by uplink and downlink is different. - CMDBField iUserInitUpgrade; ///< Specifies whether the user will initialise service upgrade over HSCSD or not - CMDBField iUseEdge; ///< Specifies whether to use EDGE technology. + CMDBField iDescription; //< Description of the ISP. + CMDBField iType; //< Type of browser protocol used. The term 'browser protocol' is used to differentiate between the standards that are used when browsing web pages. For example HTML for general internet standards and WML for WAP standards. + CMDBField iDefaultTelNum; //< Default phone number for an ISP, used to dial-up to the ISP. + CMDBField iDialResolution; //< Specifies whether to add additional information from the Location table such as AreaCode, NatCode to the ISP number (DefaultTelNum) to be dialled. + CMDBRecordLink iChargecard; //< This is an optional field which is set when the ISP has permission from the user to use their chargecard details such as their account number. CCDDialOutISP ::iChargecard + CMDBField iUseLoginScript; //< Specifies whether to login with a script or not. + CMDBField iLoginScript; //< The actual script used to login to the ISP. + CMDBField iPromptForLogin; //< Prompt user to enter login information to start a session with the ISP, i.e. username and password. + CMDBField iLoginName; //< User login name. + CMDBField iLoginPass; //< User login password. + CMDBField iDisplayPct; //< Specifies whether to display the post connection terminal (PCT) (without scanning the login script for READ commands). + CMDBField iIfParams; //< Interface parameter string-used to specify the lower layer that the interface protocol is to use. + CMDBField iIfNetworks; //< Comma separated list of network protocols to be used by the NIF. + CMDBField iIfPromptForAuth; //< Specifies whether or not to request an authentication username and password. This depends on whether or not the user wishes to connect to the ISP's NIF(s). + CMDBField iIfAuthName; //< Prompt user to enter authentication username. Used when a user wishes to connect to the ISP's NIF(s). E.g. PPP. + CMDBField iIfAuthPass; //< Prompt user to enter authentication password used by an interface protocol such as PPP. Used when a user wishes to connect to the ISP's NIF(s). E.g. PPP. + CMDBField iIfAuthRetries; //< Number of times to retry authentication if it fails. + CMDBField iIfCallbackEnabled; //< Specifies whether call-back is enabled. Call-back is usually due to security or toll-saving reasons. + CMDBField iIfCallbackType; //< The Internet Engineering Task Force (IETF) Callback type. For more detailed information of the meaning of the possible values for this field, please refer to information regarding the Call-back Control Protocol (CBCP) and the Microsoft CBCP. + CMDBField iIfCallbackInfo; //< Info for call-back request if enabled. This information could for example be a phone number. + CMDBField iCallbackTimeout; //< Time duration to wait for the ISP to call back and establish a connection. In microseconds (if call-back is enabled). + CMDBField iIfServerMode; //< PPP in server mode? + CMDBField iIpAddrFromServer; //< Specifies whether to get the IP address from the ISP. + CMDBField iIpAddr; //< Static IP Address (if required). This is the IP address of a NIF. This is used if the address is not dynamically allocated by the ISP. + CMDBField iIpNetMask; //< IP netmask of the NIF. + CMDBField iIpGateway; //< IP address of the Gateway. + CMDBField iIpDnsAddrFromServer; //< Specifies whether to get the DNS address (IPV4) from the ISP. + CMDBField iIpNameServer1; //< Static address of the Primary IPV4 DNS server if required. This is used if the address of the name server is not dynamically allocated by the ISP. May be set to 0.0.0.0 to disable assigning the primary DNS address. + CMDBField iIpNameServer2; //< Static address of the Secondary IPV4 DNS server (if required). May be set to 0.0.0.0 to disable assigning the secondary DNS address. + CMDBField iIp6DnsAddrFromServer; //< Specifies whether to get the DNS address (IPV6) from the ISP. + CMDBField iIp6NameServer1; //< Static address of the Primary IPV6 name server if required. This is used if the address of the name server is not dynamically allocated by the ISP. May be set to 0.0.0.0 to disable assigning the primary DNS address. + CMDBField iIp6NameServer2; //< Static address of the Secondary IPV6 name server if required. May be set to 0.0.0.0 to disable assigning the secondary DNS address. + CMDBField iIpAddrLeaseValidFrom; //< Start of the address lease for dynamic address allocation by the ISP (e.g. a DHCP assigned IP address). Start time information stating when the IP address was leased out. The format is as follows: dd/mm/yyyy hr:mins AM/PM, e.g. 04/08/2006 6:21 PM. + CMDBField iIpAddrLeaseValidTo; //< End of the address lease for dynamic address allocation by the ISP (e.g. a DHCP assigned IP address). End time information stating when the IP address lease finishes. The format is as follows: dd/mm/yyyy hr:mins AM/PM, e.g. 08/08/2006 6:21 PM. + CMDBField iConfigDaemonManagerName; //< Name of the ECOM daemon manager plug-in for NIFMAN used to load a specific configuration daemon. + CMDBField iConfigDaemonName; //< Name of the daemon used for address configuration. + CMDBField iEnableIpHeaderComp; //< Specifies whether to enable IP header compression protocol. + CMDBField iEnableLcpExtension; //< Specifies whether to enable LCP extension protocol. + CMDBField iDisablePlainTextAuth; //< Specifies whether to disable plain text authentication. If disabled, PAP cannot be used- CHAP will be used instead. + CMDBField iEnableSwComp; //< Specifies whether to enable software compression. Here, the data payload is compressed, which is separate to header compression. Enabling this field will enable compression such as Microsoft or Predictor compression. + CMDBField iBearerName; //< Name of the bearer used to establish and transmit data over the connection + CMDBField iBearerSpeed; //< Baud rate of the bearer. + CMDBField iBearerCe; //< Defines the quality of service (QoS) of the connection. + CMDBField iInitString; //< Initialisation string for the bearer, used specifically when a modem is in use. It is used to initialise (init) the modem by sending it a string of commands, typically Hayes commands. + CMDBField iBearerType; //< The bearer's chosen method to transmit data. This can be of 2 types - either CSD or HSCSD. + CMDBField iChannelCoding; //< The channel coding used for the connection. This field can only be used when the BearerType field has a value of "HSCSD". + CMDBField iAiur; //< Air interface user rate (AIUR) - The AIUR (Air Interface User Rate) is the rate indicated between a Mobile Terminal (Mobile Station) and the IWF (Interworking function) for transparent and non-transparent data services. + CMDBField iRequestedTimeSlots; //< Requested number of time slots for HSCSD. + CMDBField iMaximumTimeSlots; //< Maximum number of time slots for HSCSD which could be requested during the connection. + CMDBField iBearerService; //< Bearer service refers to a service that allows transmission of data between NIFs. It defines the correct service to use when setting up the data connection. + CMDBField iBearerProtocol; //< A set of standards governed by the ITU-T allowing different bearers to communicate with each other. Bearer protocol definitions are typically referred to by the letter V followed by a number. + CMDBField iRlpVersion; //< Radio Link Protocol (RLP)- is an automatic repeat request (ARQ) protocol used over a wireless interface. RLP is differentiated by version numbers. + CMDBField iIwfToMs; //< Integer specifying network to MS (Mobile Station) window size. IWF stands for Interworking Function and MS stands for Mobile Station. + CMDBField iMsToIwf; //< Integer specifying MS (Mobile Station) to network window size. + CMDBField iAckTimer; //< Acknowledgement Timer: takes an integer specifying RLP ack timeout in microseconds. + CMDBField iRetransmissionAttempts; //< Specifies number of RLP retransmission attempts. + CMDBField iResequencePeriod; //< Specifies the period when packets are being resequenced. + CMDBField iV42Compression; //< Enumeration specifying 1) Whether or not to set V.42 Compression 2) Direction that compression is used. V.42 compression follows the V.42bis protocol which is a data compression protocol used on top of the bearer protocol. + CMDBField iV42Codewords; //< Specifies the V.42 codewords if V.42 compression is used. A codeword represents a string of characters in compressed form. + CMDBField iV42MaxLength; //< Specifies the maximum string length of the data before V.42 compression. + CMDBField iAsymmetry; //< For HSCSD. An enumeration to specify whether 1) asymmetrical bias on the connection is preferred 2) Type of asymmetrical bias used. Note: The service provided by uplink and downlink is different. + CMDBField iUserInitUpgrade; //< Specifies whether the user will initialise service upgrade over HSCSD or not + CMDBField iUseEdge; //< Specifies whether to use EDGE technology. private: @@ -689,7 +666,7 @@ -////////////////////////////////////////////////////////////////////////////////////// +// // 09/ DIAL IN ISP RECORD // /** @@ -725,33 +702,33 @@ public: // Member Data - CMDBField iDescription; ///< Description of the ISP. - CMDBField iType; ///< Type of browser protocol used. The term 'browser protocol' is used to differentiate between the standards that are used when browsing web pages. For example HTML for general internet standards and WML for WAP standards. - CMDBField iUseLoginScript; ///< Specifies whether to login with a script or not - CMDBField iLoginScript; ///< The actual script used to login to the ISP - CMDBField iAuthentication; ///< Reserved for future use. - CMDBField iIfAuthRetries; ///< Number of times to retry authentication if it fails. - CMDBField iIfParams; ///< Interface parameter string-used to specify the lower layer that the interface protocol is to use. - CMDBField iIfNetworks; ///< Comma separated list of network protocols to be used by the NIF. - CMDBField iIpAddrFromServer; ///< Specifies whether to get the IP address from the ISP. - CMDBField iIpAddr; ///< Static IP Address (if required). This is the IP address of a NIF. This is used if the address is not dynamically allocated by the ISP. - CMDBField iIpNetMask; ///< IP netmask of the NIF. - CMDBField iIpGateway; ///< IP address of the Gateway. - CMDBField iIpDnsAddrFromServer; ///< Specifies whether to get the DNS address (IPV4) from the ISP. - CMDBField iIpNameServer1; ///< Static address of the Primary IPV4 DNS server if required. This is used if the address of the name server is not dynamically allocated by the ISP. May be set to 0.0.0.0 to disable assigning the primary DNS address. - CMDBField iIpNameServer2; ///< Static address of the Secondary IPV4 DNS server (if required). May be set to 0.0.0.0 to disable assigning the secondary DNS address. - CMDBField iIp6DnsAddrFromServer; ///< Specifies whether to get the DNS address (IPV6) from the ISP. - CMDBField iIp6NameServer1; ///< Static address of the Primary IPV6 name server if required. This is used if the address of the name server is not dynamically allocated by the ISP. May be set to 0.0.0.0 to disable assigning the primary DNS address. - CMDBField iIp6NameServer2; ///< Static address of the Secondary IPV6 name server if required. May be set to 0.0.0.0 to disable assigning the secondary DNS address. - CMDBField iEnableIpHeaderComp; ///< Specifies whether to enable IP header compression protocol. - CMDBField iEnableLcpExtension; ///< Specifies whether to enable LCP extension protocol. - CMDBField iDisablePlainTextAuth; ///< Specifies whether to disable plain text authentication. If disabled, PAP cannot be used- CHAP will be used instead. - CMDBField iEnableSwComp; ///< Specifies whether to enable software compression. Here, the data payload is compressed, which is separate to header compression. Enabling this field will enable compression such as Microsoft or Predictor compression. - CMDBField iBearerName; ///< Name of the bearer used to establish and transmit data over the connection. - CMDBField iBearerSpeed; ///< Baud rate of the bearer. - CMDBField iBearerCe; ///< Defines the quality of service (QoS) of the connection. - CMDBField iInitString; ///< Initialisation string for the bearer, used specifically when a modem is in use. It is used to initialise (init) the modem by sending it a string of commands, typically Hayes commands. - CMDBField iUseEdge; ///< Specifies whether to use EDGE technology. + CMDBField iDescription; //< Description of the ISP. + CMDBField iType; //< Type of browser protocol used. The term 'browser protocol' is used to differentiate between the standards that are used when browsing web pages. For example HTML for general internet standards and WML for WAP standards. + CMDBField iUseLoginScript; //< Specifies whether to login with a script or not + CMDBField iLoginScript; //< The actual script used to login to the ISP + CMDBField iAuthentication; //< Reserved for future use. + CMDBField iIfAuthRetries; //< Number of times to retry authentication if it fails. + CMDBField iIfParams; //< Interface parameter string-used to specify the lower layer that the interface protocol is to use. + CMDBField iIfNetworks; //< Comma separated list of network protocols to be used by the NIF. + CMDBField iIpAddrFromServer; //< Specifies whether to get the IP address from the ISP. + CMDBField iIpAddr; //< Static IP Address (if required). This is the IP address of a NIF. This is used if the address is not dynamically allocated by the ISP. + CMDBField iIpNetMask; //< IP netmask of the NIF. + CMDBField iIpGateway; //< IP address of the Gateway. + CMDBField iIpDnsAddrFromServer; //< Specifies whether to get the DNS address (IPV4) from the ISP. + CMDBField iIpNameServer1; //< Static address of the Primary IPV4 DNS server if required. This is used if the address of the name server is not dynamically allocated by the ISP. May be set to 0.0.0.0 to disable assigning the primary DNS address. + CMDBField iIpNameServer2; //< Static address of the Secondary IPV4 DNS server (if required). May be set to 0.0.0.0 to disable assigning the secondary DNS address. + CMDBField iIp6DnsAddrFromServer; //< Specifies whether to get the DNS address (IPV6) from the ISP. + CMDBField iIp6NameServer1; //< Static address of the Primary IPV6 name server if required. This is used if the address of the name server is not dynamically allocated by the ISP. May be set to 0.0.0.0 to disable assigning the primary DNS address. + CMDBField iIp6NameServer2; //< Static address of the Secondary IPV6 name server if required. May be set to 0.0.0.0 to disable assigning the secondary DNS address. + CMDBField iEnableIpHeaderComp; //< Specifies whether to enable IP header compression protocol. + CMDBField iEnableLcpExtension; //< Specifies whether to enable LCP extension protocol. + CMDBField iDisablePlainTextAuth; //< Specifies whether to disable plain text authentication. If disabled, PAP cannot be used- CHAP will be used instead. + CMDBField iEnableSwComp; //< Specifies whether to enable software compression. Here, the data payload is compressed, which is separate to header compression. Enabling this field will enable compression such as Microsoft or Predictor compression. + CMDBField iBearerName; //< Name of the bearer used to establish and transmit data over the connection. + CMDBField iBearerSpeed; //< Baud rate of the bearer. + CMDBField iBearerCe; //< Defines the quality of service (QoS) of the connection. + CMDBField iInitString; //< Initialisation string for the bearer, used specifically when a modem is in use. It is used to initialise (init) the modem by sending it a string of commands, typically Hayes commands. + CMDBField iUseEdge; //< Specifies whether to use EDGE technology. private: @@ -761,7 +738,7 @@ -///////////////////////////////////////////////////////////////////////////////////// +// // 0A/ LAN Service Record // typedef CCDRecordBase CCDServiceExtRecordBase; @@ -798,23 +775,23 @@ public: // Member Data - CMDBField iIfNetworks; ///< Comma separated list of network protocols to be used by the NIF. - CMDBField iIpNetmask; ///< IP netmask of the NIF. - CMDBField iIpGateway; ///< IP address of the Gateway. - CMDBField iIpAddrFromServer; ///< Specifies whether to get the IP address from the ISP. - CMDBField iIpAddr; ///< Static IP Address (if required). This is the IP address of a NIF. This is used if the address is not dynamically allocated by the ISP. - CMDBField iIpDnsAddrFromServer; ///< Specifies whether to get the DNS address (IPV4) from the ISP. - CMDBField iIpNameServer1; ///< Static address of the Primary IPV4 DNS server if required. This is used if the address of the name server is not dynamically allocated by the ISP. May be set to 0.0.0.0 to disable assigning the primary DNS address. - CMDBField iIpNameServer2; ///< Static address of the Secondary IPV4 DNS server (if required). May be set to 0.0.0.0 to disable assigning the secondary DNS address. - CMDBField iIp6DnsAddrFromServer; ///< Specifies whether to get the DNS address (IPV6) from the ISP. - CMDBField iIp6NameServer1; ///< Static address of the Primary IPV6 name server if required. This is used if the address of the name server is not dynamically allocated by the ISP. May be set to 0.0.0.0 to disable assigning the primary DNS address. - CMDBField iIp6NameServer2; ///< Static address of the Secondary IPV6 name server if required. May be set to 0.0.0.0 to disable assigning the secondary DNS address. - CMDBField iIpAddrLeaseValidFrom; ///< Start of the address lease for dynamic address allocation by the ISP (e.g. a DHCP assigned IP address). Start time information stating when the IP address was leased out. The format is as follows: dd/mm/yyyy hr:mins AM/PM, e.g. 04/08/2006 6:21 PM. - CMDBField iIpAddrLeaseValidTo; ///< End of the address lease for dynamic address allocation by the ISP (.e.g. a DHCP assigned IP address). End time information stating when the IP address lease finishes. The format is as follows: dd/mm/yyyy hr:mins AM/PM, e.g. 08/08/2006 6:21 PM. - CMDBField iConfigDaemonManagerName; ///< Name of the ECOM daemon manager plug-in for NIFMAN used to load a specific configuration daemon. - CMDBField iConfigDaemonName; ///< Name of the daemon used for address configuration. - CMDBField iServiceExtensionTableName; ///< Name of the extension table. - CMDBRecordLink iServiceExtensionTableRecordId; // VCT - this was wrong link type!!! + CMDBField iIfNetworks; //< Comma separated list of network protocols to be used by the NIF. + CMDBField iIpNetmask; //< IP netmask of the NIF. + CMDBField iIpGateway; //< IP address of the Gateway. + CMDBField iIpAddrFromServer; //< Specifies whether to get the IP address from the ISP. + CMDBField iIpAddr; //< Static IP Address (if required). This is the IP address of a NIF. This is used if the address is not dynamically allocated by the ISP. + CMDBField iIpDnsAddrFromServer; //< Specifies whether to get the DNS address (IPV4) from the ISP. + CMDBField iIpNameServer1; //< Static address of the Primary IPV4 DNS server if required. This is used if the address of the name server is not dynamically allocated by the ISP. May be set to 0.0.0.0 to disable assigning the primary DNS address. + CMDBField iIpNameServer2; //< Static address of the Secondary IPV4 DNS server (if required). May be set to 0.0.0.0 to disable assigning the secondary DNS address. + CMDBField iIp6DnsAddrFromServer; //< Specifies whether to get the DNS address (IPV6) from the ISP. + CMDBField iIp6NameServer1; //< Static address of the Primary IPV6 name server if required. This is used if the address of the name server is not dynamically allocated by the ISP. May be set to 0.0.0.0 to disable assigning the primary DNS address. + CMDBField iIp6NameServer2; //< Static address of the Secondary IPV6 name server if required. May be set to 0.0.0.0 to disable assigning the secondary DNS address. + CMDBField iIpAddrLeaseValidFrom; //< Start of the address lease for dynamic address allocation by the ISP (e.g. a DHCP assigned IP address). Start time information stating when the IP address was leased out. The format is as follows: dd/mm/yyyy hr:mins AM/PM, e.g. 04/08/2006 6:21 PM. + CMDBField iIpAddrLeaseValidTo; //< End of the address lease for dynamic address allocation by the ISP (.e.g. a DHCP assigned IP address). End time information stating when the IP address lease finishes. The format is as follows: dd/mm/yyyy hr:mins AM/PM, e.g. 08/08/2006 6:21 PM. + CMDBField iConfigDaemonManagerName; //< Name of the ECOM daemon manager plug-in for NIFMAN used to load a specific configuration daemon. + CMDBField iConfigDaemonName; //< Name of the daemon used for address configuration. + CMDBField iServiceExtensionTableName; //< Name of the extension table. + CMDBRecordLink iServiceExtensionTableRecordId; private: @@ -822,68 +799,7 @@ }; -////////////////////////////////////////////////////////////////////////////////////// -// 0B/ WLAN SERVICE EXTENSION RECORD // -class CCDEAPSecRecord; - -/** -@internalComponent -@released -*/ -class CCDWLANServiceExtRecord : public CCDServiceExtRecordBase - { - public: - - CCDWLANServiceExtRecord(); - - CCDWLANServiceExtRecord(TMDBElementId aElementId); - - DATA_VTABLE - - const SRecordTypeInfo* GetRecordInfo(){return iRecordInfo;} - - public: - - // Member Data - CMDBField iWLANProfile; - CMDBField iWLANSSID; - CMDBField iWLANEncryptionStatus; - CMDBField iWLANEncryptionType; - CMDBField iWLANDefaultWepKey ; - CMDBField iWLANEncryptKey1Valid; - CMDBField iWLANWepKey1; - CMDBField iWLANEncryptKey2Valid; - CMDBField iWLANWepKey2; - CMDBField iWLANEncryptKey3Valid; - CMDBField iWLANWepKey3; - CMDBField iWLANEncryptKey4Valid; - CMDBField iWLANWepKey4; - CMDBField iWLANRanking; - CMDBField iWLANDialogPref; - CMDBField iWLANNetworkType; - CMDBField iWLANFragThres; - CMDBField iWLANRTSThres; - CMDBField iWLANDesTransRate; - CMDBField iWLANBeaconInt; - CMDBField iWLANChannelId; - CMDBField iWLANAuthenticationMode; - CMDBField iWLANPowerSaveMode; - CMDBField iWLANAllowUnencryptMode; - CMDBField iWLANAllowShortPre; - CMDBField iWLANPreambleType; - CMDBField iWLANTxPowerLevel; - CMDBField iWLANEapPresharedKey; - CMDBField iWLANRegDomain; - CMDBRecordLink iWLANSecData; - - private: - - static const SRecordTypeInfo* const iRecordInfo; - }; - - -////////////////////////////////////////////////////////////////////////////////////// // 0C/ VPN SERVICE RECORD // /** @@ -919,6 +835,7 @@ // Member Data CMDBField iServicePolicy; ///< Policy id of the policy file- this is a reference to the policy file. CMDBRecordLink iServiceIAP; ///< Record id of the real IAP used by the IPSEC software to communicate with the VPN gateway. + CMDBRecordLink iServiceSNAP; ///< Record id of the SNAP id used by the IPSEC software to communicate with the VPN gateway. CMDBRecordLink iServiceNetwork;///< Record id of the real Network to be connected to by the virtual tunnel. private: @@ -927,120 +844,7 @@ }; - -////////////////////////////////////////////////////////////////////////////////////// -// 0F/ CDMA2000 PACKETSERVICE TABLE RECORD // -/** -@publishedAll -@released -*/ -class CCDCDMA2000PacketServiceRecord : public CCDServiceRecordBase - { - public: - /** - @internalComponent - */ - CCDCDMA2000PacketServiceRecord(); - /** - @internalComponent - */ - CCDCDMA2000PacketServiceRecord(TMDBElementId aElementId); - - /** - Gets the following information: - - iTypeId - - iValType - - iTypeAttr - - iTypeName - - @return Returns a const pointer to the record containing the data - client does not need to delete this pointer after use. - */ - const SRecordTypeInfo* GetRecordInfo(){return iRecordInfo;} - - DATA_VTABLE - - public: - - CMDBField iCDMAFchMux; ///< Fundamental channel multiplex option. CDMA Parameter- not currently supported. - CMDBField iCDMASchMux; ///< Supplemental channel multiplex option. CDMA Parameter- not currently supported. - CMDBField iIwfName; ///< Interworking function name. CDMA Parameter- not currently supported. - CMDBField iServiceOption; ///< Mask indicating valid service options. CDMA Parameter- not currently supported. - CMDBField iPdpType; ///< PDP type. (IPV4 or IPV6). CDMA Parameter- not currently supported. - CMDBField iPdpAddress; ///< PDP address of phone. CDMA Parameter- not currently supported. - CMDBField iReqFwdPriority; ///< Requested forward priority. CDMA Parameter- not currently supported. - CMDBField iReqRevPriority; ///< Requested reverse prioritiy. CDMA Parameter- not currently supported. - CMDBField iReqFwdBitrate; ///< Requested forward bitrate. CDMA Parameter- not currently supported. - CMDBField iReqRevBitrate; ///< Requested reverse bitrate. CDMA Parameter- not currently supported. - CMDBField iReqFwdLoss; ///< Requested forward frame loss rate. CDMA Parameter- not currently supported. - CMDBField iReqRevLoss; ///< Requested reverse frame loss rate. CDMA Parameter- not currently supported. - CMDBField iReqFwdMaxdelay; ///< Requested forward delay. CDMA Parameter- not currently supported. - CMDBField iReqRevMaxdelay; ///< Requested reverse delay. CDMA Parameter- not currently supported. - CMDBField iMinFwdBitrate; ///< Minimum acceptable forward bitrate. CDMA Parameter- not currently supported. - CMDBField iMinRevBitrate; ///< Minimum acceptable reverse bitrate. CDMA Parameter- not currently supported. - CMDBField iAccptFwdLoss; ///< Maximum acceptable forward frame loss rate. CDMA Parameter- not currently supported. - CMDBField iAccptRevLoss; ///< Maximum acceptable reverse frame loss rate. CDMA Parameter- not currently supported. - CMDBField iAccptFwdMaxdelay; ///< Maximum acceptable forward delay. CDMA Parameter- not currently supported. - CMDBField iAccptRevMaxdelay; ///< Maximum acceptable reverse delay. CDMA Parameter- not currently supported. - CMDBField iDataCompression; ///< Data compression on? CDMA Parameter- not currently supported. - CMDBField iHeaderCompression; ///< Van Jacobson IP header compression on? CDMA Parameter- not currently supported. - CMDBField iAnonymousAccess; ///< This tells the MS (Mobile Station) whether to try anonymous access or not. Anonymous access allows the mobile device to connect to a network without having to authenticate identity. To access the network, the MS (Mobile Station) will just use a random identity. CDMA Parameter- not currently supported. - CMDBField iIfParams; ///< Interface parameter string-used to specify the lower layer that interface protocol is to use. CDMA Parameter- not currently supported. - CMDBField iIfNetworks; ///< Comma separated list of network protocols to be used by the NIF. CDMA Parameter- not currently supported. - CMDBField iIfPromptForAuth; ///< Specifies whether or not to request an authentication username and password. This depends on whether or not the user wishes to connect to the ISP's NIF(s). CDMA Parameter- not currently supported. - CMDBField iIfAuthName; ///< Prompt user to enter authentication username. Used when a user wishes to connect to the ISP's NIF(s). E.g. PPP. CDMA Parameter- not currently supported. - CMDBField iIfAuthPass; ///< Prompt user to enter authentication password used by an interface protocol such as PPP. Used when a user wishes to connect to the ISP's NIF(s). E.g. PPP. CDMA Parameter- not currently supported. - CMDBField iAuthRetries; ///< Number of times to retry authentication if it fails. CDMA Parameter- not currently supported. - CMDBField iIpNetMask; ///< IP netmask of the NIF. CDMA Parameter- not currently supported. - CMDBField iIpGateway; ///< IP address of the Gateway. CDMA Parameter- not currently supported. - CMDBField iIpAddrFromServer; ///< Specifies whether to get the DNS address (IPV4) from the ISP. CDMA Parameter- not currently supported. - CMDBField iIpAddr; ///< Static IP Address (if required). This is the IP address of a NIF. This is used if the address is not dynamically allocated by the ISP. CDMA Parameter- not currently supported. - CMDBField iIpDNSAddrFromServer; ///< Specifies whether to get the DNS address (IPV4) from the ISP. CDMA Parameter- not currently supported. - CMDBField iIpNameServer1; ///< Static address of the Primary IPV4 DNS server if required. This is used if the address of the name server is not dynamically allocated by the ISP. May be set to 0.0.0.0 to disable assigning the primary DNS address. CDMA Parameter- not currently supported. - CMDBField iIpNameServer2; ///< Static address of the Secondary IPV4 DNS server (if required). CDMA Parameter- not currently supported. - CMDBField iIp6DNSAddrFromServer; ///< Specifies whether to get the DNS address (IPV6) from the ISP. CDMA Parameter- not currently supported. - CMDBField iIp6NameServer1; ///< Static address of the Primary IPV6 name server if required. This is used if the address of the name server is not dynamically allocated by the ISP. May be set to 0.0.0.0 to disable assigning the primary DNS address. CDMA Parameter- not currently supported. - CMDBField iIp6NameServer2; ///< Static address of the Secondary IPV6 name server if required. May be set to 0.0.0.0 to disable assigning the secondary DNS address. CDMA Parameter- not currently supported. - CMDBField iIpAddrLeaseValidFrom; ///< Start of the address lease for dynamic address allocation by the ISP (.e.g. a DHCP assigned IP address). Start time information stating when the IP address was leased out. The format is as follows: dd/mm/yyyy hr:mins AM/PM, e.g. 04/08/2006 6:21 PM. CDMA Parameter- not currently supported. - CMDBField iIpAddrLeaseValidTo; ///< End of the address lease for dynamic address allocation by the ISP (.e.g. a DHCP assigned IP address). End time information stating when the IP address lease finishes. The format is as follows: dd/mm/yyyy hr:mins AM/PM, e.g. 08/08/2006 6:21 PM. CDMA Parameter- not currently supported. - CMDBField iConfigDaemonManagerName; ///< Name of the ECOM daemon manager plug-in for NIFMAN used to load a specific configuration daemon. CDMA Parameter- not currently supported. - CMDBField iConfigDaemonName; ///< Name of the configuration daemon server. This server is used to provide further configuration for a connection, e.g. dynamic IP address assignment. CDMA Parameter- not currently supported. - CMDBField iEnableLCPExtension; ///< Specifies whether to enable LCP extension protocol. CDMA Parameter- not currently supported. - CMDBField iDisablePlainTextAuth; ///< Specifies whether to disable plain text authentication. If disabled, PAP cannot be used- CHAP will be used instead. CDMA Parameter- not currently supported. - CMDBField iApType; ///< Service supports Internet only, WAP only or both. CDMA Parameter- not currently supported. - CMDBField iQosWarningTimeout; ///< If the requested QOS can not be satisfied, warn the user after this time in microseconds. Set to 0xffffffff to disable. CDMA Parameter- not currently supported. - CMDBField iRlpMode; ///< Transparent or non-transparent radio link protocol. CDMA Parameter- not currently supported. - CMDBField iNAIType; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iSimIPAuthAlgorithm; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iSimIPPapSSHandle; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iSimIPChapSSHandle; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iMIPTBit; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iMIPHomeAddress; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iMIPPrimaryHomeAgent; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iMIPSecondaryHomeAgent; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iMIPMnAaaAuthAlgorithm; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iMIPMnAaaSpiIndicator; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iMIPMnAaaSpi; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iMIPMnHaAuthAlgorithm; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iMIPMnHaSpiIndicator; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iMIPMnHaSpi; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iMIPMnAaaSsData; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iMIPMnHaSsData; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iServiceEnableSwComp; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iServiceIfExternIpConfigAlwaysRejectAuth; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iEnableIpHeaderComp; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iCDMAMobileIP; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iCDMAMobileIPTimeout; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iCDMAHomeAgentAddress; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - - private: - - static const SRecordTypeInfo* const iRecordInfo; - }; - - - -///////////////////////////////////////////////////////////////////////////////////////// // 10/ WCDMA Packet Service Record // class CCDUmtsR99QoSAndOnTableRecord; @@ -1055,7 +859,7 @@ /** @internalComponent */ - CCDWCDMAPacketServiceRecord(); + CCDWCDMAPacketServiceRecord(); /** @internalComponent */ @@ -1063,7 +867,7 @@ DATA_VTABLE - /** + /** Gets the following information: - iTypeId - iValType @@ -1078,49 +882,48 @@ public: // Member Data - CMDBField iGPRSAPN; ///< When the mobile phone sets up a PDP context, the access point is chosen by specifying an APN. - CMDBField iGPRSPDPType; ///< PDP is a network protocol which is used by packet switching networks to communicate with GPRS networks. IPV6 is an example of a PDP type supported by GPRS. - CMDBField iGPRSPDPAddress; ///< PDP address of the phone. - CMDBField iGPRSReqPrecedence; ///< Requested quality of service precedence class. This field has been deprecated and may be removed in the future. - CMDBField iGPRSReqDelay; ///< Requested quality of service delay class. This field has been deprecated and may be removed in the future. - CMDBField iGPRSReqReliability; ///< Requested quality of service reliability class. This field has been deprecated amnd may be removed in the future. - CMDBField iGPRSReqPeakThroughput; ///< Requested quality of service peak throughput. This field has been deprecated and may be removed in the future. - CMDBField iGPRSReqMeanThroughput; ///< Requested quality of service mean throughput class. This field has been deprecated and may be removed in the future. - CMDBField iGPRSMinPrecedence; ///< Minimum quality of service precedence class. This field has been deprecated and may be removed in the future. - CMDBField iGPRSMinDelay; ///< Minimum quality of service delay class This field has been deprecated and may be removed in the future. - CMDBField iGPRSMinReliability; ///< Minimum quality of service reliability class. This field has been deprecated and may be removed in the future. - CMDBField iGPRSMinPeakThroughput; ///< Minimum quality of service peak throughput class. This field has been deprecated and may be removed in the future. - CMDBField iGPRSMinMeanThroughput; ///< Minimum quality of service mean throughput class. This field has been deprecated and may be removed in the future. - CMDBField iGPRSDataCompression; ///< Specifies whether to compress data. - CMDBField iGPRSHeaderCompression; ///< Specifies whether IP header compression is on. - CMDBField iGPRSUseEdge; ///< Specifies whether to use EDGE technology. - CMDBField iGPRSAnonymousAccess; ///< This tells the MS (Mobile Station) whether to try anonymous access or not. Anonymous access allows the mobile device to connect to a network without having to authenticate identity. To access the network, the MS (Mobile Station) will just use a random identity. - CMDBField iGPRSIfParams; ///< Interface parameter string-used to specify the lower layer that the interface protocol is to use. - CMDBField iGPRSIfNetworks; ///< Comma separated list of network protocols to be used by the NIF. - CMDBField iGPRSIfPromptForAuth; ///< Specifies whether or not to request an authentication username and password. This depends on whether or not the user wishes to connect to the ISP's NIF(s). - CMDBField iGPRSIfAuthName; ///< Prompt user to enter authentication username. Used when a user wishes to connect to the ISP's NIF(s). E.g. PPP. - CMDBField iGPRSIfAuthPass; ///< Prompt user to enter authentication password used by an interface protocol such as PPP. Used when a user wishes to connect to the ISP's NIF(s). E.g. PPP. - CMDBField iGPRSIfAuthRetries; ///< Number of times to retry authentication if it fails. - CMDBField iGPRSIPNetMask; ///< IP netmask of the NIF. - CMDBField iGPRSIPGateway; ///< IP address of the Gateway. - CMDBField iGPRSIPAddrFromServer; ///< Specifies whether to get the IP address from the ISP. - CMDBField iGPRSIPAddr; ///< Static IP Address (if required). This is the IP address of a NIF. This is used if the address is not dynamically allocated by the ISP. - CMDBField iGPRSIPDNSAddrFromServer; ///< Specifies whether to get the DNS address (IPV4) from the ISP. - CMDBField iGPRSIPNameServer1; ///< Static address of the Primary IPV4 DNS server if required. This is used if the address of the name server is not dynamically allocated by the ISP. May be set to 0.0.0.0 to disable assigning the primary DNS address. - CMDBField iGPRSIPNameServer2; ///< Static address of the Secondary IPV4 DNS server (if required). May be set to 0.0.0.0 to disable assigning the secondary DNS address. - CMDBField iGPRSIP6DNSAddrFromServer; ///< Specifies whether to get the DNS address (IPV6) from the ISP. - CMDBField iGPRSIP6NameServer1; ///< Static address of the Secondary IPV6 name server if required. May be set to 0.0.0.0 to disable assigning the secondary DNS address. - CMDBField iGPRSIP6NameServer2; ///< Static address of the Secondary IPV6 name server if required. May be set to 0.0.0.0 to disable assigning the secondary DNS address. - CMDBField iGPRSIPAddrLeaseValidFrom; ///< Start of the address lease for dynamic address allocation by the ISP (.e.g. a DHCP assigned IP address). Start time information stating when the IP address was leased out. The format is as follows: dd/mm/yyyy hr:mins AM/PM, e.g. 04/08/2006 6:21 PM. - CMDBField iGPRSIPAddrLeaseValidTo; ///< End of the address lease for dynamic address allocation by the ISP (.e.g. a DHCP assigned IP address). End time information stating when the IP address lease finishes. The format is as follows: dd/mm/yyyy hr:mins AM/PM, e.g. 08/08/2006 6:21 PM. - CMDBField iGPRSConfigDaemonManagerName; ///< Name of the ECOM daemon manager plug-in for NIFMAN used to load a specific configuration daemon. - CMDBField iGPRSConfigDaemonName; ///< Name of the configuration daemon server. This server is used to provide further configuration for a connection, e.g. dynamic IP address assignment. - CMDBField iGPRSEnableLCPExtension; ///< Specifies whether to enable LCP extension protocol. - CMDBField iGPRSDisablePlainTextAuth; ///< Specifies whether to disable plain text authentication. If disabled, PAP cannot be used- CHAP will be used instead. - CMDBField iGPRSAPType; ///< Service supports Internet only, WAP only or both. Values defined in TCommsDbIspType. - CMDBField iGPRSQOSWarningTimeOut; ///< If the requested QOS can not be satisfied, warn the user after this time in microseconds. Set to 0xffffffff to disable. - CMDBRecordLink iUmtsR99QoSAndOnTable; ///< A record link between the Incoming/Outgoing GPRS table and the UmtsR99QosAndOn table - + CMDBField iGPRSAPN; //< When the mobile phone sets up a PDP context, the access point is chosen by specifying an APN. + CMDBField iGPRSPDPType; //< PDP is a network protocol which is used by packet switching networks to communicate with GPRS networks. IPV6 is an example of a PDP type supported by GPRS. + CMDBField iGPRSPDPAddress; //< PDP address of the phone. + CMDBField iGPRSReqPrecedence; //< Requested quality of service precedence class. This field has been deprecated and may be removed in the future. + CMDBField iGPRSReqDelay; //< Requested quality of service delay class. This field has been deprecated and may be removed in the future. + CMDBField iGPRSReqReliability; //< Requested quality of service reliability class. This field has been deprecated amnd may be removed in the future. + CMDBField iGPRSReqPeakThroughput; //< Requested quality of service peak throughput. This field has been deprecated and may be removed in the future. + CMDBField iGPRSReqMeanThroughput; //< Requested quality of service mean throughput class. This field has been deprecated and may be removed in the future. + CMDBField iGPRSMinPrecedence; //< Minimum quality of service precedence class. This field has been deprecated and may be removed in the future. + CMDBField iGPRSMinDelay; //< Minimum quality of service delay class This field has been deprecated and may be removed in the future. + CMDBField iGPRSMinReliability; //< Minimum quality of service reliability class. This field has been deprecated and may be removed in the future. + CMDBField iGPRSMinPeakThroughput; //< Minimum quality of service peak throughput class. This field has been deprecated and may be removed in the future. + CMDBField iGPRSMinMeanThroughput; //< Minimum quality of service mean throughput class. This field has been deprecated and may be removed in the future. + CMDBField iGPRSDataCompression; //< Specifies whether to compress data. + CMDBField iGPRSHeaderCompression; //< Specifies whether IP header compression is on. + CMDBField iGPRSUseEdge; //< Specifies whether to use EDGE technology. + CMDBField iGPRSAnonymousAccess; //< This tells the MS (Mobile Station) whether to try anonymous access or not. Anonymous access allows the mobile device to connect to a network without having to authenticate identity. To access the network, the MS (Mobile Station) will just use a random identity. + CMDBField iGPRSIfParams; //< Interface parameter string-used to specify the lower layer that the interface protocol is to use. + CMDBField iGPRSIfNetworks; //< Comma separated list of network protocols to be used by the NIF. + CMDBField iGPRSIfPromptForAuth; //< Specifies whether or not to request an authentication username and password. This depends on whether or not the user wishes to connect to the ISP's NIF(s). + CMDBField iGPRSIfAuthName; //< Prompt user to enter authentication username. Used when a user wishes to connect to the ISP's NIF(s). E.g. PPP. + CMDBField iGPRSIfAuthPass; //< Prompt user to enter authentication password used by an interface protocol such as PPP. Used when a user wishes to connect to the ISP's NIF(s). E.g. PPP. + CMDBField iGPRSIfAuthRetries; //< Number of times to retry authentication if it fails. + CMDBField iGPRSIPNetMask; //< IP netmask of the NIF. + CMDBField iGPRSIPGateway; //< IP address of the Gateway. + CMDBField iGPRSIPAddrFromServer; //< Specifies whether to get the IP address from the ISP. + CMDBField iGPRSIPAddr; //< Static IP Address (if required). This is the IP address of a NIF. This is used if the address is not dynamically allocated by the ISP. + CMDBField iGPRSIPDNSAddrFromServer; //< Specifies whether to get the DNS address (IPV4) from the ISP. + CMDBField iGPRSIPNameServer1; //< Static address of the Primary IPV4 DNS server if required. This is used if the address of the name server is not dynamically allocated by the ISP. May be set to 0.0.0.0 to disable assigning the primary DNS address. + CMDBField iGPRSIPNameServer2; //< Static address of the Secondary IPV4 DNS server (if required). May be set to 0.0.0.0 to disable assigning the secondary DNS address. + CMDBField iGPRSIP6DNSAddrFromServer; //< Specifies whether to get the DNS address (IPV6) from the ISP. + CMDBField iGPRSIP6NameServer1; //< Static address of the Secondary IPV6 name server if required. May be set to 0.0.0.0 to disable assigning the secondary DNS address. + CMDBField iGPRSIP6NameServer2; //< Static address of the Secondary IPV6 name server if required. May be set to 0.0.0.0 to disable assigning the secondary DNS address. + CMDBField iGPRSIPAddrLeaseValidFrom; //< Start of the address lease for dynamic address allocation by the ISP (.e.g. a DHCP assigned IP address). Start time information stating when the IP address was leased out. The format is as follows: dd/mm/yyyy hr:mins AM/PM, e.g. 04/08/2006 6:21 PM. + CMDBField iGPRSIPAddrLeaseValidTo; //< End of the address lease for dynamic address allocation by the ISP (.e.g. a DHCP assigned IP address). End time information stating when the IP address lease finishes. The format is as follows: dd/mm/yyyy hr:mins AM/PM, e.g. 08/08/2006 6:21 PM. + CMDBField iGPRSConfigDaemonManagerName; //< Name of the ECOM daemon manager plug-in for NIFMAN used to load a specific configuration daemon. + CMDBField iGPRSConfigDaemonName; //< Name of the configuration daemon server. This server is used to provide further configuration for a connection, e.g. dynamic IP address assignment. + CMDBField iGPRSEnableLCPExtension; //< Specifies whether to enable LCP extension protocol. + CMDBField iGPRSDisablePlainTextAuth; //< Specifies whether to disable plain text authentication. If disabled, PAP cannot be used- CHAP will be used instead. + CMDBField iGPRSAPType; //< Service supports Internet only, WAP only or both. Values defined in TCommsDbIspType. + CMDBField iGPRSQOSWarningTimeOut; //< If the requested QOS can not be satisfied, warn the user after this time in microseconds. Set to 0xffffffff to disable. + CMDBRecordLink iUmtsR99QoSAndOnTable; //< A record link between the Incoming/Outgoing GPRS table and the UmtsR99QosAndOn table CMDBField iGPRSR5DataCompression; CMDBField iGPRSR5HeaderCompression; CMDBField iGPRSPacketFlowIdentifier; @@ -1154,8 +957,8 @@ { public: /** - @internalComponent - */ + @internalComponent + */ CCDIncomingGprsRecord(TMDBElementId aElementId); DATA_VTABLE @@ -1182,181 +985,42 @@ const SRecordTypeInfo* GetRecordInfo(){return iRecordInfo;} public: - CMDBField iGPRSReqTrafficClass; ///< Requested traffic class. - CMDBField iGPRSMinTrafficClass; ///< Minimum acceptable traffic class. - CMDBField iGPRSReqDeliveryOrder; ///< Requested value for sequential SDU delivery. - CMDBField iGPRSMinDeliveryOrder; ///< Minimum acceptable value for sequential SDU delivery. - CMDBField iGPRSReqDeliverErroneousSDU;///< Requested value for erroneous SDU delivery. - CMDBField iGPRSMinDeliverErroneousSDU;///< Minimum acceptable value for erroneous SDU delivery. - CMDBField iGPRSReqMaxSDUSize; ///< Request maximum SDU size. - CMDBField iGPRSMinAcceptableMaxSDUSize; ///< Minimum acceptable SDU size. - CMDBField iGPRSReqMaxUplinkRate; ///< Requested maximum bit rates on uplink. - CMDBField iGPRSReqMinUplinkRate; ///< Requested minimum bit rates on uplink. - CMDBField iGPRSReqMaxDownlinkRate; ///< Requested maximum bit rates on downlink. - CMDBField iGPRSReqMinDownlinkRate; ///< Requested minimum bit rates on downlink. - CMDBField iGPRSReqBER; ///< Requested target BER. - CMDBField iGPRSMaxBER; ///< Maximum acceptable target BER. - CMDBField iGPRSReqSDUErrorRatio; ///< Requested target SDU error ratio. - CMDBField iGPRSMaxSDUErrorRatio; ///< Maximum acceptable target SDU error ratio. - CMDBField iGPRSReqTrafficHandlingPriority; ///< Requested traffic handling priority. - CMDBField iGPRSMinTrafficHandlingPriority; ///< Minimum acceptable traffic handling priority. - CMDBField iGPRSReqTransferDelay; ///< Requested transfer delay (in milliseconds). - CMDBField iGPRSMaxTransferDelay; ///< Maximum acceptable transfer delay (in milliseconds). - CMDBField iGPRSReqGuaranteedUplinkRate; ///< Requested guaranteed bit rates on uplink. - CMDBField iGPRSMinGuaranteedUplinkRate; ///< Minimum acceptable guaranteed bit rates on uplink. - CMDBField iGPRSReqGuaranteedDownlinkRate; ///< Requested guaranteed bit rates on downlink. - CMDBField iGPRSMinGuaranteedDownlinkRate; ///< Minimum acceptable guaranteed bit rates on downlink. - CMDBField iGPRSSignallingIndication; ///< Signalling indication. - CMDBField iGPRS_ImCnSignallingIndication; ///< IP Multimeida System (IMS) Core Network (CN) Signalling Indicator. - CMDBField iGPRSSourceStatisticsDescriptor; ///< Static source descriptor. + CMDBField iGPRSReqTrafficClass; //< Requested traffic class. + CMDBField iGPRSMinTrafficClass; //< Minimum acceptable traffic class. + CMDBField iGPRSReqDeliveryOrder; //< Requested value for sequential SDU delivery. + CMDBField iGPRSMinDeliveryOrder; //< Minimum acceptable value for sequential SDU delivery. + CMDBField iGPRSReqDeliverErroneousSDU;//< Requested value for erroneous SDU delivery. + CMDBField iGPRSMinDeliverErroneousSDU;//< Minimum acceptable value for erroneous SDU delivery. + CMDBField iGPRSReqMaxSDUSize; //< Request maximum SDU size. + CMDBField iGPRSMinAcceptableMaxSDUSize; //< Minimum acceptable SDU size. + CMDBField iGPRSReqMaxUplinkRate; //< Requested maximum bit rates on uplink. + CMDBField iGPRSReqMinUplinkRate; //< Requested minimum bit rates on uplink. + CMDBField iGPRSReqMaxDownlinkRate; //< Requested maximum bit rates on downlink. + CMDBField iGPRSReqMinDownlinkRate; //< Requested minimum bit rates on downlink. + CMDBField iGPRSReqBER; //< Requested target BER. + CMDBField iGPRSMaxBER; //< Maximum acceptable target BER. + CMDBField iGPRSReqSDUErrorRatio; //< Requested target SDU error ratio. + CMDBField iGPRSMaxSDUErrorRatio; //< Maximum acceptable target SDU error ratio. + CMDBField iGPRSReqTrafficHandlingPriority; //< Requested traffic handling priority. + CMDBField iGPRSMinTrafficHandlingPriority; //< Minimum acceptable traffic handling priority. + CMDBField iGPRSReqTransferDelay; //< Requested transfer delay (in milliseconds). + CMDBField iGPRSMaxTransferDelay; //< Maximum acceptable transfer delay (in milliseconds). + CMDBField iGPRSReqGuaranteedUplinkRate; //< Requested guaranteed bit rates on uplink. + CMDBField iGPRSMinGuaranteedUplinkRate; //< Minimum acceptable guaranteed bit rates on uplink. + CMDBField iGPRSReqGuaranteedDownlinkRate; //< Requested guaranteed bit rates on downlink. + CMDBField iGPRSMinGuaranteedDownlinkRate; //< Minimum acceptable guaranteed bit rates on downlink. + CMDBField iGPRSSignallingIndication; //< Signalling indication. + CMDBField iGPRS_ImCnSignallingIndication; //< IP Multimeida System (IMS) Core Network (CN) Signalling Indicator. + CMDBField iGPRSSourceStatisticsDescriptor; //< Static source descriptor. public: static const SRecordTypeInfo* const iRecordInfo; }; - -///////////////////////////////////////////////////////////////////////////////////////// -// 11/ Default CDMA2000 Settings Table +// TCommdbBearer for BearerTechnology field +typedef TCommDbBearer TCommsDBBearerTechnology; //< Bearer support type for field BearerTechnology + // -/** -@publishedPartner -@released -*/ -class CCDDefaultCDMA2000SettingsRecord : public CCDRecordBase - { - public: - /** - @internalComponent - */ - CCDDefaultCDMA2000SettingsRecord(); - /** - @internalComponent - */ - CCDDefaultCDMA2000SettingsRecord(TMDBElementId aId); - - DATA_VTABLE - - /** - Gets the following information: - - iTypeId - - iValType - - iTypeAttr - - iTypeName - - @return Returns a const pointer to the record containing the data - client does not need to delete this pointer after use. - */ - const SRecordTypeInfo* GetRecordInfo(){return iRecordInfo;} - - public : - - // Member Elements - - CMDBField iUsage; ///< The usage of this default. CDMA parameter- not currently supported. - CMDBField iIwfName; ///< Interworking function name. CDMA parameter- not currently supported. - CMDBField iServiceOption; ///< Mask indicating valid service options. CDMA parameter- not currently supported. - CMDBField iPdpType; ///< PDP is a network protocol which is used by packet switching networks to communicate with GPRS networks. IPV6 and IPV4 are examples of PDP types. CDMA parameter- not currently supported. - CMDBField iPdpAddress; ///< PDP address of phone. CDMA parameter- not currently supported. - CMDBField iReqFwdPriority; ///< Requested forward priority. CDMA Parameter- not currently supported. - CMDBField iReqRevPriority; ///< Requested reverse priority. CDMA parameter- not currently supported. - CMDBField iReqFwdBitrate; ///< Requested forward bit rate. CDMA parameter- not currently supported. - CMDBField iReqRevBitrate; ///< Requested reverse bit rate. CDMA parameter- not currently supported. - CMDBField iReqFwdLoss; ///< Requested forward frame loss rate. CDMA Parameter- not currently supported. - CMDBField iReqRevLoss; ///< Requested reverse frame loss rate. CDMA Parameter- not currently supported. - CMDBField iReqFwdMaxdelay; ///< Requested forward delay. CDMA Parameter- not currently supported. - CMDBField iReqRevMaxdelay; ///< Requested reverse delay. CDMA Parameter- not currently supported. - CMDBField iMinFwdBitrate; ///< Minimum forward bit rate. CDMA parameter- not currently supported. - CMDBField iMinRevBitrate; ///< Minimum reverse bit rate. CDMA parameter- not currently supported. - CMDBField iAccptFwdLoss; ///< Maximum acceptable forward frame loss rate. CDMA Parameter- not currently supported. - CMDBField iAccptRevLoss; ///< Maximum acceptable reverse frame loss rate. CDMA Parameter- not currently supported. - CMDBField iAccptFwdMaxdelay; ///< Maximum acceptable forward delay. CDMA Parameter- not currently supported. - CMDBField iAccptRevMaxdelay; ///< Maximum acceptable reverse delay. CDMA Parameter- not currently supported. - CMDBField iDataCompression; ///< Data compression on? CDMA Parameter- not currently supported. - CMDBField iHeaderCompression; ///< Van Jacobson IP header compression on? CDMA Parameter- not currently supported. - CMDBField iAnonymousAccess; ///< This tells the MS (Mobile Station) whether to try anonymous access or not. Anonymous access allows the mobile device to connect to a network without having to authenticate identity. To access the network, the MS (Mobile Station) will just use a random identity. CDMA Parameter- not currently supported. - CMDBField iCDMAOperationMode; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iCDMAMobileIpMaxNumRetry; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iCDMAMobileIpFirstRetryTimeout; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iCDMAMobileIpReregThreshold; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iEnableLLMNR; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iEnableIpHeaderComp; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iCDMAMobileIP; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iHomeAgentAddress; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iCDMAMobileIPTimeout; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iCDMAFchMux; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - CMDBField iCDMASchMux; ///< CDMA Parameter- not currently supported. See cdbcols.h for more information. - - private: - - static const SRecordTypeInfo* const iRecordInfo; - }; - -////////////////////////////////////////////////////////////////////////////////////// -// 12/ DEFAULT WCDMA RECORD -// -/** -@publishedPartner -@released -*/ -class CCDDefaultWCDMARecord : public CCDRecordBase - { - public: - /** - @internalComponent - */ - CCDDefaultWCDMARecord(); - /** - @internalComponent - */ - CCDDefaultWCDMARecord(TMDBElementId aId); - - DATA_VTABLE - - /** - Gets the following information: - - iTypeId - - iValType - - iTypeAttr - - iTypeName - - @return Returns a const pointer to the record containing the data - client does not need to delete this pointer after use. - */ - const SRecordTypeInfo* GetRecordInfo(){return iRecordInfo;} - - public : - - // Member Elements - - CMDBField iUsage; ///< The usage of this default. - CMDBField iAPN; ///< Access point name. - CMDBField iPdpType; ///< PDP is a network protocol which is used by packet switching networks to communicate with GPRS networks. IPV6 and IPV4 are examples of PDP types. - CMDBField iPdpAddress; ///< PDP address of phone. - CMDBField iPrecedence; ///< Default quality of service precedence class. Values for this are defined by the enum RPacketQoS::TQoSPrecedence. - CMDBField iDelay; ///< Default quality of service delay class. Values for this are defined by the enum RPacketQoS::TQoSDelay. - CMDBField iReliability; ///< Default quality of service reliability class. Values for this are defined by the enum RPacketQoS::TQoSReliability. - CMDBField iPeakThroughput; ///< Minimum quality of service peak throughput class. This field has been deprecated and may be removed in the future. - CMDBField iMeanThroughput; ///< Requested quality of service mean throughput class. This field has been deprecated and may be removed in the future. - CMDBField iMinPrecedence; ///< Minimum quality of service precedence class. This field has been deprecated and may be removed in the future. - CMDBField iMinDelay; ///< Minimum quality of service delay class This field has been deprecated and may be removed in the future. - CMDBField iMinReliability; ///< Minimum quality of service reliability class. This field has been deprecated and may be removed in the future. - CMDBField iMinPeakThroughput; ///< Minimum quality of service peak throughput class. This field has been deprecated and may be removed in the future. - CMDBField iMinMeanThroughput; ///< Minimum quality of service mean throughput class. This field has been deprecated and may be removed in the future. - CMDBField iDataCompression; ///< Specifies whether to compress data. - CMDBField iHeaderCompression; ///< Specifies whether IP header compression is on. - CMDBField iUseEdge; ///< Specifies whether to use EDGE technology. - CMDBField iAnonymousAccess; ///< This tells the MS (Mobile Station) whether to try anonymous access or not. Anonymous access allows the mobile device to connect to a network without having to authenticate identity. To access the network, the MS (Mobile Station) will just use a random identity. - - private: - - static const SRecordTypeInfo* const iRecordInfo; - }; - - - // TCommdbBearer for BearerTechnology field - typedef TCommDbBearer TCommsDBBearerTechnology; ///< Bearer support type for field BearerTechnology - - - -//////////////////////////////////////////////////////////////////////////// // 13/ MODEM BEARER RECORD // /** @@ -1369,7 +1033,7 @@ /** @internalComponent */ - CCDModemBearerRecord(); + CCDModemBearerRecord(); /** @internalComponent */ @@ -1392,82 +1056,82 @@ public: // MemberData - CMDBField iNifName; ///< A protocol name is specified for establishing a direct connection using the modem bearer. The interface typically implements a particular network connection protocol such as PPP. - CMDBField iPortName; ///< The name of the Comm port for the modem to connect to - CMDBField iTsyName; ///< The name of the TSY. ETEL is the telephony server/common interface for Symbian. The TSY provides the hardware specific implementation to this. - CMDBField iCsyName; ///< The name of the CSY. CSY provides the Comm port specific implementation to C32 (Serial Comms server). - CMDBField iLastSocketActivityTimeout; ///< Time (in seconds) to stay online when all socket activity has ceased. - CMDBField iLastSessionClosedTimeout; ///< Time (in seconds) to stay online when session has closed - CMDBField iLastSocketClosedTimeout; ///< Time (in seconds) to stay online when socket has closed. - CMDBField iDataBits; ///< Number of data bits used for serial port configuration. - CMDBField iStopBits; ///< Number of stop bits used for serial port configuration. This marks the end of a unit of transmission, e.g. the end of a byte of data. - CMDBField iParity; ///< The type of parity checking to be used when data is transmitted over the bearer. This involves sending an extra bit known as the parity bit and can be used to detect corrupted data. - CMDBField iRate; ///< The baud rate of the modem. Measured in bits per second (bps). This specifies the maximum rate that data can be sent on this modem bearer. - CMDBField iHandshaking; ///< The handshaking process between modems is encapsulated into one integer. This integer can be viewed as a binary bitmask of bits, each bit representing one of the pins inside the RS232 serial cable. The integer value can actually be derived from taking a binary OR of each of the bits. From this integer, Symbian OS is able to check whether individual pins have been set or not for the handshaking process. - CMDBField iSpecialRate; ///< User defined baud rate for the modem. This field will contain a value only if the value of field Rate is EBpsSpecial. - CMDBField iXonChar; ///< Character used to signal to the transmitter to resume sending when using XON/XOFF handshaking. - CMDBField iXoffChar; ///< Character used to signal the transmitter to suspend sending when using XON/XOFF handshaking. - CMDBField iFaxClassPref; ///< The preferred fax modem class supported by the fax client. This is the command set used to control the modem. - CMDBField iSpeakerPref; ///< Preferred speaker mode. - CMDBField iSpeakerVolPref; ///< Preferred speaker volume. - CMDBField iModemInitString; ///< General modem initialisation string. It is used to initialise (init) the modem by sending it a series (string) of commands, typically Hayes commands. These commands configure the modem's options for things like error correction, data compression, flow control, and many other parameters. - CMDBField iDataInitString; ///< Data initialisation string. - CMDBField iFaxInitString; ///< Fax initialisation string. - CMDBField iIspInitString; ///< Initialisation string specific to a particular ISP. - CMDBField iDialPauseLength; ///< Command to modify the pause created during dialling using the comma character (','). - CMDBField iCarrierTimeOut; ///< Command to set the time out the modem uses when establishing a link before giving up and returning to command mode. - CMDBField iAutoAnswerRingCount; ///< Command to set the number of rings before the modem auto answers. - CMDBField iSpeakerVolControlLow; ///< Command to set the modem speaker volume to low. - CMDBField iSpeakerVolControlMedium; ///< Command to set the modem speaker volume to medium. - CMDBField iSpeakerVolControlHigh; ///< Command to set the modem speaker volume to high. - CMDBField iSpeakerAlwaysOff; ///< Command to set the modem speaker off. - CMDBField iSpeakerOnUntilCarrier; ///< Command to set the modem speaker on. - CMDBField iSpeakerAlwaysOn; ///< Command to set the modem speaker on until the carrier. - CMDBField iSpeakerOnAfterUntilCarrier; ///< Command to set the modem speaker on except during dialling. - CMDBField iDialToneWaitModifier; ///< The dial command modifier waits for dial tone. - CMDBField iCallProgress1; ///< Disable busy and dial tone detection. - CMDBField iCallProgress2; ///< Dial tone detection enabled, busy detection disabled. - CMDBField iCallProgress3; ///< Dial tone detection disabled, busy detection enabled. - CMDBField iCallProgress4; ///< Dial tone and busy detection enabled. - CMDBField iEchoOff; ///< Switch echo mode off. - CMDBField iVerboseText; ///< Switch verbose mode on. - CMDBField iQuietOff; ///< Switch quiet mode off. - CMDBField iQuietOn; ///< Switch quiet mode on. - CMDBField iDialCommandStateModifier; ///< Dial command modifier- used to return to command mode after dialling. - CMDBField iOnLine; ///< Enter on-line mode from on-line command mode. - CMDBField iResetConfiguration; ///< Reset the modem configurations. - CMDBField iReturnToFactoryDefs; ///< Return the modem configuration to its factory defaults. - CMDBField iDcdOnDuringLink; ///< Command the modem to only assert DCD when a carrier is actually detected, i.e. while the link is up. - CMDBField iDtrHangUp; ///< Command the modem to hang up the current call when the DTE drops the DTR line. - CMDBField iDsrAlwaysOn; ///< Command the modem to always assert DSR. - CMDBField iRtsCtsHandshake; ///< Command the modem to use RTS/CTS flow control - CMDBField iXonXoffHandshake; ///< Command the modem to use software flow control. - CMDBField iEscapeCharacter; ///< The character used by the DTE to return to command mode from on-line mode. - CMDBField iEscapeGuardPeriod; ///< Command the modem to use a particular escape sequence guard period. - CMDBField iFaxClassInterrogate; ///< Command asking the modem which fax modes are supported. - CMDBField iFaxClass; ///< Command that sets the fax mode. - CMDBField iNoDialTone; ///< Modem response when no dial tone is detected. - CMDBField iBusy; ///< Modem response when a busy tone is detected. - CMDBField iNoAnswer; ///< Modem response when no answer is detected. - CMDBField iCarrier; ///< Carrier report message. - CMDBField iConnect; ///< Connection report message. - CMDBField iCompressionClass5; ///< Compression Class 5 report message. - CMDBField iCompressionV42bis; ///< Compression V.42 bis report message. - CMDBField iCompressionNone; ///< No compression report message. - CMDBField iProtocolLapd; ///< LAPD protocol report message. - CMDBField iProtocolAlt; ///< ALT protocol report message. - CMDBField iProtocolAltcellular; ///< ALT-CELLULAR report message. - CMDBField iProtocolNone; ///< No protocol report message. - CMDBField iMessageCentreNumber; ///< Phone number of message centre. - CMDBField iMessageValidityPeriod; ///< Validity period for SMS in minutes. - CMDBField iMessageDeliveryReport; ///< Specifies whether to produce an SMS delivery report. - CMDBField iMinSignalLevel; ///< Minimum signal strength of the modem. This is the minimum signal level required for a connection to succeed. The connection will fail if below this level. Setting the column to NULL will turn off this functionality. The value must be in dBm with an offset of 10000 added to it. I.e. Value=dBm+10000. + CMDBField iNifName; //< A protocol name is specified for establishing a direct connection using the modem bearer. The interface typically implements a particular network connection protocol such as PPP. + CMDBField iPortName; //< The name of the Comm port for the modem to connect to + CMDBField iTsyName; //< The name of the TSY. ETEL is the telephony server/common interface for Symbian. The TSY provides the hardware specific implementation to this. + CMDBField iCsyName; //< The name of the CSY. CSY provides the Comm port specific implementation to C32 (Serial Comms server). + CMDBField iLastSocketActivityTimeout; //< Time (in seconds) to stay online when all socket activity has ceased. + CMDBField iLastSessionClosedTimeout; //< Time (in seconds) to stay online when session has closed + CMDBField iLastSocketClosedTimeout; //< Time (in seconds) to stay online when socket has closed. + CMDBField iDataBits; //< Number of data bits used for serial port configuration. + CMDBField iStopBits; //< Number of stop bits used for serial port configuration. This marks the end of a unit of transmission, e.g. the end of a byte of data. + CMDBField iParity; //< The type of parity checking to be used when data is transmitted over the bearer. This involves sending an extra bit known as the parity bit and can be used to detect corrupted data. + CMDBField iRate; //< The baud rate of the modem. Measured in bits per second (bps). This specifies the maximum rate that data can be sent on this modem bearer. + CMDBField iHandshaking; //< The handshaking process between modems is encapsulated into one integer. This integer can be viewed as a binary bitmask of bits, each bit representing one of the pins inside the RS232 serial cable. The integer value can actually be derived from taking a binary OR of each of the bits. From this integer, Symbian OS is able to check whether individual pins have been set or not for the handshaking process. + CMDBField iSpecialRate; //< User defined baud rate for the modem. This field will contain a value only if the value of field Rate is EBpsSpecial. + CMDBField iXonChar; //< Character used to signal to the transmitter to resume sending when using XON/XOFF handshaking. + CMDBField iXoffChar; //< Character used to signal the transmitter to suspend sending when using XON/XOFF handshaking. + CMDBField iFaxClassPref; //< The preferred fax modem class supported by the fax client. This is the command set used to control the modem. + CMDBField iSpeakerPref; //< Preferred speaker mode. + CMDBField iSpeakerVolPref; //< Preferred speaker volume. + CMDBField iModemInitString; //< General modem initialisation string. It is used to initialise (init) the modem by sending it a series (string) of commands, typically Hayes commands. These commands configure the modem's options for things like error correction, data compression, flow control, and many other parameters. + CMDBField iDataInitString; //< Data initialisation string. + CMDBField iFaxInitString; //< Fax initialisation string. + CMDBField iIspInitString; //< Initialisation string specific to a particular ISP. + CMDBField iDialPauseLength; //< Command to modify the pause created during dialling using the comma character (','). + CMDBField iCarrierTimeOut; //< Command to set the time out the modem uses when establishing a link before giving up and returning to command mode. + CMDBField iAutoAnswerRingCount; //< Command to set the number of rings before the modem auto answers. + CMDBField iSpeakerVolControlLow; //< Command to set the modem speaker volume to low. + CMDBField iSpeakerVolControlMedium; //< Command to set the modem speaker volume to medium. + CMDBField iSpeakerVolControlHigh; //< Command to set the modem speaker volume to high. + CMDBField iSpeakerAlwaysOff; //< Command to set the modem speaker off. + CMDBField iSpeakerOnUntilCarrier; //< Command to set the modem speaker on. + CMDBField iSpeakerAlwaysOn; //< Command to set the modem speaker on until the carrier. + CMDBField iSpeakerOnAfterUntilCarrier; //< Command to set the modem speaker on except during dialling. + CMDBField iDialToneWaitModifier; //< The dial command modifier waits for dial tone. + CMDBField iCallProgress1; //< Disable busy and dial tone detection. + CMDBField iCallProgress2; //< Dial tone detection enabled, busy detection disabled. + CMDBField iCallProgress3; //< Dial tone detection disabled, busy detection enabled. + CMDBField iCallProgress4; //< Dial tone and busy detection enabled. + CMDBField iEchoOff; //< Switch echo mode off. + CMDBField iVerboseText; //< Switch verbose mode on. + CMDBField iQuietOff; //< Switch quiet mode off. + CMDBField iQuietOn; //< Switch quiet mode on. + CMDBField iDialCommandStateModifier; //< Dial command modifier- used to return to command mode after dialling. + CMDBField iOnLine; //< Enter on-line mode from on-line command mode. + CMDBField iResetConfiguration; //< Reset the modem configurations. + CMDBField iReturnToFactoryDefs; //< Return the modem configuration to its factory defaults. + CMDBField iDcdOnDuringLink; //< Command the modem to only assert DCD when a carrier is actually detected, i.e. while the link is up. + CMDBField iDtrHangUp; //< Command the modem to hang up the current call when the DTE drops the DTR line. + CMDBField iDsrAlwaysOn; //< Command the modem to always assert DSR. + CMDBField iRtsCtsHandshake; //< Command the modem to use RTS/CTS flow control + CMDBField iXonXoffHandshake; //< Command the modem to use software flow control. + CMDBField iEscapeCharacter; //< The character used by the DTE to return to command mode from on-line mode. + CMDBField iEscapeGuardPeriod; //< Command the modem to use a particular escape sequence guard period. + CMDBField iFaxClassInterrogate; //< Command asking the modem which fax modes are supported. + CMDBField iFaxClass; //< Command that sets the fax mode. + CMDBField iNoDialTone; //< Modem response when no dial tone is detected. + CMDBField iBusy; //< Modem response when a busy tone is detected. + CMDBField iNoAnswer; //< Modem response when no answer is detected. + CMDBField iCarrier; //< Carrier report message. + CMDBField iConnect; //< Connection report message. + CMDBField iCompressionClass5; //< Compression Class 5 report message. + CMDBField iCompressionV42bis; //< Compression V.42 bis report message. + CMDBField iCompressionNone; //< No compression report message. + CMDBField iProtocolLapd; //< LAPD protocol report message. + CMDBField iProtocolAlt; //< ALT protocol report message. + CMDBField iProtocolAltcellular; //< ALT-CELLULAR report message. + CMDBField iProtocolNone; //< No protocol report message. + CMDBField iMessageCentreNumber; //< Phone number of message centre. + CMDBField iMessageValidityPeriod; //< Validity period for SMS in minutes. + CMDBField iMessageDeliveryReport; //< Specifies whether to produce an SMS delivery report. + CMDBField iMinSignalLevel; //< Minimum signal strength of the modem. This is the minimum signal level required for a connection to succeed. The connection will fail if below this level. Setting the column to NULL will turn off this functionality. The value must be in dBm with an offset of 10000 added to it. I.e. Value=dBm+10000. - CMDBField iCommRole; ///< Specifies whether comm port should be opened in the role of DTE or DCE. The content of this field is a bit mask. The value of this is ANDed with KModemCommRoleDCE. For example, say the value of CommRole is 1 then the role set is DCE, else the role set is DTE. (see KModemCommRoleDCE). - CMDBField iControlChannelPortName; ///< The modem control channel port name. - CMDBField iSirSettings; ///< This field sets the serial port's infra-red settings. This enables the range of infrared to be set, to modify the pulse width or even to completely shutdown serial infrared. Please refer to Comms Dat Ref Final documentation to see the list of values this field 'SirSettings' can take. - CMDBField iBcaStack; ///< A list of BCAs (Baseband Channel Adapter). The BCA provides an interface for the hardware adaptation layer (HAL). More specifically, it is used to interface the R-Interface data plane transport with a NIF. - CMDBField iBearerTechnology; ///< Specifies whether the bearer is a CSD/HSCSD bearer. + CMDBField iCommRole; //< Specifies whether comm port should be opened in the role of DTE or DCE. The content of this field is a bit mask. The value of this is ANDed with KModemCommRoleDCE. For example, say the value of CommRole is 1 then the role set is DCE, else the role set is DTE. (see KModemCommRoleDCE). + CMDBField iControlChannelPortName; //< The modem control channel port name. + CMDBField iSirSettings; //< This field sets the serial port's infra-red settings. This enables the range of infrared to be set, to modify the pulse width or even to completely shutdown serial infrared. Please refer to Comms Dat Ref Final documentation to see the list of values this field 'SirSettings' can take. + CMDBField iBcaStack; //< A list of BCAs (Baseband Channel Adapter). The BCA provides an interface for the hardware adaptation layer (HAL). More specifically, it is used to interface the R-Interface data plane transport with a NIF. + CMDBField iBearerTechnology; //< Specifies whether the bearer is a CSD/HSCSD bearer. private: @@ -1478,7 +1142,7 @@ -////////////////////////////////////////////////////////////////////////////////////// +// // 14/ LAN BEARER RECORD // /** @@ -1497,7 +1161,7 @@ */ CCDLANBearerRecord(TMDBElementId aId); - /** + /** Gets the following information: - iTypeId - iValType @@ -1512,16 +1176,16 @@ public: - CMDBField iLanBearerNifName; ///< A protocol name is specified for establishing a direct connection. The interface typically implements a particular network connection protocol such as PPP. - CMDBField iLanBearerLddFilename; ///< This is the actual .DLL filename for the LDD. - CMDBField iLanBearerLddName; ///< This is the name of a particular LDD. - CMDBField iLanBearerPddFilename; ///< This is the actual .DLL filename for the PDD. - CMDBField iLanBearerPddName; ///< This is the name of a particular PDD. - CMDBField iLanBearerPacketDriverName; ///< The name of the packet driver. The packet driver can do the following: initiate access to a specific packet type, end access to a specific packet type, send a packet, get statistics on the NIF, and get information about the NIF. - CMDBField iLastSocketActivityTimeout; ///< Time (in seconds) to stay online when all socket activity has ceased. - CMDBField iLastSessionClosedTimeout; ///< Time (in seconds) to stay online when session has closed. - CMDBField iLastSocketClosedTimeout; ///< Time (in seconds) to stay online when socket has closed. - CMDBField iBearerTechnology; ///< Specifies whether the bearer is a CSD/HSCSD bearer. + CMDBField iLanBearerNifName; //< A protocol name is specified for establishing a direct connection. The interface typically implements a particular network connection protocol such as PPP. + CMDBField iLanBearerLddFilename; //< This is the actual .DLL filename for the LDD. + CMDBField iLanBearerLddName; //< This is the name of a particular LDD. + CMDBField iLanBearerPddFilename; //< This is the actual .DLL filename for the PDD. + CMDBField iLanBearerPddName; //< This is the name of a particular PDD. + CMDBField iLanBearerPacketDriverName; //< The name of the packet driver. The packet driver can do the following: initiate access to a specific packet type, end access to a specific packet type, send a packet, get statistics on the NIF, and get information about the NIF. + CMDBField iLastSocketActivityTimeout; //< Time (in seconds) to stay online when all socket activity has ceased. + CMDBField iLastSessionClosedTimeout; //< Time (in seconds) to stay online when session has closed. + CMDBField iLastSocketClosedTimeout; //< Time (in seconds) to stay online when socket has closed. + CMDBField iBearerTechnology; //< Specifies whether the bearer is a CSD/HSCSD bearer. private: @@ -1529,7 +1193,7 @@ }; -////////////////////////////////////////////////////////////////////////////////////// +// // 15/ VIRTUAL BEARER RECORD // /** @@ -1563,11 +1227,11 @@ public: // Member Data - CMDBField iVirtualBearerNifName; ///< The network interface name of the virtual bearer. - CMDBField iLastSocketActivityTimeout; ///< Time (in seconds) to stay online when all socket activity has ceased. - CMDBField iLastSessionClosedTimeout; ///< Time (in seconds) to stay online when socket has closed. - CMDBField iLastSocketClosedTimeout; ///< Time (in seconds) to stay online when socket has closed. - CMDBField iBearerTechnology; ///< Specifies whether the bearer is a CSD/HSCSD bearer. + CMDBField iVirtualBearerNifName; //< The network interface name of the virtual bearer. + CMDBField iLastSocketActivityTimeout; //< Time (in seconds) to stay online when all socket activity has ceased. + CMDBField iLastSessionClosedTimeout; //< Time (in seconds) to stay online when socket has closed. + CMDBField iLastSocketClosedTimeout; //< Time (in seconds) to stay online when socket has closed. + CMDBField iBearerTechnology; //< Specifies whether the bearer is a CSD/HSCSD bearer. private: @@ -1576,7 +1240,7 @@ -////////////////////////////////////////////////////////////////////////////////////// +// // 16/ WAP SMS Bearer Record // /** @@ -1610,11 +1274,11 @@ public : // Member Elements - CMDBRecordLink iWAPAccessPointId; ///< ID of the WAP Access Point record to which this bearer information refers. - CMDBField iWAPGatewayAddress; ///< WAP gateway address: an IP address or phone number. - CMDBField iWAPServiceCentreAddress; ///< WAP service centre address. - CMDBField iWAPWSPOption; ///< Whether connection-oriented or connectionless API should be used. - CMDBField iWAPSecurity; ///< Attempt secure WTLS connection to the gateway. + CMDBRecordLink iWAPAccessPointId; //< ID of the WAP Access Point record to which this bearer information refers. + CMDBField iWAPGatewayAddress; //< WAP gateway address: an IP address or phone number. + CMDBField iWAPServiceCentreAddress; //< WAP service centre address. + CMDBField iWAPWSPOption; //< Whether connection-oriented or connectionless API should be used. + CMDBField iWAPSecurity; //< Attempt secure WTLS connection to the gateway. private: @@ -1623,7 +1287,7 @@ -//////////////////////////////////////////////////////////////////////////////////////// +// // 17/ WAP IP BEARER // /** @@ -1659,14 +1323,14 @@ public : // Member Elements - CMDBRecordLink iWAPAccessPointId; ///< ID of the WAP Access Point record to which this bearer information refers. - CMDBField iWAPGatewayAddress; ///< WAP gateway address: an IP address or phone number. - CMDBRecordLink iWAPIAP; ///< Identifier of a record in the IAP table to be used. - CMDBField iWAPWSPOption; ///< Set to an enum deciding whether WAP WSP is to be set to connectionless or connection oriented. - CMDBField iWAPSecurity; ///< Attempt secure WTLS connection to the gateway. - CMDBField iWAPProxyPort; ///< Proxy port number. Required for WAP2.0 only. - CMDBField iWAPProxyLoginName; ///< Proxy login name. Required for WAP2.0 only. - CMDBField iWAPProxyLoginPass; ///< Proxy login password. Required for WAP2.0 only. + CMDBRecordLink iWAPAccessPointId; //< ID of the WAP Access Point record to which this bearer information refers. + CMDBField iWAPGatewayAddress; //< WAP gateway address: an IP address or phone number. + CMDBRecordLink iWAPIAP; //< Identifier of a record in the IAP table to be used. + CMDBField iWAPWSPOption; //< Set to an enum deciding whether WAP WSP is to be set to connectionless or connection oriented. + CMDBField iWAPSecurity; //< Attempt secure WTLS connection to the gateway. + CMDBField iWAPProxyPort; //< Proxy port number. Required for WAP2.0 only. + CMDBField iWAPProxyLoginName; //< Proxy login name. Required for WAP2.0 only. + CMDBField iWAPProxyLoginPass; //< Proxy login password. Required for WAP2.0 only. private: @@ -1677,7 +1341,7 @@ -////////////////////////////////////////////////////////////////////////////////////// +// // 18/ CHARGECARD RECORD // /** @@ -1715,11 +1379,11 @@ public: // Member Elements - CMDBField iAccountNo; ///< The account number to charge. - CMDBField iPin; ///< The pin number of the account to charge. - CMDBField iLocalRule; ///< An operator dependant rule specifying the order of dialling to be account number, PIN and phone number for local calls. - CMDBField iNatRule; ///< An operator dependant rule specifying the order of dialling to be account number, PIN and phone number for national calls. - CMDBField iIntlRule; ///< An operator dependant rule specifying the order of dialling to be account number, PIN and phone number for international calls. + CMDBField iAccountNo; //< The account number to charge. + CMDBField iPin; //< The pin number of the account to charge. + CMDBField iLocalRule; //< An operator dependant rule specifying the order of dialling to be account number, PIN and phone number for local calls. + CMDBField iNatRule; //< An operator dependant rule specifying the order of dialling to be account number, PIN and phone number for national calls. + CMDBField iIntlRule; //< An operator dependant rule specifying the order of dialling to be account number, PIN and phone number for international calls. private: @@ -1727,9 +1391,7 @@ }; - - -////////////////////////////////////////////////////////////////////////////////////// +// // 19/ PROXIES RECORD // /** @@ -1765,13 +1427,13 @@ public : // Member Elements - CMDBRecordLink iService; ///< ISP with which these proxies are associated. This field takes as its value the identifier of the record from the servicing table defined in field ProxyServiceType. For example, ProxyServiceType = DialOutISP, ISP = 1, this means the first record from table DialOutISP is used. - CMDBField iServiceType; ///< The servicing table to which the ISP field refers. This is necessary as GPRS records as well as ISP records can have proxy settings associated with them. If this field is read and its length is zero, the value "DialOutISP" is returned, as it is assumed that any client that has not written this field is assuming that proxies are only available to the dial out ISP and not other service types. - CMDBField iUseProxyServer; ///< Specifies whether to use a proxy server. - CMDBField iServerName; ///< Name of the host proxy server. - CMDBField iProtocolName; ///< Name of the protocol for which this proxy can be used. - CMDBField iPortNumber; ///< Port number for the proxy server. - CMDBField iExceptions; ///< Semi-colon separated list of the addresses for which the proxy server should not be used. + CMDBRecordLink iService; //< ISP with which these proxies are associated. This field takes as its value the identifier of the record from the servicing table defined in field ProxyServiceType. For example, ProxyServiceType = DialOutISP, ISP = 1, this means the first record from table DialOutISP is used. + CMDBField iServiceType; //< The servicing table to which the ISP field refers. This is necessary as GPRS records as well as ISP records can have proxy settings associated with them. If this field is read and its length is zero, the value "DialOutISP" is returned, as it is assumed that any client that has not written this field is assuming that proxies are only available to the dial out ISP and not other service types. + CMDBField iUseProxyServer; //< Specifies whether to use a proxy server. + CMDBField iServerName; //< Name of the host proxy server. + CMDBField iProtocolName; //< Name of the protocol for which this proxy can be used. + CMDBField iPortNumber; //< Port number for the proxy server. + CMDBField iExceptions; //< Semi-colon separated list of the addresses for which the proxy server should not be used. private: @@ -1781,71 +1443,7 @@ - -////////////////////////////////////////////////////////////////////////////////////// -// 1A/ SECURE SOCKET PROTO RECORD // -/** -@internalComponent -@released -*/ -class CCDSecureSocketRecord : public CCDRecordBase - { - public: - - CCDSecureSocketRecord(); - CCDSecureSocketRecord(TMDBElementId aElementId); - - DATA_VTABLE - - const SRecordTypeInfo* GetRecordInfo(){return iRecordInfo;} - - public: - - // Member Data - CMDBField iSSProtoName; - CMDBField iSSProtoLibrary; - - private: - - static const SRecordTypeInfo* const iRecordInfo; - }; - - - - -////////////////////////////////////////////////////////////////////////////////////// -// 1B/ AGENTLOOKUPTABLE RECORD -// -/** -@internalComponent -@released -*/ -class CCDAgentLookupRecord : public CCDRecordBase - { - public: - - CCDAgentLookupRecord(); - CCDAgentLookupRecord(TMDBElementId aElementId); - - DATA_VTABLE - - const SRecordTypeInfo* GetRecordInfo(){return iRecordInfo;} - - public: - - // Member Data - CMDBField iAgentFriendlyName; - CMDBField iAgentFileName; - - - private: - - static const SRecordTypeInfo* const iRecordInfo; - }; - - -////////////////////////////////////////////////////////////////////////////////////// // 1C/ PAN_SERVICE_EXTENSIONS // /** @@ -1880,13 +1478,13 @@ public: // Member Data - CMDBField iLocalRole; ///< PAN role that the local device will act in. To dynamically select a role, use ECommDbPanRoleUnknown. - CMDBField iPeerRole; ///< PAN role that the remote device will act in. To dynamically select a role, use ECommDbPanRoleUnknown. - CMDBField iPeerMACAddresses; ///< A list of Bluetooth MAC addresses. If one address is specified, then PAN agent will connect to it. If more than one device address is specified (in a comma seperated list), then PAN agent will discover whether any of the devices are in range, and connect to one of them. Comma-separated list of Bluetooth MAC addresses, with no "0x" preamble and no colons separating the digits - CMDBField iPromptForRemoteDevices; ///< Whether the agent should prompt the user to select the remote device to connect to. - CMDBField iDisableSdpQuery; ///< Whether the remote role defined above should be accepted without performing an SDP query to ensure the remote device supports the specified role. Not recommended for use. - CMDBField iAllowIncoming; ///< Whether the PAN agent should support incoming connections. - CMDBField iPromptIfMACListFails; ///< Whether the agent should prompt the user to select the remote device to be connected to if we cannot connect to any device specified in the MAC list. + CMDBField iLocalRole; //< PAN role that the local device will act in. To dynamically select a role, use ECommDbPanRoleUnknown. + CMDBField iPeerRole; //< PAN role that the remote device will act in. To dynamically select a role, use ECommDbPanRoleUnknown. + CMDBField iPeerMACAddresses; //< A list of Bluetooth MAC addresses. If one address is specified, then PAN agent will connect to it. If more than one device address is specified (in a comma seperated list), then PAN agent will discover whether any of the devices are in range, and connect to one of them. Comma-separated list of Bluetooth MAC addresses, with no "0x" preamble and no colons separating the digits + CMDBField iPromptForRemoteDevices; //< Whether the agent should prompt the user to select the remote device to connect to. + CMDBField iDisableSdpQuery; //< Whether the remote role defined above should be accepted without performing an SDP query to ensure the remote device supports the specified role. Not recommended for use. + CMDBField iAllowIncoming; //< Whether the PAN agent should support incoming connections. + CMDBField iPromptIfMACListFails; //< Whether the agent should prompt the user to select the remote device to be connected to if we cannot connect to any device specified in the MAC list. #ifdef SYMBIAN_NETWORKING_DHCPSERVER CMDBField iNapServiceEnabled; #endif // SYMBIAN_NETWORKING_DHCPSERVER @@ -1897,7 +1495,7 @@ class CCDSelectionPolicyRecordBase; -////////////////////////////////////////////////////////////////////////////////////// +// // 1D/ ACCESS POINT RECORD // ----------- ------------------------------------------------------------------------------------------------------------------------------ //| ID | NAME | | ACCESS POINT TYPE | MCPR TYPE | SELECTION POLICY | CPR TYPE | CPR CONFIG | SCPR TYPE | PROTOCOL TYPE | APPLICATION SECURE ID | @@ -1927,17 +1525,17 @@ class CCDProtocolRecord; #endif + class CCDAccessPointRecord : public CCDRecordBase { public: - /** - @internalComponent - */ + enum { KNoPolicy = -1 }; + CCDAccessPointRecord(TMDBElementId aElementId); DATA_VTABLE - /** + /** Gets the following information: - iTypeId - iValType @@ -1957,61 +1555,26 @@ CMDBRecordLink iSelectionPolicy; // Link to SelectionPolicy record #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY -/** - @publishedAll - @prototype - */ + CMDBRecordLink iTier; //Tier. Type of the access point. Row in CCDTierRecord table. -/** - @publishedAll - @prototype - */ CMDBRecordLink iMCpr; //MCPR's type. Row in CCDMCprRecord table. -/** - @publishedAll - @prototype - */ CMDBRecordLink iCpr; //CPR's type. Row in CCDCprRecord table. -/** - @publishedAll - @prototype - */ CMDBRecordLink iSCpr; //SCPR's type. Row in CCDSCprRecord table. -/** - @publishedAll - @prototype - */ - CMDBRecordLink iProtocol; //PRT's type. Row in CCDProtocolRecord table. -/** - @publishedAll - @prototype - */ + CMDBRecordLink iProtocol; //PRT's type. Row in CCDProtocolRecord table. CMDBField iCprConfig; //CPR's config id. Value interpreted by a CPR. -/** - @publishedAll - @prototype - */ CMDBField iAppSID; //Application SID. - // VCT - this is wrong. it should be a link to a CCDSelectionPolicyRecordBase that points to ConfigAccessPoints -/** - @publishedAll - @prototype - */ CMDBField iConfigAPIdList; // List of addition SCprs (from ConfigAccessPoint table) -/** - @publishedAll - @prototype - */ //This field can be used to create custom selection policies which is _not_ use //the APPrioritySelectionPolicy record but store some value which is interpreted by the //given MCPr. CMDBField iCustomSelectionPolicy; + CMDBField iPriority; //Access point priority. #endif private: static const SRecordTypeInfo* const iRecordInfo; }; -////////////////////////////////////////////////////////////////////////////////////// +// // 1E/ SELECTION POLICY RECORD /** @publishedAll @@ -2055,261 +1618,42 @@ DATA_VTABLE - /** + /** Gets the following information: - iTypeId - iValType - iTypeAttr - iTypeName - + @return Returns a const pointer to the record containing the data - client does not need to delete this pointer after use. */ - const SRecordTypeInfo* GetRecordInfo(){return iRecordInfo;} + const SRecordTypeInfo* GetRecordInfo(){return iRecordInfo;} public: - CMDBRecordLink iIap1; ///< IAP link 1 - links to first IAP record. - CMDBRecordLink iIap2; ///< IAP link 2 - links to second IAP record. - CMDBRecordLink iIap3; ///< IAP link 3 - links to third IAP record. - CMDBRecordLink iIap4; ///< IAP link 4 - links to fourth IAP record. - CMDBRecordLink iIap5; ///< IAP link 5 - links to fifth IAP record. - CMDBRecordLink iIap6; ///< IAP link 6 - links to sixth IAP record. - CMDBRecordLink iIap7; ///< IAP link 7 - links to seventh IAP record. - CMDBRecordLink iIap8; ///< IAP link 8 - links to eighth IAP record. - CMDBRecordLink iIap9; ///< IAP link 9 - links to ninth IAP record. - CMDBRecordLink iIap10; ///< IAP link 10 - links to tenth IAP record. - CMDBRecordLink iIap11; ///< IAP link 11- links to eleventh IAP record. - CMDBRecordLink iIap12; ///< IAP link 12- links to twelveth IAP record. - CMDBRecordLink iIap13; ///< IAP link 13- links to thirteenth IAP record. - CMDBRecordLink iIap14; ///< IAP link 14- links to fourteenth IAP record. - CMDBRecordLink iIap15; ///< IAP link 15- links to fifteenth IAP record. - CMDBField iIapCount; ///< Keeps count of the number of IAPs in the selection policy, for comparison purposes. + CMDBRecordLink iIap1; //< IAP link 1 - links to first IAP record. + CMDBRecordLink iIap2; //< IAP link 2 - links to second IAP record. + CMDBRecordLink iIap3; //< IAP link 3 - links to third IAP record. + CMDBRecordLink iIap4; //< IAP link 4 - links to fourth IAP record. + CMDBRecordLink iIap5; //< IAP link 5 - links to fifth IAP record. + CMDBRecordLink iIap6; //< IAP link 6 - links to sixth IAP record. + CMDBRecordLink iIap7; //< IAP link 7 - links to seventh IAP record. + CMDBRecordLink iIap8; //< IAP link 8 - links to eighth IAP record. + CMDBRecordLink iIap9; //< IAP link 9 - links to ninth IAP record. + CMDBRecordLink iIap10; //< IAP link 10 - links to tenth IAP record. + CMDBRecordLink iIap11; //< IAP link 11- links to eleventh IAP record. + CMDBRecordLink iIap12; //< IAP link 12- links to twelveth IAP record. + CMDBRecordLink iIap13; //< IAP link 13- links to thirteenth IAP record. + CMDBRecordLink iIap14; //< IAP link 14- links to fourteenth IAP record. + CMDBRecordLink iIap15; //< IAP link 15- links to fifteenth IAP record. + CMDBField iIapCount; //< Keeps count of the number of IAPs in the selection policy, for comparison purposes. private: static const SRecordTypeInfo* const iRecordInfo; }; - -////////////////////////////////////////////////////////////////////////////////////// -// 20/ BASE DUMMY SECURITY SETTINGS RECORD -// -/** -@internalComponent -*/ -class CCDBaseSecRecord : public CCDRecordBase - { - public: - - CCDBaseSecRecord(); - - CCDBaseSecRecord(TMDBElementId aElementId); - - DATA_VTABLE - - private: - - static const SRecordTypeInfo* const iRecordInfo; - - }; - -////////////////////////////////////////////////////////////////////////////////////// -// 21/ EAP SECURITY SETTINGS RECORD -// -/** -@internalComponent -*/ -class CCDEAPSecRecord : public CCDBaseSecRecord - { - public: - - CCDEAPSecRecord(); - - CCDEAPSecRecord(TMDBElementId aElementId); - - DATA_VTABLE - - const SRecordTypeInfo* GetRecordInfo(){return iRecordInfo;} - - public: - - // Member Data - - CMDBField iEAPSecOuterEAPType; - CMDBField iEAPSecId; - CMDBField iEAPSecPassword; - CMDBField iEAPSecConfigId; - CMDBRecordLink iEAPSecData; // VCT - is this the correctlinktype?? -#ifdef SYMBIAN_WIFI_WPS - CMDBField iEAPSecVendorId; - CMDBField iEAPSecVendorType; -#endif //SYMBIAN_WIFI_WPS - - private: - - static const SRecordTypeInfo* const iRecordInfo; - - }; - - -////////////////////////////////////////////////////////////////////////////////////// -// 21/ TUNNELLED EAP SETTINGS RECORD -// -/** -@internalComponent -*/ -class CCDTunEAPRecord : public CCDBaseSecRecord - { - public: - - CCDTunEAPRecord(); - - CCDTunEAPRecord(TMDBElementId aElementId); - - DATA_VTABLE - - const SRecordTypeInfo* GetRecordInfo(){return iRecordInfo;} - - public: - - // Member Data - - CMDBField iTUNEAPInnerType; - CMDBRecordLink iTUNEAPData; - - private: - - static const SRecordTypeInfo* const iRecordInfo; - }; - - -////////////////////////////////////////////////////////////////////////////////////// -// 22/ EAP-TLS SETTINGS RECORD -// -/** -@internalComponent -*/ -class CCDEAPTLSRecord : public CCDBaseSecRecord - { - public: - - CCDEAPTLSRecord(); - - CCDEAPTLSRecord(TMDBElementId aElementId); - - DATA_VTABLE - - const SRecordTypeInfo* GetRecordInfo(){return iRecordInfo;} - - public: - - // Member Data - - CMDBField iEAPTLSClientCertName; - - private: - - static const SRecordTypeInfo* const iRecordInfo; - - - }; - - -////////////////////////////////////////////////////////////////////////////////////// -// 23/ LEAP SETTINGS RECORD -// -/** -@internalComponent -*/ -class CCDLEAPRecord : public CCDBaseSecRecord - { - public: - - CCDLEAPRecord(); - - CCDLEAPRecord(TMDBElementId aElementId); - - DATA_VTABLE - - const SRecordTypeInfo* GetRecordInfo(){return iRecordInfo;} - - public: - - // Member Data - - CMDBField iLEAPTimeout; - - private: - - static const SRecordTypeInfo* const iRecordInfo; - - - - }; - - - -////////////////////////////////////////////////////////////////////////////////////// -// 12/ EAP-SIM PROTOCOL RECORD -// -/** -@internalComponent -*/ -class CCDEapSimProtocolRecord : public CCDRecordBase - { - public: - - CCDEapSimProtocolRecord(); - CCDEapSimProtocolRecord(TMDBElementId aElementId); - - const SRecordTypeInfo* GetRecordInfo(){return iRecordInfo;} - - DATA_VTABLE - - public: - - CMDBField iProtocolId; - CMDBField iPseudonym; - CMDBField iUseNaiRealm; - CMDBField iNaiRealm; - CMDBField iMinRands; - - private: - - static const SRecordTypeInfo* const iRecordInfo; - }; - - -////////////////////////////////////////////////////////////////////////////////////// -// 13/ EAP-AKA PROTOCOL RECORD -// -/** -@internalComponent -*/ -class CCDEapAkaProtocolRecord : public CCDRecordBase - { - public: - - CCDEapAkaProtocolRecord(); - CCDEapAkaProtocolRecord(TMDBElementId aElementId); - - const SRecordTypeInfo* GetRecordInfo(){return iRecordInfo;} - - DATA_VTABLE - - public: - - CMDBField iProtocolId; - CMDBField iPseudonym; - CMDBField iUseNaiRealm; - CMDBField iNaiRealm; - - private: - static const SRecordTypeInfo* const iRecordInfo; - }; - - #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY -////////////////////////////////////////////////////////////////////////////////////// +// // 1F/ AP PRIORITY SELECTION POLICY RECORD // ----------- -------------------------- //| ID | NAME | | AP 1 | AP 2 | ... | AP N | @@ -2318,7 +1662,7 @@ // ----------- -------------------------- /** @publishedAll - @prototype + @released */ class CCDAPPrioritySelectionPolicyRecord : public CCDSelectionPolicyRecordBase { @@ -2333,21 +1677,6 @@ const SRecordTypeInfo* GetRecordInfo(){return iRecordInfo;} public: - /*CMDBField iAp1; - CMDBField iAp2; - CMDBField iAp3; - CMDBField iAp4; - CMDBField iAp5; - CMDBField iAp6; - CMDBField iAp7; - CMDBField iAp8; - CMDBField iAp9; - CMDBField iAp10; - CMDBField iAp11; - CMDBField iAp12; - CMDBField iAp13; - CMDBField iAp14; - CMDBField iAp15;*/ CMDBRecordLink iAp1; CMDBRecordLink iAp2; @@ -2371,198 +1700,13 @@ static const SRecordTypeInfo* const iRecordInfo; }; -////////////////////////////////////////////////////////////////////////////////////// -// TIER RECORD -// A Tier groups one or more APs that represent a single technology or a related group of technologies -// So a tier identifies the type of an AP -// A Tier is governed by a component called a Tier Manager -// Each Tier and each Tier Manager has a unique name and unique numeric identifier -// ----------- --------------------- -//| ID | NAME | | PREFERENCE RESOLVER | -//|-----------| |--------------------- -//| * | * | | * | -// ----------- --------------------- -// ID - Access point type's (tier's) unique ID. -// NAME - Access point type's (tier's) unique name. -// TIER MANAGER NAME - Tier's preference resolver id interpreted by the framework. -// TIER MANAGER UID - Tier's preference resolver id interpreted by the framework. -/** -@internalTechnology -@prototype -*/ -class CCDTierRecord : public CCDRecordBase - { - public: - CCDTierRecord(TMDBElementId aElementId); - - DATA_VTABLE - - const SRecordTypeInfo* GetRecordInfo(){return iRecordInfo;} - - public: - CMDBField iTierThreadName; //Tier's thread name. - CMDBField iTierManagerName; //Tier's manager name. - CMDBField iPromptUser; //Tier's default access point. - CMDBRecordLink iDefaultAccessPoint; //Tier's default access point. - - private: - static const SRecordTypeInfo* const iRecordInfo; - }; - -////////////////////////////////////////////////////////////////////////////////////// -// MCPR TYPE RECORD -// ----------- -//| ID | NAME | -//|-----------| -//| * | * | -// ----------- -/** -@internalTechnology -@prototype -*/ -class CCDMCprRecord : public CCDRecordBase - { - public: - CCDMCprRecord(TMDBElementId aElementId); - - DATA_VTABLE - - const SRecordTypeInfo* GetRecordInfo(){return iRecordInfo;} - - public: - CMDBField iMCprUid; //MCpr's UID. - - private: - static const SRecordTypeInfo* const iRecordInfo; - }; - -////////////////////////////////////////////////////////////////////////////////////// -// CPR TYPE RECORD -/** -@internalTechnology -@prototype -*/ -class CCDCprRecord : public CCDRecordBase - { - public: - CCDCprRecord(TMDBElementId aElementId); - - DATA_VTABLE - - const SRecordTypeInfo* GetRecordInfo(){return iRecordInfo;} - - public: - CMDBField iCprUid; //Cpr's UID. - - private: - static const SRecordTypeInfo* const iRecordInfo; - }; - -////////////////////////////////////////////////////////////////////////////////////// -// SCPR TYPE RECORD -/** -@internalTechnology -@prototype -*/ -class CCDSCprRecord : public CCDRecordBase - { - public: - CCDSCprRecord(TMDBElementId aElementId); - - DATA_VTABLE - - const SRecordTypeInfo* GetRecordInfo(){return iRecordInfo;} - - public: - CMDBField iSCprUid; //SCpr's UID. - - private: - static const SRecordTypeInfo* const iRecordInfo; - }; - -////////////////////////////////////////////////////////////////////////////////////// -// PROTOCOL TYPE RECORD -/** -@internalTechnology -@prototype -*/ -class CCDProtocolRecord : public CCDRecordBase - { - public: - CCDProtocolRecord(TMDBElementId aElementId); - - DATA_VTABLE - - const SRecordTypeInfo* GetRecordInfo(){return iRecordInfo;} - - public: - CMDBField iProtocolUid; //Protocol's UID. - CMDBField iProtocolConfigLoaderUid; // ecom plugin to load protocol's config - private: - static const SRecordTypeInfo* const iRecordInfo; - }; - - -////////////////////////////////////////////////////////////////////////////////////// -// BEARER TYPE RECORD -// Identifies the components needed to build an AP to perform a particular service -/** -@internalTechnology -@prototype -*/ -class CCDBearerTypeRecord : public CCDRecordBase - { - public: - CCDBearerTypeRecord(TMDBElementId aElementId); - - DATA_VTABLE - - const SRecordTypeInfo* GetRecordInfo(){return iRecordInfo;} - - public: - CMDBRecordLink iTier; - CMDBRecordLink iMCpr; - CMDBRecordLink iCpr; - CMDBRecordLink iSCpr; - CMDBRecordLink iProtocol; - - private: - static const SRecordTypeInfo* const iRecordInfo; - }; - -////////////////////////////////////////////////////////////////////////////////////// -// CONFIG ACCESS POINT RECORD -/** -@internalTechnology -@prototype -*/ -class CCDConfigAccessPointRecord : public CCDRecordBase - { - public: - CCDConfigAccessPointRecord(TMDBElementId aElementId); - - DATA_VTABLE - - const SRecordTypeInfo* GetRecordInfo(){return iRecordInfo;} - - public: - CMDBRecordLink iSCpr; - CMDBRecordLink iProtocol; - CMDBField iProtocolConfig; - CMDBRecordLink iLayerBelow; - - private: - static const SRecordTypeInfo* const iRecordInfo; - }; - - -////////////////////////////////////////////////////////////////////////////////////// +// // POLICY SELECTOR RECORD // /** @publishedAll -@prototype +@released */ class CCDPolicySelectorRecord : public CCDRecordBase { @@ -2598,7 +1742,7 @@ }; -////////////////////////////////////////////////////////////////////////////////////// +// // POLICY SELECTOR 2 PARAMS RECORD // /** @@ -2606,7 +1750,7 @@ Params tables are GenericQos, UmtsR99QoSAndOnTableRecord @publishedAll -@prototype +@released */ class CCDPolicySelector2ParamsRecord : public CCDRecordBase { @@ -2630,12 +1774,12 @@ static const SRecordTypeInfo* const iRecordInfo; }; -////////////////////////////////////////////////////////////////////////////////////// +// // GENERIC QOS PARAMETER RECORD // /** @publishedAll -@prototype +@released */ class CCDGenericQosRecord : public CCDParamsRecordBase { @@ -2672,14 +1816,11 @@ static const SRecordTypeInfo* const iRecordInfo; }; -// need to preserve compatibility, soon to become internalTechnology -//#ifdef SYMBIAN_NETWORKING_WIFI -////////////////////////////////////////////////////////////////////////////////////// +// // WIFI SCANENGINE RECORD // /** -@publishedAll -@prototype +@internalTechnology */ class CCDWifiScanEngineRecord : public CCDRecordBase { @@ -2702,11 +1843,16 @@ static const SRecordTypeInfo* const iRecordInfo; }; -//#endif //SYMBIAN_NETWORKING_WIFI #endif // SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY } // end namespace CommsDat +#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS +#include +#include +#endif + #endif //COMMSDATTYPESV1_1_H +