epoc32/include/commsdattypeinfov1_1.h
branchSymbian2
changeset 2 2fe1408b6811
parent 0 061f57f2323e
equal deleted inserted replaced
1:666f914201fb 2:2fe1408b6811
     1 commsdattypeinfov1_1.h
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // 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
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Comms Data Type Definitions version 1.1
       
    15 // Type info for Symbian OS Comms Data Types that can be stored in the Comms Repository
       
    16 // Information held here includes
       
    17 // - Field ID
       
    18 // - Field Name
       
    19 // - Field Value Type
       
    20 // - Field Max Length (for descriptors)
       
    21 // Type Definitions are version controlled.  New versions may be introduced from time to time.
       
    22 // Then older versions are marked as deprecated and given a planned removal date.
       
    23 // This version introduced with Release 9.1
       
    24 // 
       
    25 //
       
    26 
       
    27 
       
    28 
       
    29 
       
    30 /**
       
    31  @file
       
    32  @publishedPartner
       
    33  @released 
       
    34 */
       
    35 
       
    36 #if (!defined COMMSDATTYPEINFOV1_1_H)
       
    37 #define       COMMSDATTYPEINFOV1_1_H
       
    38 
       
    39 
       
    40 
       
    41 namespace CommsDat
       
    42 {
       
    43 
       
    44 	// TIds for each Comms Record Type
       
    45 
       
    46 
       
    47 	// Internal
       
    48 	const TMDBElementId KCDTIdGlobalSettingsRecord		 	  = 0x00800000; ///< Record identifier for GlobalSettings table
       
    49 	const TMDBElementId KCDTIdConnectionPrefsRecord			  = 0x01000000; ///< Record identifier for ConnectionPreferences table
       
    50 
       
    51 	const TMDBElementId KCDTIdNetworkRecord					  = 0x01800000; ///< Record identifier for Network table
       
    52 	const TMDBElementId KCDTIdLocationRecord				  = 0x02000000; ///< Record identifier for Location table
       
    53 	const TMDBElementId KCDTIdIAPRecord						  = 0x02800000; ///< Record identifier for IAP table
       
    54 
       
    55 	// WAP
       
    56 	const TMDBElementId KCDTIdWAPAccessPointRecord			  = 0x03000000; ///< Record identifier for WAPAccessPoint table
       
    57 
       
    58 	// Service
       
    59 	const TMDBElementId KCDTIdDialOutISPRecord				  = 0x03800000; ///< Record identifier for DialOutISP table
       
    60 	const TMDBElementId KCDTIdDialInISPRecord				  = 0x04000000; ///< Record identifier for DialInISP table
       
    61 	const TMDBElementId KCDTIdLANServiceRecord				  = 0x04800000; ///< Record identifier for LANService table
       
    62 
       
    63 	/**
       
    64 	WLANServiceExtension is internal Table
       
    65 	@internalComponent
       
    66 	*/
       
    67 	const TMDBElementId KCDTIdWLANServiceExtRecord			  = 0x05000000; //
       
    68 	const TMDBElementId KCDTIdVPNServiceRecord				  = 0x05800000; ///< Record identifier for VPNService table
       
    69 
       
    70     const TMDBElementId KCDTIdCDMA2000PacketServiceRecord	  = 0x06000000; ///< Record identifier for CDMA2000PacketService table
       
    71 	const TMDBElementId KCDTIdWCDMAPacketServiceRecord		  = 0x06800000; ///< Record identifier for WCDMAPacketService table
       
    72 	const TMDBElementId KCDTIdOutgoingGprsRecord			  = 0x0C800000; ///< Record identifier for OutgoingGPRS table
       
    73 	const TMDBElementId KCDTIdIncomingGprsRecord			  = 0x0D000000; ///< Record identifier for IncomingGPRS table
       
    74 	
       
    75 	const TMDBElementId KCDTIdPANServiceExtRecord			  = 0x0D800000; ///< Record identifier for PANServiceExt table
       
    76 
       
    77 	// Service Defaults
       
    78 	const TMDBElementId KCDTIdDefaultCDMA2000SettingsRecord	  = 0x07000000; ///< Record identifier for DefaultCDMA2000Settings table
       
    79 	const TMDBElementId KCDTIdDefaultWCDMARecord	    	  = 0x07800000; ///< Record identifier for DefaultWCDMA table
       
    80 
       
    81 	// Bearer
       
    82 	const TMDBElementId KCDTIdModemBearerRecord				  = 0x08000000; ///< Record identifier for ModemBearer table
       
    83 	const TMDBElementId KCDTIdLANBearerRecord				  = 0x08800000; ///< Record identifier for LANBearer table
       
    84 	const TMDBElementId KCDTIdVirtualBearerRecord			  = 0x09000000; ///< Record identifier for VirtualBearer table
       
    85 
       
    86 	const TMDBElementId KCDTIdWAPSMSBearerRecord			  = 0x09800000; ///< Record identifier for WAPSMSBearer table
       
    87 	const TMDBElementId KCDTIdWAPIPBearerRecord				  = 0x0A000000; ///< Record identifier for WAPIPBearer table
       
    88 
       
    89 	const TMDBElementId KCDTIdChargecardRecord				  = 0x0A800000; ///< Record identifier for Chargecard table
       
    90 	const TMDBElementId KCDTIdProxiesRecord					  = 0x0B000000; ///< Record identifier for Proxies table
       
    91 	
       
    92 	/**
       
    93 	SecureSocketProto is Internal Table
       
    94 	@internalComponent
       
    95 	*/
       
    96 	const TMDBElementId KCDTIdSSProtoRecord					  = 0x0B800000; //
       
    97 	/**
       
    98 	Agent Lookup is Internal Table
       
    99 	@internalComponent
       
   100 	*/
       
   101 	const TMDBElementId KCDTIdAgentLookupRecord				  = 0x0C000000; //
       
   102 	
       
   103 	const TMDBElementId KCDTIdAccessPointRecord	        	  = 0x0E000000; ///< Record identifier for AccessPoint table
       
   104 	const TMDBElementId KCDTIdIapPrioritySelectionPolicyRecord= 0x0E800000; ///< Record identifier for IAPPrioritySelectionPolicy table
       
   105 
       
   106 	const TMDBElementId KCDTIdUmtsR99QoSAndOnTableRecord      = 0x0F000000; ///< Record identifier for UmtsR99QoS table
       
   107 
       
   108 	/**
       
   109 	EAPSecSettings is internal Table
       
   110 	@internalComponent
       
   111 	*/
       
   112 	const TMDBElementId KCDTIdEAPSecRecord					= 0x0F800000; //
       
   113 	
       
   114 	/**
       
   115 	TunEAPSettings is internal Table
       
   116 	@internalComponent
       
   117 	*/
       
   118 	const TMDBElementId KCDTIdTunEAPRecord					= 0x10000000; //
       
   119 	
       
   120 	/**
       
   121 	EAPTLSSetings is internal Table
       
   122 	@internalComponent
       
   123 	*/
       
   124 	const TMDBElementId KCDTIdEAPTLSRecord					= 0x10800000; //
       
   125 	
       
   126 	/**
       
   127 	LEAPSetting is internal Table
       
   128 	@internalComponent
       
   129 	*/
       
   130 	const TMDBElementId KCDTIdLEAPRecord					= 0x11000000; //
       
   131 
       
   132 #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
   133 
       
   134 	/**
       
   135 	@internalTechnology
       
   136 	*/
       
   137 	const TMDBElementId KCDTIdTierRecord        	          = 0x11800000; //
       
   138 	/**
       
   139 	@internalTechnology
       
   140 	*/	
       
   141 	const TMDBElementId KCDTIdMCprRecord        			  = 0x12000000; //
       
   142 	/**
       
   143 	@internalTechnology
       
   144 	*/
       
   145 	const TMDBElementId KCDTIdCprRecord        	              = 0x12800000; //
       
   146 	/**
       
   147 	@internalTechnology
       
   148 	*/
       
   149 	const TMDBElementId KCDTIdSCprRecord                      = 0x13000000; //
       
   150 	/**
       
   151 	@internalTechnology
       
   152 	*/
       
   153 	const TMDBElementId KCDTIdProtocolRecord                  = 0x13800000; //
       
   154 
       
   155 	/**
       
   156 	@internalComponent
       
   157 	*/
       
   158 	const TMDBElementId KCDTIdBearerTypeRecord                = 0x14000000; //
       
   159 	const TMDBElementId KCDTIdConfigAccessPointRecord         = 0x14800000;
       
   160 	const TMDBElementId KCDTIdApPrioritySelectionPolicyRecord = 0x15000000; //
       
   161 	const TMDBElementId KCDTIdPolicySelectorRecord               = 0x15800000; //
       
   162 	const TMDBElementId KCDTIdPolicySelector2ParamsRecord        = 0x16000000; //
       
   163 
       
   164 	const TMDBElementId KCDTIdGenericQosRecord                = 0x16800000; //
       
   165 
       
   166 // need to preserve compatibility, soon to become internalTechnology
       
   167 //#ifdef SYMBIAN_NETWORKING_WIFI
       
   168 	const TMDBElementId KCDTIdWifiScanEngineRecord            = 0x17000000; //
       
   169 //#endif //SYMBIAN_NETWORKING_WIFI
       
   170 
       
   171 #endif //SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
   172 
       
   173 	const TMDBElementId KCDTIdEapSimProtocolRecord            = 0x17800000; ///< Record identifier for EapSimProtocol table.
       
   174 	const TMDBElementId KCDTIdEapAkaProtocolRecord            = 0x18000000; ///< Record identifier for EapAkaProtocol table.
       
   175 
       
   176  // Comms Record type names.- 26 in total
       
   177 
       
   178 	#define	KCDTypeNameConnectionPrefs						_S("ConnectionPreferences")
       
   179 	#define	KCDTypeNameGlobalSettings						_S("GlobalSettings")
       
   180 
       
   181 	#define	KCDTypeNameNetwork								_S("Network")
       
   182 	#define	KCDTypeNameIAP									_S("IAP")
       
   183 	#define	KCDTypeNameLocation								_S("Location")
       
   184 
       
   185 	#define	KCDTypeNameWAPAccessPoint						_S("WAPAccessPoint")
       
   186 
       
   187 	// Service
       
   188 	#define	KCDTypeNameDialOutISP							_S("DialOutISP")
       
   189 	#define	KCDTypeNameDialInISP							_S("DialInISP")
       
   190 	#define	KCDTypeNameLANService							_S("LANService")
       
   191 	#define	KCDTypeNameWLANServiceExt						_S("WLANServiceExtensionTable")
       
   192 	#define	KCDTypeNameVPNService							_S("VpnService")
       
   193 	#define	KCDTypeNameOutgoingWCDMA						_S("OutgoingGPRS")
       
   194 	#define	KCDTypeNameIncomingWCDMA						_S("IncomingGPRS")
       
   195 	#define	KCDTypeNameCDMA2000PacketService		        _S("CDMA2000PacketServiceTable")
       
   196 
       
   197 	#define	KCDTypeNameDefaultWCDMA							_S("DefaultGPRS")
       
   198 	#define	KCDTypeNameDefaultCDMA2000Settings		        _S("DefaultCDMA2000SettingsTable")
       
   199 	
       
   200 	#define KCDTypeNamePANServiceExt						_S("PANServiceExtensions")
       
   201 
       
   202 	// Bearer
       
   203 	#define	KCDTypeNameModemBearer							_S("ModemBearer")
       
   204 	#define	KCDTypeNameLANBearer							_S("LANBearer")
       
   205 	#define	KCDTypeNameVirtualBearer						_S("VirtualBearer")
       
   206 
       
   207 	#define	KCDTypeNameWAPSMSBearer							_S("WAPSMSBearer")
       
   208 	#define	KCDTypeNameWAPIPBearer							_S("WAPIPBearer")
       
   209 
       
   210 	// Other
       
   211 	#define	KCDTypeNameChargecard							_S("Chargecard")
       
   212 	#define	KCDTypeNameProxies								_S("Proxies")
       
   213 	#define	KCDTypeNameSSProto								_S("SecureSocketTable")
       
   214 	#define	KCDTypeNameAgentLookup							_S("AgentLookup")
       
   215 
       
   216 	#define	KCDTypeNameService								_S("IAPService")
       
   217 	#define	KCDTypeNameBearer								_S("IAPBearer")
       
   218 
       
   219     #define KCDTypeNameUmtsR99QoSAndOnTable                 _S("UmtsR99QoSAndOnTable")
       
   220 	#define	KCDTypeNameEapSimProtocol 						_S("EapSimProtocol")
       
   221 	#define	KCDTypeNameEapAkaProtocol 						_S("EapAkaProtocol")
       
   222 	#define	KCDTTypeNameEAPSec								_S("EAPSecuritySettingsTable")
       
   223 	#define	KCDTTypeNameTunEAP								_S("TunnelledEAPSettingsTable")
       
   224 	#define	KCDTTypeNameEAPTLS								_S("EAPTLSSettingsTable")
       
   225 	#define	KCDTTypeNameLEAP								_S("LEAPSettingsTable")
       
   226 
       
   227 #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
   228 
       
   229 	#define	KCDTTypeNamePolicySelector						_S("PolicySelectorTable")
       
   230 	#define	KCDTTypeNamePolicySelector2Params				_S("PolicySelector2ParamsTable")
       
   231 
       
   232 	#define	KCDTTypeNameGenericQoSParams					_S("GenericQoSParamsTable")
       
   233 
       
   234 // need to preserve compatibility, soon to become internalTechnology
       
   235 //#ifdef SYMBIAN_NETWORKING_WIFI
       
   236 	#define KCDTTypeNameWifiScanEngine                 		_S("WifiScanEngineTable")
       
   237 //#endif //SYMBIAN_NETWORKING_WIFI
       
   238 
       
   239 #endif //SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
   240 
       
   241 	#define	KCDNull											_S("")
       
   242 
       
   243     #define KCDTypeNameAccessPoint                          _S("AccessPoint")
       
   244     #define KCDTypeNameIapPrioritySelectionPolicy           _S("IAPPrioritySelectionPolicy")
       
   245 
       
   246 
       
   247 #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
   248 	#define KCDTypeNameApPrioritySelectionPolicy            _S("APPrioritySelectionPolicy")
       
   249     
       
   250     #define	KCDTypeNameTierRecord							_S("Tier")
       
   251 	#define	KCDTypeNameMCprRecord							_S("MCpr")
       
   252 	#define	KCDTypeNameCprRecord							_S("Cpr")
       
   253 	#define	KCDTypeNameSCprRecord							_S("SCpr")
       
   254 	#define	KCDTypeNameProtocolRecord						_S("Protocol")
       
   255 	/**
       
   256 	@internalComponent
       
   257 	*/
       
   258 	#define	KCDTypeNameBearerTypeRecord						_S("BearerType")
       
   259 	#define KCDTypeNameConfigAccessPointRecord				_S("ConfigAccessPoint")
       
   260 #endif
       
   261 	#define	KCDNull											_S("")
       
   262 
       
   263 
       
   264 
       
   265 ///////////////////////////////////////////////////////////////////////////////////////////
       
   266 // COMMSDAT RECORD BASE CLASS
       
   267 // Contains fields common to all records
       
   268 //
       
   269 
       
   270 	// Element Type Ids
       
   271 
       
   272     /** 
       
   273     Field will contain a user-defined numeric tag for a record.
       
   274     Useful for user searches and cheaper to search on a numeric tag than a string name.
       
   275     Can be null.
       
   276     This tag is not automatically connected with the record id itself,
       
   277     which is contained within the ElementId for the record and not in any field.
       
   278 
       
   279     @publishedAll
       
   280     @released
       
   281     */
       
   282 	const TMDBElementId KCDTIdRecordTag			 = 0x00010000; 
       
   283 
       
   284     /**
       
   285     Field will contain a user-defined string tag for a record. 
       
   286     This is used to uniquely identify business level information within a record.
       
   287     
       
   288     This field is useful for user searches, however it should be noted that it would be more efficient to use the KCDTIdRecordTag field instead
       
   289     as it is quicker and cheaper to search for a number than for a string.
       
   290 
       
   291     @publishedAll
       
   292     @released
       
   293     */
       
   294     const TMDBElementId KCDTIdRecordName		 = 0x00020000; 
       
   295 
       
   296 
       
   297 	// Element Type Names
       
   298 	#define	KCDTypeNameRecordTag				_S("Id")
       
   299 	#define	KCDTypeNameRecordName		        _S("Name")
       
   300 
       
   301 
       
   302 #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
   303 //////////////////////////////////////////////////////////////
       
   304 // BASE CLASS FOR ALL PARAMS RECORDS
       
   305 // Contains fields common to all params records
       
   306 //
       
   307 	const TMDBElementId KCDTIdParamsSTypeId		                = 0x007C0000;
       
   308 	
       
   309 	#define	KCDTypeNameParamsSTypeId			                _S("STypeId")
       
   310 
       
   311 #endif
       
   312 
       
   313 //////////////////////////////////////////////////////////////
       
   314 // BASE CLASS FOR ALL SERVICE RECORDS
       
   315 // Contains fields common to all service records
       
   316 //
       
   317 	const TMDBElementId KCDTIdServiceEnableLlmnr                = 0x007C0000;	///< Commsdat field id for field: EnableLLMNR. Field is declared in the following service tables: DialOutISP, DialInISP, VPNService, LanService, CDMA2000PacketService and WCDMAPacketService table.
       
   318 	
       
   319 	#define	KCDTypeNameServiceEnableLlmnr		                _S("EnableLLMNR")
       
   320 
       
   321 
       
   322 //////////////////////////////////////////////////////////////
       
   323 // BASE CLASS FOR ALL BEARER RECORDS
       
   324 // Contains fields common to all bearer records
       
   325 //
       
   326     const TMDBElementId KCDTIdBearerAgent		    = 0x007C0000;		///< Commsdat field id for field: BearerAgent. Field is declared in the following tables: LanBearer, VirtualBearer and ModemBearer table.
       
   327 	const TMDBElementId KCDTIdBearerTechnology  	= 0x007B0000;		///< Commsdat field id for field: BearerTechnology. Field is declared in the following tables: LanBearer, VirtualBearer and ModemBearer table.
       
   328 
       
   329     #define	KCDTypeNameBearerAgent		            _S("Agent")
       
   330     #define	KCDTypeNameBearerTechnology            _S("BearerTechnology")
       
   331 ///////////////////////////////////////////////////////////////////////////
       
   332 // 008/  GLOBAL SETTINGS RECORD
       
   333 //
       
   334 
       
   335 	// Element Type IDs
       
   336 	const TMDBElementId KCDTIdMaxConnectionAttempts         = 0x00830000;	///< Commsdat field id for field: ConnectionAttempts. Field is declared in the GlobalSettings table.
       
   337 	const TMDBElementId KCDTIdMaxRedialAttempts             = 0x00840000;	///< Commsdat field id for field: RedialAttempts. Field is declared in the GlobalSettings table.
       
   338 	const TMDBElementId KCDTIdSMSBearer						= 0x00850000;	///< Commsdat field id for field: SMSBearer. Field is declared in the GlobalSettings table.
       
   339 	const TMDBElementId KCDTIdSMSReceiveMode				= 0x00860000;	///< Commsdat field id for field: SMSReceiveMode. Field is declared in the GlobalSettings table.
       
   340 	const TMDBElementId KCDTIdGPRSAttachMode                = 0x00870000;	///< Commsdat field id for field: GPRSAttachMode. Field is declared in the GlobalSettings table.
       
   341 	const TMDBElementId KCDTIdAcceptIncomingGPRS            = 0x00880000;	///< Commsdat field id for field: AcceptIncomingGPRS. Field is declared in the GlobalSettings table.
       
   342 	const TMDBElementId KCDTIdGPRSClassCBearer				= 0x00890000;	///< Commsdat field id for field: GPRSClassCBearer. Field is declared in the GlobalSettings table.
       
   343 	const TMDBElementId KCDTIdModemDataFax                  = 0x008A0000;	///< Commsdat field id for field: ModemForDataAndFax. Field is declared in the GlobalSettings table.
       
   344 	const TMDBElementId KCDTIdModemPhoneServicesSMS			= 0x008B0000;	///< Commsdat field id for field: ModemForPhoneServicesAndSMS. Field is declared in the GlobalSettings table.
       
   345 	const TMDBElementId KCDTIdLocationDataFax               = 0x008C0000;	///< Commsdat field id for field: LocationForDataAndFax. Field is declared in the GlobalSettings table.
       
   346 	const TMDBElementId KCDTIdLocationPhoneServicesSMS		= 0x008D0000;	///< Commsdat field id for field: LocationForPhoneServicesAndSMS. Field is declared in the GlobalSettings table.
       
   347 	const TMDBElementId KCDTIdMaxMBufHeap					= 0x008E0000;	///< Commsdat field id for field: MaxMBufHeap. Field is declared in the GlobalSettings table.
       
   348 	const TMDBElementId KCDTIdDefaultAgent					= 0x008F0000;	///< Commsdat field id for field: DefaultAgent. Field is declared in the GlobalSettings table.
       
   349 	const TMDBElementId KCDTIdDefaultNetwork				= 0x00900000;	///< Commsdat field id for field: DefaultNetwork. Field is declared in the GlobalSettings table.
       
   350 	const TMDBElementId KCDTIdBearerAvailabilityCheckTSY	= 0x00910000;	///< Commsdat field id for field: BearerAvailabilityCheckTSY. Field is declared in the GlobalSettings table.
       
   351 	const TMDBElementId KCDTIdCDMAOPCapability					= 0x00920000;	///< Commsdat field id for field: CDMAOPCapability. Field is declared in the GlobalSettings table.
       
   352 	const TMDBElementId KCDTIdCDMASimIPMaxNumNai				= 0x00930000;	///< Commsdat field id for field: CDMASimIPMaxNumNai. Field is declared in the GlobalSettings table.
       
   353 	const TMDBElementId KCDTIdCDMASimIPMaxNaiLength				= 0x00940000;	///< Commsdat field id for field: CDMASimIPMaxNaiLength. Field is declared in the GlobalSettings table.
       
   354 	const TMDBElementId KCDTIdCDMASimIPMaxSSLength				= 0x00950000;	///< Commsdat field id for field: CDMASimIPMaxSSLength. Field is declared in the GlobalSettings table.
       
   355 	const TMDBElementId KCDTIdCDMASimIPAuthSupported			= 0x00960000;	///< Commsdat field id for field: CDMASimIPAuthSupported. Field is declared in the GlobalSettings table.
       
   356 	const TMDBElementId KCDTIdCDMAMIPMaxNumNai					= 0x00970000;	///< Commsdat field id for field: CDMAMIPMaxNumNai. Field is declared in the GlobalSettings table.
       
   357 	const TMDBElementId KCDTIdCDMAMIPMaxNaiLength				= 0x00980000;	///< Commsdat field id for field: CDMAMIPMaxNaiLength. Field is declared in the GlobalSettings table.
       
   358 	const TMDBElementId KCDTIdCDMAMIPMaxMNAAASSLength			= 0x00990000;	///< Commsdat field id for field: CDMAMIPMaxMNAAASSLength. Field is declared in the GlobalSettings table.
       
   359 	const TMDBElementId KCDTIdCDMAMIPMNAAAAuthAlgorithm			= 0x009A0000;	///< Commsdat field id for field: CDMAMIPMNAAAAuthAlgorithm. Field is declared in the GlobalSettings table.
       
   360 	const TMDBElementId KCDTIdCDMAMIPMaxMNHASSLength			= 0x009B0000;	///< Commsdat field id for field: CDMAMIPMaxMNHASSLength. Field is declared in the GlobalSettings table.
       
   361 	const TMDBElementId KCDTIdCDMAMIPMNHAAuthAlgorithm		= 0x009C0000;	///< Commsdat field id for field: CDMAMIPMNHAAuthAlgorithm. Field is declared in the GlobalSettings table.
       
   362 	const TMDBElementId KCDTIdGlobalWapAcessPoint			= 0x009D0000;	///< Commsdat field id for field: GlobalWapAcessPoint. Field is declared in the GlobalSettings table.
       
   363     // #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
   364     // @Deprecated 
       
   365     // Maps to KCDTIdDefaultAccessPoint in the Tier Table record for the 
       
   366     // default Tier (KCDTIdDefaultTier)  
       
   367 	const TMDBElementId KCDTIdDefaultSnap					= 0x009E0000;	///< Commsdat field id for field: DefaultSnap. Field is declared in the GlobalSettings table.
       
   368     // #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
   369 	// @deprecated
       
   370     // Maps to KCDTIdPromptUser in the Tier Table record for the 
       
   371     // Default Tier (KCDTIdDefaultTier)
       
   372 	const TMDBElementId KCDTIdPromptForSnap					= 0x009F0000;	///< Commsdat field id for field: PromptForSnap. Field is declared in the GlobalSettings table.
       
   373 
       
   374 #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
   375 	const TMDBElementId KCDTIdDefaultTier					= 0x00A00000;
       
   376 #endif
       
   377 	const TMDBElementId KCDTIdRegulatoryDomain				= 0x00A30000;
       
   378 
       
   379 	// Element Type names .
       
   380 	#define	KCDTypeNameMaxRedialAttempts			_S("RedialAttempts")
       
   381 	#define	KCDTypeNameSMSBearer					_S("SmsBearer")
       
   382 	#define	KCDTypeNameSMSReceiveMode				_S("SmsReceiveMode")
       
   383 	#define	KCDTypeNameGPRSAttachMode				_S("GPRSAttachMode")
       
   384 	#define	KCDTypeNameAcceptIncomingGPRS			_S("AcceptIncomingGprs")
       
   385 	#define	KCDTypeNameGPRSClassCBearer				_S("GPRSClassCBearer")
       
   386 	#define	KCDTypeNameMaxConnectionAttempts		_S("ConnectionAttempts")
       
   387 	#define	KCDTypeNameModemDataFax					_S("ModemForDataAndFax")
       
   388 	#define	KCDTypeNameModemPhoneServicesSMS		_S("ModemForPhoneServicesAndSMS")
       
   389 	#define	KCDTypeNameLocationDataFax				_S("LocationForDataAndFax")
       
   390 	#define	KCDTypeNameLocationPhoneServicesSMS		_S("LocationForPhoneServicesAndSMS")
       
   391 	#define	KCDTypeNameMaxMBufHeap					_S("MaxMBufHeap")
       
   392 	#define	KCDTypeNameDefaultAgent					_S("DefaultAgent")
       
   393 	#define	KCDTypeNameDefaultNetwork				_S("DefaultNetwork")
       
   394 	#define	KCDTypeNameBearerAvailabilityCheckTSY	_S("BearerAvailabilityCheckTSY")
       
   395 	#define KCDTypeNameCDMAOPCapability				_S("CDMAOperationCapability")
       
   396 	#define KCDTypeNameCDMASimIPMaxNumNai			_S("CDMASimpleIpMaxNumNai")
       
   397 	#define KCDTypeNameCDMASimIPMaxNaiLength		_S("CDMASimpleIpMaxNaiLength")
       
   398 	#define KCDTypeNameCDMASimIPMaxSSLength			_S("CDMASimpleIpMaxSsLength")
       
   399 	#define KCDTypeNameCDMASimIPAuthSupported		_S("CDMASimpleIpAuthSupported")
       
   400 	#define KCDTypeNameCDMAMIPMaxNumNai				_S("CDMAMobileIpMaxNumNai")
       
   401 	#define KCDTypeNameCDMAMIPMaxNaiLength			_S("CDMAMobileIpMaxNAILength")
       
   402 	#define KCDTypeNameCDMAMIPMaxMNAAASSLength		_S("CDMAMobileIpMaxMnAaaSsLength")
       
   403 	#define KCDTypeNameCDMAMIPMNAAAAuthAlgorithm	_S("CDMAMobileIpMnAaaAuthAlgorithm")
       
   404 	#define KCDTypeNameCDMAMIPMaxMNHASSLength		_S("CDMAMobileIpMaxMnHaSsLength")
       
   405 	#define KCDTypeNameCDMAMIPMNHAAuthAlgorithm		_S("CDMAMobileIpMnHaAuthAlgorithm")
       
   406 	#define KCDTypeNameDefaultSnap					_S("DefaultSnap")
       
   407 
       
   408 #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
   409 //the name of this field (KCDTypeNamePromptForSnap) depends form the actual environment
       
   410     #define KCDTypeNamePromptForSnap			    _S("PromptUser")
       
   411     #define KCDTypeNamePromptForSnapBC              _S("PromptUser#PromptForSnap")
       
   412 	#define KCDTypeNameDefaultTier				    _S("DefaultTier")
       
   413 #else
       
   414 //the name of this field (KCDTypeNamePromptForSnap) depends form the actual environment
       
   415     #define KCDTypeNamePromptForSnap			    _S("PromptForSnap")
       
   416 #endif
       
   417 	
       
   418 	#define KCDTypeNameRegulatoryDomain				_S("RegulatoryDomain")
       
   419 
       
   420 
       
   421 //////////////////////////////////////////////////////////////////////////////
       
   422 // 010/ CONNECTION PREFERENCES RECORD
       
   423 //
       
   424 
       
   425 	// Element Type Ids
       
   426 	const TMDBElementId KCDTIdRanking         = 0x01030000;		///< Commsdat field id for field: Ranking. Field is declared in the ConnectionPreferences table.
       
   427 	const TMDBElementId KCDTIdDirection       = 0x01040000;		///< Commsdat field id for field: Direction. Field is declared in the ConnectionPreferences table.
       
   428 	const TMDBElementId KCDTIdBearerSet       = 0x01050000;		///< Commsdat field id for field: BearerSet. Field is declared in the ConnectionPreferences table.
       
   429 	const TMDBElementId KCDTIdDialogPref      = 0x01060000;		///< Commsdat field id for field: DialogPref. Field is declared in the ConnectionPreferences table.
       
   430 	const TMDBElementId KCDTIdIAPLink         = 0x01070000;		///< Commsdat field id for field: IAP. Field is declared in the ConnectionPreferences table.
       
   431 
       
   432 
       
   433 	// Element Type Names
       
   434 	#define	KCDTypeNameRanking				_S("Ranking")
       
   435 	#define	KCDTypeNameDirection			_S("Direction")
       
   436 	#define	KCDTypeNameBearerSet			_S("BearerSet")
       
   437 	#define	KCDTypeNameDialogPref			_S("DialogPref")
       
   438 
       
   439 
       
   440 
       
   441 
       
   442 
       
   443 
       
   444 ///////////////////////////////////////////////////////////////////////////
       
   445 // 018  NETWORK RECORD
       
   446 //
       
   447         // Field Type IDs
       
   448 	const TMDBElementId KCDTIdHostName				  = 0x01830000;	///< Commsdat field id for field: HostName. Field is declared in the Network table.
       
   449 
       
   450         // NETWORK Table Field Names
       
   451 	#define	KCDTypeNameHostName						_S("HostName")
       
   452 
       
   453 ////////////////////////////////////////////////////////////////////////
       
   454 // 020  LOCATION RECORD
       
   455 //
       
   456 
       
   457 	// Field Type IDs
       
   458 	const TMDBElementId KCDTIdIntlPrefixCode				  = 0x02030000;		///< Commsdat field id for field: IntlPrefixCode. Field is declared in the Location table.
       
   459 	const TMDBElementId KCDTIdNatPrefixCode					  = 0x02040000;		///< Commsdat field id for field: NatPrefixCode. Field is declared in the Location table
       
   460 	const TMDBElementId KCDTIdNatCode				  		  = 0x02050000;		///< Commsdat field id for field: NatCode. Field is declared in the Location table
       
   461 	const TMDBElementId KCDTIdAreaCode						  = 0x02060000;		///< Commsdat field id for field: AreaCode. Field is declared in the Location table
       
   462 	const TMDBElementId KCDTIdDialOutCode					  = 0x02070000;		///< Commsdat field id for field: DialOutCode. Field is declared in the Location table
       
   463 	const TMDBElementId KCDTIdDisableCallWaitingCode	      = 0x02080000;		///< Commsdat field id for field: DisableCallWaitingCode. Field is declared in the Location table
       
   464 	const TMDBElementId KCDTIdMobile						  = 0x02090000;		///< Commsdat field id for field: Mobile. Field is declared in the Location table
       
   465 	const TMDBElementId KCDTIdUsePulseDial					  = 0x020A0000;		///< Commsdat field id for field: UsePulseDial. Field is declared in the Location table
       
   466 	const TMDBElementId KCDTIdWaitForDialTone				  = 0x020B0000;		///< Commsdat field id for field: WaitForDialTone. Field is declared in the Location table
       
   467 	const TMDBElementId KCDTIdPauseAfterDialOut			      = 0x020C0000;		///< Commsdat field id for field: PauseAfterDialOut. Field is declared in the Location table
       
   468 
       
   469 
       
   470 	// Location Table Field Names
       
   471 	#define	KCDTypeNameIntlPrefixCode						_S("IntlPrefixCode")
       
   472 	#define	KCDTypeNameNatPrefixCode						_S("NatPrefixCode")
       
   473 	#define	KCDTypeNameNatCode								_S("NatCode")
       
   474 	#define	KCDTypeNameAreaCode								_S("AreaCode")
       
   475 	#define	KCDTypeNameDialOutCode							_S("DialOutCode")
       
   476 	#define	KCDTypeNameDisableCallWaitingCode		        _S("DisableCallWaitingCode")
       
   477 	#define	KCDTypeNameMobile								_S("Mobile")
       
   478 	#define	KCDTypeNameUsePulseDial							_S("UsePulseDial")
       
   479 	#define	KCDTypeNameWaitForDialTone						_S("WaitForDialTone")
       
   480 	#define	KCDTypeNamePauseAfterDialOut		            _S("PauseAfterDialout")
       
   481 	#define KCDTypeNameOPCapability	   						_S("OPCapability")
       
   482 	#define	KCDTypeNameSimipMaxNumNai						_S("SimipMaxNumNai")
       
   483 	#define	KCDTypeNameSimipMaxNaiLength					_S("SimipMaxNaiLength")   
       
   484 	#define	KCDTypeNameSimipMaxSsLength						_S("SimipMaxSsLength")
       
   485 	#define	KCDTypeNameSimipAuthSupported					_S("SimipAuthSupported")
       
   486 	#define	KCDTypeNameMipMaxNumNai							_S("MipMaxNumNai ")
       
   487 	#define	KCDTypeNameMipMaxNaiLength						_S("MipMaxNaiLength")
       
   488 	#define	KCDTypeNameMipMaxMnAaaSsLength					_S("MipMaxMnAaaSsLength")
       
   489 	#define	KCDTypeNameMipMnAaaAuthAlgorithm				_S("MipMnAaaAuthAlgorithm")
       
   490 	#define	KCDTypeNameMipMaxMnHaSsLength					_S("MipMaxMnHaSsLength")
       
   491 
       
   492 //////////////////////////////////////////////////////////////////////////////////////
       
   493 // 028/  IAP RECORD
       
   494 //
       
   495 
       
   496 	// FieldTIds
       
   497 	const TMDBElementId KCDTIdIAPServiceType 				= 0x02830000; ///< Commsdat field id for field: IAPServiceType. Type of Service record. Field is declared in the IAP table
       
   498 	const TMDBElementId KCDTIdIAPService 					= 0x02840000; ///< Commsdat field id for field: IAPService. Link to a Service record. Field is declared in the IAP table
       
   499 	const TMDBElementId KCDTIdIAPBearerType 				= 0x02850000; ///< Commsdat field id for field: IAPBearerType. Type of Bearer record. Field is declared in the IAP table.
       
   500 	const TMDBElementId KCDTIdIAPBearer 					= 0x02860000; ///< Commsdat field id for field: IAPBearer. Link to a Bearer record. Field is declared in the IAP table. 
       
   501 	const TMDBElementId KCDTIdIAPNetwork 					= 0x02870000; ///< Commsdat field id for field: IAPNetwork. Link to a Network record. Field is declared in the IAP table.
       
   502 	const TMDBElementId KCDTIdIAPNetworkWeighting 			= 0x02880000; ///< Commsdat field id for field: IAPNetworkWeighting. Field is declared in the IAP table.
       
   503 	const TMDBElementId KCDTIdIAPLocation 					= 0x02890000; ///< Commsdat field id for field: Location. Link to a Location record. Field is declared in the IAP table.
       
   504 #ifdef SYMBIAN_NETWORKING_UMTSR5
       
   505 	const TMDBElementId KCDTIdIAPAppSid 					= 0x028A0000; ///< Commsdat field id for field: IAPAppSid.Link to a Location record. Field is declared in the IAP table.
       
   506 #endif
       
   507 
       
   508 #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
   509 	// Not a real field - represents the real IAP on a VPN connection
       
   510 	// If the connection is not using a VPN the value will match
       
   511 	// the IAP Id (KCDTIdIAPRecord | KCDTIdRecordTag)
       
   512 	const TMDBElementId KCDTIdRealIAP						= 0x02FF0000;
       
   513 #endif
       
   514 
       
   515   // Field Names
       
   516 	#define	KCDTypeNameIAPNetwork				       _S("IAPNetwork")
       
   517 	#define	KCDTypeNameNetworkWeighting		           _S("IAPNetworkWeighting")
       
   518 	#define	KCDTypeNameServiceType		               _S("IAPServiceType")
       
   519 	#define	KCDTypeNameBearerType		               _S("IAPBearerType")
       
   520 #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
   521 	#define	KCDTypeNameAccessPoint		               _S("AccessPoint")
       
   522 #endif
       
   523 #ifdef SYMBIAN_NETWORKING_UMTSR5
       
   524 	#define	KCDTypeNameAppSid		                   _S("IAPAppSid")
       
   525 #endif
       
   526 
       
   527 
       
   528 
       
   529 
       
   530 
       
   531 //////////////////////////////////////////////////////////////////////////////////////
       
   532 // 030/ WAP ACCESS POINT RECORD
       
   533 //
       
   534 
       
   535 
       
   536 	// Element Type Ids
       
   537 	const TMDBElementId KCDTIdWAPCurrentBearer  = 0x03030000;		///< Commsdat field id for field: CurrentBearer. Field is declared in the WAP Access Point table.
       
   538 	const TMDBElementId KCDTIdWAPStartPage      = 0x03040000;		///< Commsdat field id for field: StartPage. Field is declared in the WAP Access Point table.
       
   539 
       
   540 
       
   541 	// Element Type Names
       
   542 	#define	KCDTypeNameWAPCurrentBearer		      _S("CurrentBearer")
       
   543 	#define	KCDTypeNameWAPStartPage		          _S("StartPage")
       
   544 
       
   545 
       
   546 /////////////////////////////////////////////////////////////////////////////////////
       
   547 // 06/  DIAL OUT ISP SERVICE RECORD
       
   548 //
       
   549 
       
   550 	// FieldTIds
       
   551 
       
   552 	const TMDBElementId KCDTIdDescription               = 0x03830000;	///< Commsdat field id for field: Description. Field is declared in the DialOutISP table.
       
   553 	const TMDBElementId KCDTIdType						= 0x03840000;	///< Commsdat field id for field: Type. Field is declared in the DialOutISP table.
       
   554 	const TMDBElementId KCDTIdDefaultTelNum             = 0x03850000;	///< Commsdat field id for field: DefaultTelNum. Field is declared in the DialOutISP table.
       
   555 	const TMDBElementId KCDTIdDialResolution            = 0x03860000;	///< Commsdat field id for field: DialResolution. Field is declared in the DialOutISP table.
       
   556 	const TMDBElementId KCDTIdChargecard                = 0x03870000;	///< Commsdat field id for field: ChargeCard. Field is declared in the DialOutISP table.
       
   557 	const TMDBElementId KCDTIdUseLoginScript            = 0x03880000;	///< Commsdat field id for field: UseLoginScript. Field is declared in the DialOutISP table.
       
   558 	const TMDBElementId KCDTIdLoginScript               = 0x03890000;	///< Commsdat field id for field: LoginScript. Field is declared in the DialOutISP table.
       
   559 	const TMDBElementId KCDTIdPromptForLogin            = 0x038A0000;	///< Commsdat field id for field: PromptForLogin. Field is declared in the DialOutISP table.
       
   560 	const TMDBElementId KCDTIdLoginName                 = 0x038B0000;	///< Commsdat field id for field: LoginName. Field is declared in the DialOutISP table.
       
   561 	const TMDBElementId KCDTIdLoginPass                 = 0x038C0000;	///< Commsdat field id for field: LoginPass. Field is declared in the DialOutISP table.
       
   562 	const TMDBElementId KCDTIdDisplayPct                = 0x038D0000;	///< Commsdat field id for field: DisplayPCT. Field is declared in the DialOutISP table.
       
   563 	const TMDBElementId KCDTIdIfParams                  = 0x038F0000;	///< Commsdat field id for field: IfParams. Field is declared in the DialOutISP table.
       
   564 	const TMDBElementId KCDTIdIfNetworks                = 0x03900000;	///< Commsdat field id for field: IfNetworks. Field is declared in the DialOutISP table.
       
   565 	const TMDBElementId KCDTIdIfPromptForAuth           = 0x03910000;	///< Commsdat field id for field: IfPromptForAuth. Field is declared in the DialOutISP table.
       
   566 	const TMDBElementId KCDTIdIfAuthName                = 0x03920000;	///< Commsdat field id for field: IfAuthName. Field is declared in the DialOutISP table.
       
   567 	const TMDBElementId KCDTIdIfAuthPass                = 0x03930000;	///< Commsdat field id for field: IfAuthPass. Field is declared in the DialOutISP table.
       
   568 	const TMDBElementId KCDTIdIfAuthRetries             = 0x03940000;	///< Commsdat field id for field: IfAuthRetries. Field is declared in the DialOutISP table.
       
   569 	const TMDBElementId KCDTIdIfCallbackEnabled         = 0x03950000;	///< Commsdat field id for field: IfCallbackEnabled. Field is declared in the DialOutISP table.
       
   570 	const TMDBElementId KCDTIdIfCallbackType            = 0x03960000;	///< Commsdat field id for field: IfCallbackType. Field is declared in the DialOutISP table.
       
   571 	const TMDBElementId KCDTIdIfCallbackInfo            = 0x03970000;	///< Commsdat field id for field: IfCallbackInfo. Field is declared in the DialOutISP table.
       
   572 	const TMDBElementId KCDTIdCallbackTimeout           = 0x03980000;	///< Commsdat field id for field: CallbackTimeout. Field is declared in the DialOutISP table.
       
   573 	const TMDBElementId KCDTIdIfServerMode              = 0x03990000;	///< Commsdat field id for field: IfServerMode. Field is declared in the DialOutISP table.
       
   574 	const TMDBElementId KCDTIdIpAddrFromServer          = 0x039A0000;	///< Commsdat field id for field: IpAddrFromServer. Field is declared in the DialOutISP table.
       
   575 	const TMDBElementId KCDTIdIpAddr					= 0x039B0000;	///< Commsdat field id for field: IpAddr. Field is declared in the DialOutISP table.
       
   576 	const TMDBElementId KCDTIdIpNetMask                 = 0x039C0000;	///< Commsdat field id for field: IpNetmask. Field is declared in the DialOutISP table.
       
   577 	const TMDBElementId KCDTIdIpGateway                 = 0x039D0000;	///< Commsdat field id for field: IpGateway. Field is declared in the DialOutISP table.
       
   578 	const TMDBElementId KCDTIdIpDNSAddrFromServer       = 0x039E0000;	///< Commsdat field id for field: IpDNSAddrFromServer. Field is declared in the DialOutISP table.
       
   579 	const TMDBElementId KCDTIdIpNameServer1             = 0x039F0000;	///< Commsdat field id for field: IpNameServer1. Field is declared in the DialOutISP table.
       
   580 	const TMDBElementId KCDTIdIpNameServer2             = 0x03A00000;	///< Commsdat field id for field: IpNameServer2. Field is declared in the DialOutISP table.
       
   581 	const TMDBElementId KCDTIdIp6DNSAddrFromServer      = 0x03A10000;	///< Commsdat field id for field: Ip6DNSAddrFromServer. Field is declared in the DialOutISP table.
       
   582 	const TMDBElementId KCDTIdIp6NameServer1            = 0x03A20000;	///< Commsdat field id for field: Ip6NameServer1 . Field is declared in the DialOutISP table.
       
   583 	const TMDBElementId KCDTIdIp6NameServer2            = 0x03A30000;	///< Commsdat field id for field: Ip6NameServer2. Field is declared in the DialOutISP table.
       
   584 	const TMDBElementId KCDTIdIpAddrLeaseValidFrom      = 0x03A40000;	///< Commsdat field id for field: IpAddrLeaseValidFrom. Field is declared in the DialOutISP table.
       
   585 	const TMDBElementId KCDTIdIpAddrLeaseValidTo        = 0x03A50000;	///< Commsdat field id for field: IpAddrLeaseValidTo. Field is declared in the DialOutISP table.
       
   586 	const TMDBElementId KCDTIdConfigDaemonManagerName   = 0x03A60000;	///< Commsdat field id for field: ConfigDaemonManagerName. Field is declared in the DialOutISP table.
       
   587 	const TMDBElementId KCDTIdConfigDaemonName          = 0x03A70000;	///< Commsdat field id for field: ConfigDaemonName. Field is declared in the DialOutISP table.
       
   588 	const TMDBElementId KCDTIdEnableIpHeaderComp        = 0x03A80000;	///< Commsdat field id for field: EnableIpHeaderComp. Field is declared in the DialOutISP table.
       
   589 	const TMDBElementId KCDTIdEnableLCPExtension        = 0x03A90000;	///< Commsdat field id for field: EnableLCPExtension. Field is declared in the DialOutISP table.
       
   590 	const TMDBElementId KCDTIdDisablePlainTextAuth      = 0x03AA0000;	///< Commsdat field id for field: DisablePlainTextAuth. Field is declared in the DialOutISP table.
       
   591 	const TMDBElementId KCDTIdEnableSwComp              = 0x03AB0000;	///< Commsdat field id for field: EnableSwComp. Field is declared in the DialOutISP table.
       
   592 	const TMDBElementId KCDTIdBearerName                = 0x03AC0000;	///< Commsdat field id for field: BearerName. Field is declared in the DialOutISP table.
       
   593 	const TMDBElementId KCDTIdBearerSpeed               = 0x03AD0000;	///< Commsdat field id for field: BearerSpeed. Field is declared in the DialOutISP table.
       
   594 	const TMDBElementId KCDTIdBearerCe                  = 0x03AE0000;	///< Commsdat field id for field: BearerCE. Field is declared in the DialOutISP table.
       
   595 	const TMDBElementId KCDTIdInitString                = 0x03AF0000;	///< Commsdat field id for field: InitString. Field is declared in the DialOutISP table.
       
   596 	const TMDBElementId KCDTIdBearerType                = 0x03B00000;	///< Commsdat field id for field: BearerType. Field is declared in the DialOutISP table.
       
   597 	const TMDBElementId KCDTIdChannelCoding             = 0x03B10000;	///< Commsdat field id for field: ChannelCoding. Field is declared in the DialOutISP table.
       
   598 	const TMDBElementId KCDTIdAiur						= 0x03B20000;	///< Commsdat field id for field: AIUR. Field is declared in the DialOutISP table.
       
   599 	const TMDBElementId KCDTIdRequestedTimeSlots        = 0x03B30000;	///< Commsdat field id for field: RequestedTimeSlots. Field is declared in the DialOutISP table.
       
   600 	const TMDBElementId KCDTIdMaximumTimeSlots          = 0x03B40000;	///< Commsdat field id for field: MaximumTimeSlots. Field is declared in the DialOutISP table.
       
   601 	const TMDBElementId KCDTIdBearerService             = 0x03B50000;	///< Commsdat field id for field: BearerService. Field is declared in the DialOutISP table.
       
   602 	const TMDBElementId KCDTIdBearerProtocol            = 0x03B60000;	///< Commsdat field id for field: BearerProtocol. Field is declared in the DialOutISP table.
       
   603 	const TMDBElementId KCDTIdRlpVersion                = 0x03B70000;	///< Commsdat field id for field: RlpVersion. Field is declared in the DialOutISP table.
       
   604 	const TMDBElementId KCDTIdIwfToMs                   = 0x03B80000;	///< Commsdat field id for field: IwfToMs. Field is declared in the DialOutISP table.
       
   605 	const TMDBElementId KCDTIdMsToIwf                   = 0x03B90000;	///< Commsdat field id for field: MsToIwf. Field is declared in the DialOutISP table.
       
   606 	const TMDBElementId KCDTIdAckTimer                  = 0x03BA0000;	///< Commsdat field id for field: AckTimer. Field is declared in the DialOutISP table.
       
   607 	const TMDBElementId KCDTIdRetransmissionAttempts    = 0x03BB0000;	///< Commsdat field id for field: RetransmissionAttempts. Field is declared in the DialOutISP table.
       
   608 	const TMDBElementId KCDTIdResequencePeriod          = 0x03BC0000;	///< Commsdat field id for field: ResequencePeriod. Field is declared in the DialOutISP table.
       
   609 	const TMDBElementId KCDTIdV42Compression            = 0x03BD0000;	///< Commsdat field id for field: V42Compression. Field is declared in the DialOutISP table.
       
   610 	const TMDBElementId KCDTIdV42Codewords              = 0x03BE0000;	///< Commsdat field id for field: V42Codewords. Field is declared in the DialOutISP table.
       
   611 	const TMDBElementId KCDTIdV42MaxLength              = 0x03BF0000;	///< Commsdat field id for field: V42MaxLength. Field is declared in the DialOutISP table.
       
   612 	const TMDBElementId KCDTIdAsymmetry                 = 0x03C00000;	///< Commsdat field id for field: Asymmetry. Field is declared in the DialOutISP table.
       
   613 	const TMDBElementId KCDTIdUserInitUpgrade           = 0x03C10000;	///< Commsdat field id for field: UserInitUpgrade. Field is declared in the DialOutISP table.
       
   614 	const TMDBElementId KCDTIdUseEdge                   = 0x03C20000;	///< Commsdat field id for field: UseEdge. Field is declared in the DialOutISP table.
       
   615 
       
   616 
       
   617 	#define                    KCDTypeNameDescription                 _S("Description")
       
   618 	#define                    KCDTypeNameType                        _S("Type")
       
   619 	#define                    KCDTypeNameDefaultTelNum               _S("DefaultTelNum")
       
   620 	#define                    KCDTypeNameDialResolution              _S("DialResolution")
       
   621 	#define                    KCDTypeNameUseLoginScript              _S("UseLoginScript")
       
   622 	#define                    KCDTypeNameLoginScript                 _S("LoginScript")
       
   623 	#define                    KCDTypeNamePromptForLogin              _S("PromptForLogin")
       
   624 	#define                    KCDTypeNameLoginName                   _S("LoginName")
       
   625 	#define                    KCDTypeNameLoginPass                   _S("LoginPass")
       
   626 	#define                    KCDTypeNameDisplayPct                  _S("DisplayPCT")
       
   627 	#define                    KCDTypeNameIfParams                    _S("IfParams")
       
   628 	#define                    KCDTypeNameIfNetworks                  _S("IfNetworks")
       
   629 	#define                    KCDTypeNameIfPromptForAuth             _S("IfPromptForAuth")
       
   630 	#define                    KCDTypeNameIfAuthName                  _S("IfAuthName")
       
   631 	#define                    KCDTypeNameIfAuthPass                  _S("IfAuthPass")
       
   632 	#define                    KCDTypeNameIfAuthRetries               _S("AuthRetries")
       
   633 	#define                    KCDTypeNameIfCallbackEnabled           _S("IfCallbackEnabled")
       
   634 	#define                    KCDTypeNameIfCallbackType              _S("IfCallbackType")
       
   635 	#define                    KCDTypeNameIfCallbackInfo              _S("IfCallbackInfo")
       
   636 	#define                    KCDTypeNameCallbackTimeout             _S("CallbackTimeout")
       
   637 	#define                    KCDTypeNameIfServerMode                _S("IfServerMode")
       
   638 	#define                    KCDTypeNameIpAddrFromServer            _S("IpAddrFromServer")
       
   639 	#define                    KCDTypeNameIpAddr                      _S("IpAddr")
       
   640 	#define                    KCDTypeNameIpNetMask                   _S("IpNetMask")
       
   641 	#define                    KCDTypeNameIpGateway                   _S("IpGateway")
       
   642 	#define                    KCDTypeNameIpDNSAddrFromServer         _S("IpDNSAddrFromServer")
       
   643 	#define                    KCDTypeNameIpNameServer1               _S("IpNameServer1")
       
   644 	#define                    KCDTypeNameIpNameServer2               _S("IpNameServer2")
       
   645 	#define                    KCDTypeNameIp6DNSAddrFromServer        _S("Ip6DnsAddrFromServer")
       
   646 	#define                    KCDTypeNameIp6NameServer1              _S("Ip6NameServer1")
       
   647 	#define                    KCDTypeNameIp6NameServer2              _S("Ip6NameServer2")
       
   648 	#define                    KCDTypeNameIpAddrLeaseValidFrom        _S("IpAddrLeaseValidFrom")
       
   649 	#define                    KCDTypeNameIpAddrLeaseValidTo          _S("IpAddrLeaseValidTo")
       
   650 	#define                    KCDTypeNameConfigDaemonManagerName     _S("ConfigDaemonManagerName")
       
   651 	#define                    KCDTypeNameConfigDaemonName            _S("ConfigDaemonName")
       
   652 	#define                    KCDTypeNameEnableIpHeaderComp          _S("EnableIPHeaderComp")
       
   653 	#define                    KCDTypeNameEnableLcpExtensions         _S("EnableLCPExtension")
       
   654 	#define                    KCDTypeNameDisablePlainTextAuth        _S("DisablePlainTextAuth")
       
   655 	#define                    KCDTypeNameEnableSwComp                _S("EnableSWComp")
       
   656 	#define                    KCDTypeNameBearerName                  _S("BearerName")
       
   657 	#define                    KCDTypeNameBearerSpeed                 _S("BearerSpeed")
       
   658 	#define                    KCDTypeNameBearerCe                    _S("BearerCE")
       
   659 	#define                    KCDTypeNameInitString                  _S("InitString")
       
   660 	#define	                   KCDTypeNameISPBearerType		          _S("BearerType")
       
   661 	#define                    KCDTypeNameChannelCoding               _S("ChannelCoding")
       
   662 	#define                    KCDTypeNameAiur                        _S("Aiur")
       
   663 	#define                    KCDTypeNameRequestedTimeSlots          _S("RequestedTimeSlots")
       
   664 	#define                    KCDTypeNameMaximumTimeSlots            _S("MaximumTimeSlots")
       
   665 	#define                    KCDTypeNameBearerService               _S("BearerService")
       
   666 	#define                    KCDTypeNameBearerProtocol              _S("BearerProtocol")
       
   667 	#define                    KCDTypeNameRlpVersion                  _S("RlpVersion")
       
   668 	#define                    KCDTypeNameIwfToMs                     _S("IwfToMs")
       
   669 	#define                    KCDTypeNameMsToIwf                     _S("MsToIwf")
       
   670 	#define                    KCDTypeNameAckTimer                    _S("AckTimer")
       
   671 	#define                    KCDTypeNameRetransmissionAttempts      _S("RetransmissionAttempts")
       
   672 	#define                    KCDTypeNameResequencePeriod            _S("ResequencePeriod")
       
   673 	#define                    KCDTypeNameV42Compression              _S("V42Compression")
       
   674 	#define                    KCDTypeNameV42Codewords                _S("V42Codewords")
       
   675 	#define                    KCDTypeNameV42MaxLength                _S("V42MaxLength")
       
   676 	#define                    KCDTypeNameAsymmetry                   _S("Asymmetry")
       
   677 	#define                    KCDTypeNameUserInitUpgrade             _S("UserInitUpgrade")
       
   678 	#define                    KCDTypeNameUseEdge                     _S("UseEdge")
       
   679 
       
   680 
       
   681 
       
   682 
       
   683 
       
   684 
       
   685 
       
   686 //////////////////////////////////////////////////////////////////////////////////////
       
   687 // 040/ DIAL IN ISP RECORD
       
   688 //
       
   689 
       
   690 
       
   691 	// FieldTIds
       
   692 	//
       
   693 	const TMDBElementId KCDTIdDINDescription              = 0x04030000;	///< Commsdat field id for field: Description. Field is declared in the DialnISP table.
       
   694 	const TMDBElementId KCDTIdDINType                     = 0x04040000;	///< Commsdat field id for field: Type. Field is declared in the DialnISP table.
       
   695 	const TMDBElementId KCDTIdDINUseLoginScript           = 0x04050000;	///< Commsdat field id for field: UseLoginScript. Field is declared in the DialnISP table.
       
   696 	const TMDBElementId KCDTIdDINLoginScript              = 0x04060000;	///< Commsdat field id for field: LoginScript. Field is declared in the DialnISP table.
       
   697 	//
       
   698 	const TMDBElementId KCDTIdDINAuthentication           = 0x04070000;	///< Commsdat field id for field: Authentication. Field is declared in the DialnISP table.
       
   699 	//
       
   700 	const TMDBElementId KCDTIdDINIfAuthRetries            = 0x04080000;	///< Commsdat field id for field: IfAuthRetries. Field is declared in the DialnISP table.
       
   701 	const TMDBElementId KCDTIdDINIfParams                 = 0x04090000;	///< Commsdat field id for field: IfParams. Field is declared in the DialnISP table.
       
   702 	const TMDBElementId KCDTIdDINIfNetworks               = 0x040A0000;	///< Commsdat field id for field: IfNetworks. Field is declared in the DialnISP table.
       
   703 	const TMDBElementId KCDTIdDINIpAddrFromServer         = 0x040B0000;	///< Commsdat field id for field: IpAddrFromServer. Field is declared in the DialnISP table.
       
   704 	const TMDBElementId KCDTIdDINIpAddr                   = 0x040C0000;	///< Commsdat field id for field: IpAddr. Field is declared in the DialnISP table.
       
   705 	const TMDBElementId KCDTIdDINIpNetMask                = 0x040D0000;	///< Commsdat field id for field: IpNetMask. Field is declared in the DialnISP table.
       
   706 	const TMDBElementId KCDTIdDINIpGateway                = 0x040E0000;	///< Commsdat field id for field: IpGateway. Field is declared in the DialnISP table.
       
   707 	const TMDBElementId KCDTIdDINIpDNSAddrFromServer      = 0x040F0000;	///< Commsdat field id for field: IpDNSAddrFromServer. Field is declared in the DialnISP table.
       
   708 	const TMDBElementId KCDTIdDINIpNameServer1            = 0x04100000;	///< Commsdat field id for field: IpNameServer1. Field is declared in the DialnISP table.
       
   709 	const TMDBElementId KCDTIdDINIpNameServer2            = 0x04110000;	///< Commsdat field id for field: IpNameServer2. Field is declared in the DialnISP table.
       
   710 	const TMDBElementId KCDTIdDINIp6DNSAddrFromServer     = 0x04120000;	///< Commsdat field id for field: Ip6DNSAddrFromServer. Field is declared in the DialnISP table.
       
   711 	const TMDBElementId KCDTIdDINIp6NameServer1           = 0x04130000;	///< Commsdat field id for field: Ip6NameServer1. Field is declared in the DialnISP table.
       
   712 	const TMDBElementId KCDTIdDINIp6NameServer2           = 0x04140000;	///< Commsdat field id for field: Ip6NameServer2. Field is declared in the DialnISP table.
       
   713 	const TMDBElementId KCDTIdDINEnableIpHeaderComp       = 0x04150000;	///< Commsdat field id for field: EnableIpHeaderComp. Field is declared in the DialnISP table.
       
   714 	const TMDBElementId KCDTIdDINEnableLCPExtensions      = 0x04160000;	///< Commsdat field id for field: EnableLCPExtensions. Field is declared in the DialnISP table.
       
   715 	const TMDBElementId KCDTIdDINDisablePlainTextAuth     = 0x04170000;	///< Commsdat field id for field: DisablePlainTextAuth. Field is declared in the DialnISP table.
       
   716 	const TMDBElementId KCDTIdDINEnableSwComp             = 0x04180000;	///< Commsdat field id for field: EnableSwComp. Field is declared in the DialnISP table.
       
   717 	const TMDBElementId KCDTIdDINBearerName               = 0x04190000;	///< Commsdat field id for field: BearerName. Field is declared in the DialnISP table.
       
   718 	const TMDBElementId KCDTIdDINBearerSpeed              = 0x041A0000;	///< Commsdat field id for field: BearerSpeed. Field is declared in the DialnISP table.
       
   719 	const TMDBElementId KCDTIdDINBearerCe                 = 0x041B0000;	///< Commsdat field id for field: BearerCE. Field is declared in the DialnISP table.
       
   720 	const TMDBElementId KCDTIdDINInitString               = 0x041C0000;	///< Commsdat field id for field: InitString. Field is declared in the DialnISP table.
       
   721 	const TMDBElementId KCDTIdDINUseEdge                  = 0x041D0000;	///< Commsdat field id for field: UseEdge. Field is declared in the DialnISP table.
       
   722 //
       
   723 
       
   724 
       
   725 	#define	KCDTypeNameAuthentication		               _S("Authentication")
       
   726 
       
   727 
       
   728 
       
   729 
       
   730 /////////////////////////////////////////////////////////////////////////////////////
       
   731 //  048/  LAN Service Record
       
   732 //
       
   733 //
       
   734 	// FieldTIds
       
   735 	const TMDBElementId KCDTIdLANIfNetworks 					= 0x04830000;	///< Commsdat field id for field: IfNetworks. Field is declared in the LanService table.
       
   736 	const TMDBElementId KCDTIdLANIpNetMask 					    = 0x04840000;	///< Commsdat field id for field: IpNetMask. Field is declared in the LanService table.
       
   737 	const TMDBElementId KCDTIdLANIpGateway 					    = 0x04850000;	///< Commsdat field id for field: IpGateway. Field is declared in the LanService table.
       
   738 	const TMDBElementId KCDTIdLANIpAddrFromServer 				= 0x04860000;	///< Commsdat field id for field: IpAddrFromServer. Field is declared in the LanService table.
       
   739 	const TMDBElementId KCDTIdLANIpAddr 						= 0x04870000;	///< Commsdat field id for field: IpAddr. Field is declared in the LanService table.
       
   740 	const TMDBElementId KCDTIdLANIpDNSAddrFromServer 			= 0x04880000;	///< Commsdat field id for field: IpDNSAddrFromServer. Field is declared in the LanService table.
       
   741 	const TMDBElementId KCDTIdLANIpNameServer1 				    = 0x04890000;	///< Commsdat field id for field: IpNameServer1. Field is declared in the LanService table.
       
   742 	const TMDBElementId KCDTIdLANIpNameServer2 				    = 0x048A0000;	///< Commsdat field id for field: IpNameServer2. Field is declared in the LanService table.
       
   743 	const TMDBElementId KCDTIdLANIp6DNSAddrFromServer			= 0x048B0000;	///< Commsdat field id for field: Ip6DNSAddrFromServer. Field is declared in the LanService table.
       
   744 	const TMDBElementId KCDTIdLANIp6NameServer1				    = 0x048C0000;	///< Commsdat field id for field: Ip6NameServer1. Field is declared in the LanService table.
       
   745 	const TMDBElementId KCDTIdLANIp6NameServer2 				= 0x048D0000;	///< Commsdat field id for field: Ip6NameServer2. Field is declared in the LanService table.
       
   746 	const TMDBElementId KCDTIdLANIpAddrLeaseValidFrom			= 0x048E0000;	///< Commsdat field id for field: IpAddrLeaseValidFrom. Field is declared in the LanService table.
       
   747 	const TMDBElementId KCDTIdLANIpAddrLeaseValidTo 			= 0x048F0000;	///< Commsdat field id for field: IpAddrLeaseValidTo. Field is declared in the LanService table.
       
   748 	const TMDBElementId KCDTIdLANConfigDaemonManagerName 		= 0x04900000;	///< Commsdat field id for field: ConfigDaemonManagerName. Field is declared in the LanService table.
       
   749 	const TMDBElementId KCDTIdLANConfigDaemonName 				= 0x04910000;	///< Commsdat field id for field: ConfigDaemonName. Field is declared in the LanService table.
       
   750 	//
       
   751 	const TMDBElementId KCDTIdLANServiceExtensionTableName 		= 0x04920000;	///< Commsdat field id for field: LANServiceExtensionTableName. Field is declared in the LanService table.
       
   752 	const TMDBElementId KCDTIdLANServiceExtensionTableRecordId 	= 0x04930000;	///< Commsdat field id for field: LANServiceExtensionTableRecordId. Field is declared in the LanService table.
       
   753 
       
   754 
       
   755 	#define	KCDTypeNameServiceExtensionTableName				_S("LanServiceExtensionTableName")
       
   756 	#define	KCDTypeNameServiceExtensionTableRecordId		    _S("LanServiceExtensionTableRecordId")
       
   757 	#define	KCDTypeNameServiceIfExternIpConfigAlwaysRejectAuth	_S("ServiceIfExternIpConfigAlwaysRejectAuth")
       
   758 
       
   759 
       
   760 
       
   761 //////////////////////////////////////////////////////////////////////////////////////
       
   762 // 050/ WLAN SERVICE EXTENSION RECORD
       
   763 //
       
   764 
       
   765 	// FieldTIds
       
   766 	/**
       
   767 	@internalComponent
       
   768 	*/
       
   769 	const TMDBElementId	KCDTIdWLANProfile	 					= 0x05030000;
       
   770 	/**
       
   771 	@internalComponent
       
   772 	*/
       
   773 	const TMDBElementId	KCDTIdWLANSSID	 					= 0x05040000;
       
   774 	/**
       
   775 	@internalComponent
       
   776 	*/
       
   777 	const TMDBElementId	KCDTIdWLANEncryptionStatus	 			= 0x05050000;
       
   778 	/**
       
   779 	@internalComponent
       
   780 	*/
       
   781 	const TMDBElementId	KCDTIdWLANEncryptionType	 			= 0x05060000;
       
   782 	/**
       
   783 	@internalComponent
       
   784 	*/
       
   785 	const TMDBElementId	KCDTIdWLANDefaultWepKey  	 			= 0x05070000;
       
   786 	/**
       
   787 	@internalComponent
       
   788 	*/
       
   789 	const TMDBElementId	KCDTIdWLANEncryptKey1Valid	 			= 0x05080000;
       
   790 	/**
       
   791 	@internalComponent
       
   792 	*/
       
   793 	const TMDBElementId	KCDTIdWLANWepKey1	 				= 0x05090000;
       
   794 	/**
       
   795 	@internalComponent
       
   796 	*/
       
   797 	const TMDBElementId	KCDTIdWLANEncryptKey2Valid	 			= 0x050A0000;
       
   798 	/**
       
   799 	@internalComponent
       
   800 	*/
       
   801 	const TMDBElementId	KCDTIdWLANWepKey2	 				= 0x050B0000;
       
   802 	/**
       
   803 	@internalComponent
       
   804 	*/
       
   805 	const TMDBElementId	KCDTIdWLANEncryptKey3Valid	 			= 0x050C0000;
       
   806 	/**
       
   807 	@internalComponent
       
   808 	*/
       
   809 	const TMDBElementId	KCDTIdWLANWepKey3	 				= 0x050D0000;
       
   810 	/**
       
   811 	@internalComponent
       
   812 	*/
       
   813 	const TMDBElementId	KCDTIdWLANEncryptKey4Valid	 			= 0x050E0000;
       
   814 	/**
       
   815 	@internalComponent
       
   816 	*/
       
   817 	const TMDBElementId	KCDTIdWLANWepKey4	 				= 0x050F0000;
       
   818 	/**
       
   819 	@internalComponent
       
   820 	*/
       
   821 	const TMDBElementId	KCDTIdWLANRanking 	 					= 0x05100000;
       
   822 	/**
       
   823 	@internalComponent
       
   824 	*/
       
   825 	const TMDBElementId	KCDTIdWLANDialogPref	 				= 0x05110000;
       
   826 	/**
       
   827 	@internalComponent
       
   828 	*/
       
   829 	const TMDBElementId	KCDTIdWLANNetworkType	 				= 0x05120000;
       
   830 	/**
       
   831 	@internalComponent
       
   832 	*/
       
   833 	const TMDBElementId	KCDTIdWLANFragThres	 					= 0x05130000;
       
   834 	/**
       
   835 	@internalComponent
       
   836 	*/
       
   837 	const TMDBElementId	KCDTIdWLANRTSThres	 					= 0x05140000;
       
   838 	/**
       
   839 	@internalComponent
       
   840 	*/
       
   841 	const TMDBElementId	KCDTIdWLANDesTransRate	 				= 0x05150000;
       
   842 	/**
       
   843 	@internalComponent
       
   844 	*/
       
   845 	const TMDBElementId	KCDTIdWLANBeaconInt	 					= 0x05160000;
       
   846 	/**
       
   847 	@internalComponent
       
   848 	*/
       
   849 	const TMDBElementId	KCDTIdWLANChannelId	 				= 0x05170000;
       
   850 	/**
       
   851 	@internalComponent
       
   852 	*/
       
   853 	const TMDBElementId	KCDTIdWLANAuthenticationMode	 		= 0x05180000;
       
   854 	/**
       
   855 	@internalComponent
       
   856 	*/
       
   857 	const TMDBElementId	KCDTIdWLANPowerSaveMode	 				= 0x05190000;
       
   858 	/**
       
   859 	@internalComponent
       
   860 	*/
       
   861 	const TMDBElementId	KCDTIdWLANAllowUnencryptMode	 		= 0x051A0000;
       
   862 	/**
       
   863 	@internalComponent
       
   864 	*/
       
   865 	const TMDBElementId	KCDTIdWLANAllowShortPre	 				= 0x051B0000;
       
   866 	/**
       
   867 	@internalComponent
       
   868 	*/
       
   869 	const TMDBElementId	KCDTIdWLANPreambleType	 				= 0x051C0000;
       
   870 	/**
       
   871 	@internalComponent
       
   872 	*/
       
   873 	const TMDBElementId	KCDTIdWLANTxPowerLevel	 				= 0x051D0000;
       
   874 	/**
       
   875 	@internalComponent
       
   876 	*/
       
   877 	const TMDBElementId	KCDTIdWLANEapPresharedKey	 			= 0x051E0000;
       
   878 	/**
       
   879 	@internalComponent
       
   880 	*/
       
   881 	const TMDBElementId	KCDTIdWLANRegDomain	 					= 0x051F0000;
       
   882 	/**
       
   883 	@internalComponent
       
   884 	*/
       
   885 	const TMDBElementId	KCDTIdWLANSecData	 					= 0x05200000;
       
   886 
       
   887 
       
   888 	// Field Names
       
   889 	/**
       
   890 	@internalComponent
       
   891 	*/
       
   892 	#define	KCDTypeNameWLANProfile							_S("Wlan_Profile")
       
   893 	/**
       
   894 	@internalComponent
       
   895 	*/
       
   896 	#define	KCDTypeNameWLANSSID							_S("Wlan_SSID")
       
   897 	/**
       
   898 	@internalComponent
       
   899 	*/
       
   900 	#define	KCDTypeNameWLANEncryptionStatus					_S("Wlan_Encryption_Status")
       
   901 	/**
       
   902 	@internalComponent
       
   903 	*/
       
   904 	#define	KCDTypeNameWLANEncryptionType					_S("Wlan_Encryption_Type")
       
   905 	/**
       
   906 	@internalComponent
       
   907 	*/
       
   908 	#define	KCDTypeNameWLANDefaultWepKey  				_S("Wlan_Wep_Default_Key")
       
   909 	/**
       
   910 	@internalComponent
       
   911 	*/
       
   912 	#define	KCDTypeNameWLANEncryptKey1Valid					_S("Wlan_Key1_Valid")
       
   913 	/**
       
   914 	@internalComponent
       
   915 	*/
       
   916 	#define	KCDTypeNameWLANWepKey1						_S("Wlan_Wep_Key1")
       
   917 	/**
       
   918 	@internalComponent
       
   919 	*/
       
   920 	#define	KCDTypeNameWLANEncryptKey2Valid					_S("Wlan_Key2_Valid")
       
   921 	/**
       
   922 	@internalComponent
       
   923 	*/
       
   924 	#define	KCDTypeNameWLANWepKey2						_S("Wlan_Wep_Key2")
       
   925 	/**
       
   926 	@internalComponent
       
   927 	*/
       
   928 	#define	KCDTypeNameWLANEncryptKey3Valid					_S("Wlan_Key3_Valid")
       
   929 	/**
       
   930 	@internalComponent
       
   931 	*/
       
   932 	#define	KCDTypeNameWLANWepKey3						_S("Wlan_Wep_Key3")
       
   933 	/**
       
   934 	@internalComponent
       
   935 	*/
       
   936 	#define	KCDTypeNameWLANEncryptKey4Valid					_S("Wlan_Key4_Valid")
       
   937 	/**
       
   938 	@internalComponent
       
   939 	*/
       
   940 	#define	KCDTypeNameWLANWepKey4						_S("Wlan_Wep_Key4")
       
   941 	/**
       
   942 	@internalComponent
       
   943 	*/
       
   944 	#define	KCDTypeNameWLANRanking 							_S("Wlan_Ranking")
       
   945 	/**
       
   946 	@internalComponent
       
   947 	*/
       
   948 	#define	KCDTypeNameWLANDialogPref						_S("Wlan_Dialog_Pref")
       
   949 	/**
       
   950 	@internalComponent
       
   951 	*/
       
   952 	#define	KCDTypeNameWLANNetworkType						_S("Wlan_Network_Type")
       
   953 	/**
       
   954 	@internalComponent
       
   955 	*/
       
   956 	#define	KCDTypeNameWLANFragThres						_S("Wlan_Frag_Threshold")
       
   957 	/**
       
   958 	@internalComponent
       
   959 	*/
       
   960 	#define	KCDTypeNameWLANRTSThres							_S("Wlan_RTS_Threshold")
       
   961 	/**	
       
   962 	@internalComponent
       
   963 	*/
       
   964 	#define	KCDTypeNameWLANDesTransRate						_S("Wlan_Desired_Transmit_Rate")
       
   965 	/**
       
   966 	@internalComponent
       
   967 	*/
       
   968 	#define	KCDTypeNameWLANBeaconInt						_S("Wlan_Beacon_Int")
       
   969 	/**
       
   970 	@internalComponent
       
   971 	*/
       
   972 	#define	KCDTypeNameWLANChannelId						_S("Wlan_Channel_ID")
       
   973 	/**
       
   974 	@internalComponent
       
   975 	*/
       
   976 	#define	KCDTypeNameWLANAuthenticationMode			_S("Wlan_Authentication_Mode")
       
   977 	/**
       
   978 	@internalComponent
       
   979 	*/
       
   980 	#define	KCDTypeNameWLANPowerSaveMode					_S("Wlan_Power_Save_Mode")
       
   981 	/**
       
   982 	@internalComponent
       
   983 	*/
       
   984 	#define	KCDTypeNameWLANAllowUnencryptMode				_S("Wlan_Allow_UnEncrypt_Mode")
       
   985 	/**
       
   986 	@internalComponent
       
   987 	*/
       
   988 	#define	KCDTypeNameWLANAllowShortPre					_S("Wlan_Allow_Short_Preamble")
       
   989 	/**
       
   990 	@internalComponent
       
   991 	*/
       
   992 	#define	KCDTypeNameWLANPreambleType						_S("Wlan_Preamble_Type")
       
   993 	/**
       
   994 	@internalComponent
       
   995 	*/
       
   996 	#define	KCDTypeNameWLANTxPowerLevel						_S("Wlan_TX_Power_Level")
       
   997 	/**
       
   998 	@internalComponent
       
   999 	*/
       
  1000 	#define	KCDTypeNameWLANEapPresharedKey					_S("Wlan_EAP_Preshared_Key")
       
  1001 	/**
       
  1002 	@internalComponent
       
  1003 	*/
       
  1004 	#define	KCDTypeNameWLANRegDomain						_S("Wlan_Reglutory_Domain")
       
  1005 	/**
       
  1006 	@internalComponent
       
  1007 	*/
       
  1008 	#define	KCDTypeNameWLANSecData							_S("Wlan_Security_Data")
       
  1009 
       
  1010 //////////////////////////////////////////////////////////////////////////////////////
       
  1011 // 058/  VPN SERVICE RECORD
       
  1012 //
       
  1013 
       
  1014 
       
  1015 	// FieldTIds
       
  1016 	const TMDBElementId KCDTIdVPNPolicyName 		= 0x05830000; ///< Commsdat field id for field: Policy. Policy name. Field is declared in the VPNService table.
       
  1017 	const TMDBElementId KCDTIdVPNIAPRecord 			= 0x05840000; ///< Commsdat field id for field: HomeIAP. Link to a IAP record. Field is declared in the VPNService table.
       
  1018 	const TMDBElementId KCDTIdVPNNetwork 			= 0x05850000; ///< Commsdat field id for field: HomeNetwork. Link to a Network record. Field is declared in the VPNService table.
       
  1019 
       
  1020 
       
  1021 	#define	KCDTypeNameVPNPolicyName		       _S("Policy")
       
  1022 	#define	KCDTypeNameVPNIAPRecord		           _S("HomeIAP")
       
  1023 	#define	KCDTypeNameVPNNetwork		           _S("HomeNetwork")
       
  1024 
       
  1025 
       
  1026 
       
  1027 
       
  1028 //////////////////////////////////////////////////////////////////////////////////////
       
  1029 // 060/  CDMA2000 PACKETSERVICE TABLE RECORD
       
  1030 //
       
  1031 
       
  1032 
       
  1033 	// FieldTIds
       
  1034 	const TMDBElementId KCDTIdCDMAFchMux 		        				= 0x06030000;	///< Commsdat field id for field: CDMAFchMux. Field is declared in the CDMA2000 Packet Service table.
       
  1035 	const TMDBElementId KCDTIdCDMASchMux         						= 0x06040000;	///< Commsdat field id for field: CDMASchMux. Field is declared in the CDMA2000 Packet Service table.
       
  1036 	const TMDBElementId KCDTIdIwfName 		        					= 0x06050000;	///< Commsdat field id for field: IwfName. Field is declared in the CDMA2000 Packet Service table.
       
  1037 	const TMDBElementId KCDTIdServiceOption 	       					= 0x06060000;	///< Commsdat field id for field: ServiceOption. Field is declared in the CDMA2000 Packet Service table.
       
  1038 	const TMDBElementId KCDTIdPdpType 		        					= 0x06070000;	///< Commsdat field id for field: PdpType. Field is declared in the CDMA2000 Packet Service table.
       
  1039 	const TMDBElementId KCDTIdPdpAddress 	        					= 0x06080000;	///< Commsdat field id for field: PdpAddress. Field is declared in the CDMA2000 Packet Service table.
       
  1040 	const TMDBElementId KCDTIdReqFwdPriority         					= 0x06090000;	///< Commsdat field id for field: ReqFwdPriority. Field is declared in the CDMA2000 Packet Service table.
       
  1041 	const TMDBElementId KCDTIdReqRevPriority 	        				= 0x060A0000;	///< Commsdat field id for field: ReqRevPriority. Field is declared in the CDMA2000 Packet Service table.
       
  1042 	const TMDBElementId KCDTIdReqFwdBitrate 	        				= 0x060B0000;	///< Commsdat field id for field: ReqFwdBitrate. Field is declared in the CDMA2000 Packet Service table.
       
  1043 	const TMDBElementId KCDTIdReqRevBitrate 	        				= 0x060C0000;	///< Commsdat field id for field: ReqRevBitrate. Field is declared in the CDMA2000 Packet Service table.
       
  1044 	const TMDBElementId KCDTIdReqFwdLoss 	        					= 0x060D0000;	///< Commsdat field id for field: ReqFwdLoss. Field is declared in the CDMA2000 Packet Service table.
       
  1045 	const TMDBElementId KCDTIdReqRevLoss 	        					= 0x060E0000;	///< Commsdat field id for field: ReqRevLoss. Field is declared in the CDMA2000 Packet Service table.
       
  1046 	const TMDBElementId KCDTIdReqFwdMaxdelay         					= 0x060F0000;	///< Commsdat field id for field: ReqFwdMaxDelay. Field is declared in the CDMA2000 Packet Service table.
       
  1047 	const TMDBElementId KCDTIdReqRevMaxdelay         					= 0x06100000;	///< Commsdat field id for field: ReqRevMaxDelay. Field is declared in the CDMA2000 Packet Service table.
       
  1048 	const TMDBElementId KCDTIdMinFwdBitrate 	       					= 0x06110000;	///< Commsdat field id for field: MinFwdBitrate. Field is declared in the CDMA2000 Packet Service table.
       
  1049 	const TMDBElementId KCDTIdMinRevBitrate 	       					= 0x06120000;	///< Commsdat field id for field: MinRevBitrate. Field is declared in the CDMA2000 Packet Service table.
       
  1050 	const TMDBElementId KCDTIdAccptFwdLoss       						= 0x06130000;	///< Commsdat field id for field: AccptFwdLoss. Field is declared in the CDMA2000 Packet Service table.
       
  1051 	const TMDBElementId KCDTIdAccptRevLoss 	          					= 0x06140000;	///< Commsdat field id for field: AccptRevLoss. Field is declared in the CDMA2000 Packet Service table.
       
  1052 	const TMDBElementId KCDTIdAccptFwdMaxdelay 		        			= 0x06150000;	///< Commsdat field id for field: AccptFwdMaxDelay. Field is declared in the CDMA2000 Packet Service table.
       
  1053 	const TMDBElementId KCDTIdAccptRevMaxdelay 		           			= 0x06160000;	///< Commsdat field id for field: AccptRevMaxDelay. Field is declared in the CDMA2000 Packet Service table.
       
  1054 	const TMDBElementId KCDTIdDataCompression 							= 0x06170000;	///< Commsdat field id for field: DataCompression. Field is declared in the CDMA2000 Packet Service table.
       
  1055 	const TMDBElementId KCDTIdHeaderCompression         				= 0x06180000;	///< Commsdat field id for field: HeaderCompression. Field is declared in the CDMA2000 Packet Service table.
       
  1056 	const TMDBElementId KCDTIdAnonymousAccess        					= 0x06190000;	///< Commsdat field id for field: AnonymousAccess. Field is declared in the CDMA2000 Packet Service table.
       
  1057 	/*	*/																
       
  1058 	/*const TMDBElementId KCDTIdCDMA2000IfName 		        			= 0x061A0000;*/
       
  1059 	const TMDBElementId KCDTIdCDMA2000IfParams		        			= 0x061B0000;	///< Commsdat field id for field: IfParams. Field is declared in the CDMA2000 Packet Service table.
       
  1060 	//																	
       
  1061 	const TMDBElementId KCDTIdApType 									= 0x061C0000;	///< Commsdat field id for field: ApType. Field is declared in the CDMA2000 Packet Service table.
       
  1062 	const TMDBElementId KCDTIdQosWarningTimeout          				= 0x061D0000;	///< Commsdat field id for field: QosWarningTimeout. Field is declared in the CDMA2000 Packet Service table.
       
  1063 	const TMDBElementId KCDTIdRlpMode 									= 0x061E0000;	///< Commsdat field id for field: RlpMode. Field is declared in the CDMA2000 Packet Service table.
       
  1064 	const TMDBElementId KCDTIdNAIType 			        				= 0x061F0000;	///< Commsdat field id for field: CDMANaiType. Field is declared in the CDMA2000 Packet Service table.
       
  1065 	const TMDBElementId KCDTIdSimIPAuthAlgorithm         				= 0x06200000;	///< Commsdat field id for field: CDMASimpleIpAuthAlgorithm. Field is declared in the CDMA2000 Packet Service table.
       
  1066 	const TMDBElementId KCDTIdSimIPChapSSHandle		         			= 0x06210000;	///< Commsdat field id for field: CDMASimpleIpChapSsHandle. Field is declared in the CDMA2000 Packet Service table.
       
  1067 	const TMDBElementId KCDTIdSimIPPapSSHandle		         			= 0x06220000;	///< Commsdat field id for field: CDMASimpleIpPapSsHandle. Field is declared in the CDMA2000 Packet Service table.
       
  1068 	const TMDBElementId KCDTIdMIPTBit 									= 0x06230000;	///< Commsdat field id for field: CDMAMobileIpTBit. Field is declared in the CDMA2000 Packet Service table.
       
  1069 	const TMDBElementId KCDTIdMIPHomeAddress 	        				= 0x06240000;	///< Commsdat field id for field: CDMAMobileIpHomeAddress. Field is declared in the CDMA2000 Packet Service table.
       
  1070 	const TMDBElementId KCDTIdMIPPrimaryHomeAgent        				= 0x06250000;	///< Commsdat field id for field: CDMAMobileIpPrimaryHomeAgent. Field is declared in the CDMA2000 Packet Service table.
       
  1071 	const TMDBElementId KCDTIdMIPSecondaryHomeAgent      				= 0x06260000;	///< Commsdat field id for field: CDMAMobileIpSecondaryHomeAgent. Field is declared in the CDMA2000 Packet Service table.
       
  1072 	const TMDBElementId KCDTIdMIPMnAaaAuthAlgorithm      				= 0x06270000;	///< Commsdat field id for field: CDMAMobileIpMnAaaAuthAlgorithm. Field is declared in the CDMA2000 Packet Service table.
       
  1073 	const TMDBElementId KCDTIdMIPMnAaaSpiIndicator       				= 0x06280000;	///< Commsdat field id for field: CDMAMobileIpMnAaaSpiIndicator. Field is declared in the CDMA2000 Packet Service table.
       
  1074 	const TMDBElementId KCDTIdMIPMnAaaSpi 		        				= 0x06290000;	///< Commsdat field id for field: CDMAMobileIpMnAaaSpi. Field is declared in the CDMA2000 Packet Service table.
       
  1075 	const TMDBElementId KCDTIdMIPMnAaaSsData 	        				= 0x062A0000;	///< Commsdat field id for field: CDMAMobileIpMnHaSsData. Field is declared in the CDMA2000 Packet Service table.
       
  1076 	const TMDBElementId KCDTIdMIPMnHaAuthAlgorithm       				= 0x062B0000;	///< Commsdat field id for field: CDMAMobileIpMnHaAuthAlgorithm. Field is declared in the CDMA2000 Packet Service table.
       
  1077 	const TMDBElementId KCDTIdMIPMnHaSpiIndicator          				= 0x062C0000;	///< Commsdat field id for field: CDMAMobileIpMnHaSpiIndicator. Field is declared in the CDMA2000 Packet Service table.
       
  1078 	const TMDBElementId KCDTIdMIPMnHaSpi 		        				= 0x062D0000;	///< Commsdat field id for field: CDMAMobileIpMnHaSpi. Field is declared in the CDMA2000 Packet Service table.
       
  1079 	const TMDBElementId KCDTIdMIPMnHaSsData 	   	    				= 0x062E0000;	///< Commsdat field id for field: CDMAMobileIpMnHaSsData. Field is declared in the CDMA2000 Packet Service table.
       
  1080 	//																
       
  1081 	const TMDBElementId KCDTIdCDMA2000IfNetworks 		        		= 0x062F0000;	///< Commsdat field id for field: IfNetworks. Field is declared in the CDMA2000 Packet Service table.
       
  1082 	const TMDBElementId KCDTIdCDMA2000IfPromptForAuth        			= 0x06300000;	///< Commsdat field id for field: IfPromptForAuth. Field is declared in the CDMA2000 Packet Service table.
       
  1083 	const TMDBElementId KCDTIdCDMA2000IfAuthName 	        			= 0x06310000;	///< Commsdat field id for field: IfAuthName. Field is declared in the CDMA2000 Packet Service table.
       
  1084 	const TMDBElementId KCDTIdCDMA2000IfAuthPass 	        			= 0x06320000;	///< Commsdat field id for field: IfAuthPass. Field is declared in the CDMA2000 Packet Service table.
       
  1085 	const TMDBElementId KCDTIdCDMA2000IfAuthRetries         			= 0x06330000;	///< Commsdat field id for field: IfAuthRetries. Field is declared in the CDMA2000 Packet Service table.
       
  1086 	const TMDBElementId KCDTIdCDMA2000IpNetMask 	       				= 0x06340000;	///< Commsdat field id for field: IpNetmask. Field is declared in the CDMA2000 Packet Service table.
       
  1087 	const TMDBElementId KCDTIdCDMA2000IpGateway 			        	= 0x06350000;	///< Commsdat field id for field: IpGateway. Field is declared in the CDMA2000 Packet Service table.
       
  1088 	const TMDBElementId KCDTIdCDMA2000IpAddrFromServer 	    	    	= 0x06360000;	///< Commsdat field id for field: IpAddrFromServer. Field is declared in the CDMA2000 Packet Service table.
       
  1089 	const TMDBElementId KCDTIdCDMA2000IpAddr 			        		= 0x06370000;	///< Commsdat field id for field: IpAddr. Field is declared in the CDMA2000 Packet Service table.
       
  1090 	const TMDBElementId KCDTIdCDMA2000IpDNSAddrFromServer        		= 0x06380000;	///< Commsdat field id for field: IpDNSAddrFromServer. Field is declared in the CDMA2000 Packet Service table.
       
  1091 	const TMDBElementId KCDTIdCDMA2000IpNameServer1 	        		= 0x06390000;	///< Commsdat field id for field: IpNameServer1. Field is declared in the CDMA2000 Packet Service table.
       
  1092 	const TMDBElementId KCDTIdCDMA2000IpNameServer2 	        		= 0x063A0000;	///< Commsdat field id for field: IpNameServer2. Field is declared in the CDMA2000 Packet Service table.
       
  1093 	const TMDBElementId KCDTIdCDMA2000Ip6DNSAddrFromServer 	        	= 0x063B0000;	///< Commsdat field id for field: Ip6DNSAddrFromServer. Field is declared in the CDMA2000 Packet Service table.
       
  1094 	const TMDBElementId KCDTIdCDMA2000Ip6NameServer1 		        	= 0x063C0000;	///< Commsdat field id for field: Ip6NameServer1. Field is declared in the CDMA2000 Packet Service table.
       
  1095 	const TMDBElementId KCDTIdCDMA2000Ip6NameServer2 	        		= 0x063D0000;	///< Commsdat field id for field: Ip6NameServer2. Field is declared in the CDMA2000 Packet Service table.
       
  1096 	const TMDBElementId KCDTIdCDMA2000IpAddrLeaseValidFrom 	        	= 0x063E0000;	///< Commsdat field id for field: IpAddrLeaseValidFrom. Field is declared in the CDMA2000 Packet Service table.
       
  1097 	const TMDBElementId KCDTIdCDMA2000IpAddrLeaseValidTo         		= 0x063F0000;	///< Commsdat field id for field: IpAddrLeaseValidTo. Field is declared in the CDMA2000 Packet Service table.
       
  1098 	const TMDBElementId KCDTIdCDMA2000ConfigDaemonManagerName       	= 0x06400000;	///< Commsdat field id for field: ConfigDaemonManagerName   . Field is declared in the CDMA2000 Packet Service table.
       
  1099 	const TMDBElementId KCDTIdCDMA2000ConfigDaemonName 		        	= 0x06410000;	///< Commsdat field id for field: ConfigDaemonName 	. Field is declared in the CDMA2000 Packet Service table.
       
  1100 	const TMDBElementId KCDTIdCDMA2000EnableLCPExtension         		= 0x06420000;	///< Commsdat field id for field: EnableLCPExtension. Field is declared in the CDMA2000 Packet Service table.
       
  1101 	const TMDBElementId KCDTIdCDMA2000DisablePlainTextAuth 	        	= 0x06430000;	///< Commsdat field id for field: DisablePlainTextAuth. Field is declared in the CDMA2000 Packet Service table.
       
  1102 	//
       
  1103 	const TMDBElementId KCDTIdCDMA2000EnableSwComp						= 0x06440000;	///< Commsdat field id for field: EnableSwComp. Field is declared in the CDMA2000 Packet Service table.
       
  1104 	const TMDBElementId KCDTIdCDMA2000IfExternIpConfigAlwaysRejectAuth	= 0x06450000;	///< Commsdat field id for field: IfExternIpConfigAlwaysRejectAuth. Field is declared in the CDMA2000 Packet Service table.
       
  1105 	const TMDBElementId KCDTIdCDMA2000EnableIpHeaderComp				= 0x06460000;	///< Commsdat field id for field: EnableIpHeaderComp. Field is declared in the CDMA2000 Packet Service table.
       
  1106 	const TMDBElementId KCDTIdCDMA2000CDMAMobileIP						= 0x06470000;	///< Commsdat field id for field: CDMAMobileIP. Field is declared in the CDMA2000 Packet Service table.
       
  1107 	const TMDBElementId KCDTIdCDMA2000CDMAMobileIPTimeout 				= 0x06480000;	///< Commsdat field id for field: CDMAMobileIPTimeout. Field is declared in the CDMA2000 Packet Service table.
       
  1108 	const TMDBElementId KCDTIdCDMA2000HomeAgentAddress    				= 0x06490000;	///< Commsdat field id for field: HomeAgentAddress. Field is declared in the CDMA2000 Packet Service table.
       
  1109 	
       
  1110 
       
  1111 
       
  1112 	// Field Names
       
  1113 	#define	KCDTypeNameCDMAFchMux					        		_S("CDMAFchMux")
       
  1114 	#define	KCDTypeNameCDMASchMux									_S("CDMASchMux")
       
  1115 	#define	KCDTypeNameCDMAIwfName			        				_S("IwfName")
       
  1116 	#define	KCDTypeNameCDMAServiceOption		        			_S("ServiceOption")
       
  1117 	#define	KCDTypeNameCDMAPdpType		        					_S("PDPType")
       
  1118 	#define	KCDTypeNameCDMAPdpAddress		        				_S("PDPAddress")
       
  1119 	#define	KCDTypeNameCDMAReqFwdPriority		        			_S("ReqFwdPriority")
       
  1120 	#define	KCDTypeNameCDMAReqRevPriority		        			_S("ReqRevPriority")
       
  1121 	#define	KCDTypeNameCDMAReqFwdBitrate		        			_S("ReqFwdBitrate")
       
  1122 	#define	KCDTypeNameCDMAReqRevBitrate		        			_S("ReqRevBitrate")
       
  1123 	#define	KCDTypeNameCDMAReqFwdLoss				        		_S("ReqFwdLoss")
       
  1124 	#define	KCDTypeNameCDMAReqRevLoss				        		_S("ReqRevLoss")
       
  1125 	#define	KCDTypeNameCDMAReqFwdMaxdelay							_S("ReqFwdMaxdelay")
       
  1126 	#define	KCDTypeNameCDMAReqRevMaxdelay	        				_S("ReqRevMaxdelay")
       
  1127 	#define	KCDTypeNameCDMAMinFwdBitrate		        			_S("MinFwdBitrate")
       
  1128 	#define	KCDTypeNameCDMAMinRevBitrate			        		_S("MinRevBitrate")
       
  1129 	#define	KCDTypeNameCDMAAccptFwdLoss        						_S("AccptFwdLoss")
       
  1130 	#define	KCDTypeNameCDMAAccptRevLoss	        					_S("AccptRevLoss")
       
  1131 	#define	KCDTypeNameCDMAAccptFwdMaxdelay	        				_S("AccptFwdMaxdelay")
       
  1132 	#define	KCDTypeNameCDMAAccptRevMaxdelay		        			_S("AccptRevMaxdelay")
       
  1133 	#define	KCDTypeNameCDMADataCompression	        				_S("DataCompression")
       
  1134 	#define	KCDTypeNameCDMAHeaderCompression	        			_S("HeaderCompression")
       
  1135 	#define	KCDTypeNameCDMAAnonymousAccess			        		_S("AnonymousAccess")
       
  1136 	#define	KCDTypeNameCDMAIfParams		        					_S("IfParams")
       
  1137 	#define	KCDTypeNameCDMAApType				        			_S("ApType")
       
  1138 	#define	KCDTypeNameCDMAQosWarningTimeout       					_S("QosWarningTimeout")
       
  1139 	#define	KCDTypeNameCDMARlpMode				        			_S("RlpMode")
       
  1140 	#define	KCDTypeNameCDMANAIType					        		_S("CDMANaiType")
       
  1141 	#define	KCDTypeNameCDMASimpleIPAuthAlgorithm	        		_S("CDMASimpleIpAuthAlgorithm")
       
  1142 	#define	KCDTypeNameCDMA_SIMIP_Pap_SS_Handle	        			_S("CDMASimpleIpPapSsHandle")
       
  1143 	#define	KCDTypeNameCDMASimIpChapSsHandle		        		_S("CDMASimpleIpChapSsHandle")
       
  1144 	/*@deprecated as name misleading.  should have said CHAP */
       
  1145     #define	KCDTypeNameCDMASimpleIpPapSsHandle		        		KCDTypeNameCDMASimIpChapSsHandle
       
  1146 	#define	KCDTypeNameCDMAMobileIpTBit			        			_S("CDMAMobileIpTBit")
       
  1147 	#define	KCDTypeNameCDMAMIPHomeAddress		        			_S("CDMAMobileIpHomeAddress")
       
  1148 	#define	KCDTypeNameCDMAMIPPrimaryHomeAgent		        		_S("CDMAMobileIpPrimaryHomeAgent")
       
  1149 	#define	KCDTypeNameCDMAMIPSecondaryHomeAgent       				_S("CDMAMobileIpSecondaryHomeAgent")
       
  1150 	#define	KCDTypeNameCDMAMIPMnAaaAuthAlgorithm					_S("CDMAMobileIpMnAaaAuthAlgorithm")
       
  1151 	#define	KCDTypeNameCDMAMIPMnAaaSpiIndicator        				_S("CDMAMobileIpMnAaaSpiIndicator")
       
  1152 	#define	KCDTypeNameCDMAMIPMnAaaSpi			        			_S("CDMAMobileIpMnAaaSpi")
       
  1153 	#define	KCDTypeNameCDMAMIPMnAaaSsData			        		_S("CDMAMobileIpMnAaaSsData")
       
  1154 	#define	KCDTypeNameCDMAMIPMnHaAuthAlgorithm						_S("CDMAMobileIpMnHaAuthAlgorithm")
       
  1155 	#define	KCDTypeNameCDMAMIPMnHaSpiIndicator						_S("CDMAMobileIpMnHaSpiIndicator")
       
  1156 	#define	KCDTypeNameCDMAMIPMnHaSpi								_S("CDMAMobileIpMnHaSpi")
       
  1157 	#define	KCDTypeNameCDMAMIPMnHaSsData							_S("CDMAMobileIpMnHaSsData")
       
  1158 	#define	KCDTypeNameCDMAIfExternIpConfigAlwaysRejectAuth			_S("IfExternIpConfigAlwaysRejectAuth")
       
  1159 	#define	KCDTypeNameCDMAIfPromptForAuth				    		_S("IfPromptForAuth")
       
  1160 	#define	KCDTypeNameCDMAIfAuthName								_S("IfAuthName")
       
  1161 	#define	KCDTypeNameCDMAIfAuthPass								_S("IfAuthPass")
       
  1162 	#define	KCDTypeNameCDMAAuthRetries								_S("AuthRetries")
       
  1163 	#define	KCDTypeNameCDMAIpNetMask								_S("IpNetMask")
       
  1164 	#define	KCDTypeNameCDMAIpGateway								_S("IpGateway")
       
  1165 	#define	KCDTypeNameCDMAIpAddrFromServer						    _S("IpAddrFromServer")
       
  1166 	#define	KCDTypeNameCDMAIpAddr									_S("IpAddr")
       
  1167 	#define	KCDTypeNameCDMAIpDNSAddrFromServer						_S("IpDNSAddrFromServer")
       
  1168 	#define	KCDTypeNameCDMAIpNameServer1							_S("IpNameServer1")
       
  1169 	#define	KCDTypeNameCDMAIpNameServer2							_S("IpNameServer2")
       
  1170 	#define	KCDTypeNameCDMAIp6DNSAddrFromServer					    _S("Ip6DNSAddrFromServer")
       
  1171 	#define	KCDTypeNameCDMAIp6NameServer1							_S("Ip6NameServer1")
       
  1172 	#define	KCDTypeNameCDMAIp6NameServer2							_S("Ip6NameServer2")
       
  1173 	#define	KCDTypeNameCDMAIpAddrLeaseValidFrom						_S("IpAddrLeaseValidFrom")
       
  1174 	#define	KCDTypeNameCDMAIpAddrLeaseValidTo						_S("IpAddrLeaseValidTo")
       
  1175 	#define	KCDTypeNameCDMAConfigDaemonManagerName					_S("ConfigDaemonManagerName")
       
  1176 	#define	KCDTypeNameCDMAConfigDaemonName							_S("ConfigDaemonName")
       
  1177 	#define	KCDTypeNameCDMAEnableLCPExtension						_S("EnableLCPExtension")
       
  1178 	#define	KCDTypeNameCDMADisablePlainTextAuth						_S("DisablePlainTextAuth")
       
  1179 	#define	KCDTypeNameServiceEnableSwComp							_S("EnableSWComp")
       
  1180 	#define	KCDTypeNameCDMAMobileIP									_S("CDMAMobileIP")
       
  1181 	#define	KCDTypeNameCDMAMobileIPTimeout							_S("CDMAMobileIPTimeout")
       
  1182 	
       
  1183 
       
  1184 
       
  1185 /////////////////////////////////////////////////////////////////////////////////////////
       
  1186 // 0F0/ GPRS QoS R99 Parameters
       
  1187 //
       
  1188 
       
  1189 //VR99/R4 QoS parameters
       
  1190     const TMDBElementId KCDTIdWCDMAReqTrafficClass                     = 0x0F030000;	///< Commsdat field id for field: ReqTrafficClass. Field is declared in the UmtsR99QoSAndOn table.            
       
  1191     const TMDBElementId KCDTIdWCDMAMinTrafficClass                     = 0x0F040000;	///< Commsdat field id for field: MinTrafficClass. Field is declared in the UmtsR99QoSAndOn table.
       
  1192     const TMDBElementId KCDTIdWCDMAReqDeliveryOrder                    = 0x0F050000;	///< Commsdat field id for field: ReqDeliveryOrder . Field is declared in the UmtsR99QoSAndOn table.
       
  1193     const TMDBElementId KCDTIdWCDMAMinDeliveryOrder                    = 0x0F060000;	///< Commsdat field id for field: MinDeliveryOrder . Field is declared in the UmtsR99QoSAndOn table.
       
  1194     const TMDBElementId KCDTIdWCDMAReqDeliverErroneousSDU              = 0x0F070000;	///< Commsdat field id for field: ReqDeliverErroneousSDU. Field is declared in the UmtsR99QoSAndOn table.
       
  1195     const TMDBElementId KCDTIdWCDMAMinDeliverErroneousSDU              = 0x0F080000;	///< Commsdat field id for field: MinDeliverErroneousSDU. Field is declared in the UmtsR99QoSAndOn table.
       
  1196     const TMDBElementId KCDTIdWCDMAReqMaxSDUSize                       = 0x0F090000;	///< Commsdat field id for field: ReqMaxSDUSize. Field is declared in the UmtsR99QoSAndOn table.
       
  1197     const TMDBElementId KCDTIdWCDMAMinAcceptableMaxSDUSize             = 0x0F0A0000;	///< Commsdat field id for field: MinAcceptableMaxSDUSize. Field is declared in the UmtsR99QoSAndOn table.
       
  1198     const TMDBElementId KCDTIdWCDMAReqMaxUplinkRate                    = 0x0F0B0000;	///< Commsdat field id for field: ReqMaxUplinkRate. Field is declared in the UmtsR99QoSAndOn table.
       
  1199     const TMDBElementId KCDTIdWCDMAReqMinUplinkRate                    = 0x0F0C0000;	///< Commsdat field id for field: ReqMinUplinkRate. Field is declared in the UmtsR99QoSAndOn table.
       
  1200     const TMDBElementId KCDTIdWCDMAReqMaxDownlinkRate                  = 0x0F0D0000;	///< Commsdat field id for field: ReqMaxDownlinkRate . Field is declared in the UmtsR99QoSAndOn table.
       
  1201     const TMDBElementId KCDTIdWCDMAReqMinDownlinkRate                  = 0x0F0E0000;	///< Commsdat field id for field: ReqMinDownlinkRate. Field is declared in the UmtsR99QoSAndOn table.
       
  1202     const TMDBElementId KCDTIdWCDMAReqBER                              = 0x0F0F0000;	///< Commsdat field id for field: ReqBER. Field is declared in the UmtsR99QoSAndOn table.
       
  1203     const TMDBElementId KCDTIdWCDMAMaxBER                              = 0x0F100000;	///< Commsdat field id for field: MaxBER. Field is declared in the UmtsR99QoSAndOn table.
       
  1204     const TMDBElementId KCDTIdWCDMAReqSDUErrorRatio                    = 0x0F110000;	///< Commsdat field id for field: ReqSDUErrorRatio. Field is declared in the UmtsR99QoSAndOn table.
       
  1205     const TMDBElementId KCDTIdWCDMAMaxSDUErrorRatio                    = 0x0F120000;	///< Commsdat field id for field: MaxSDUErrorRatio. Field is declared in the UmtsR99QoSAndOn table.
       
  1206     const TMDBElementId KCDTIdWCDMAReqTrafficHandlingPriority          = 0x0F130000;	///< Commsdat field id for field: ReqTrafficHandlingPriority. Field is declared in the UmtsR99QoSAndOn table.
       
  1207     const TMDBElementId KCDTIdWCDMAMinTrafficHandlingPriority          = 0x0F140000;	///< Commsdat field id for field: MinTrafficHandlingPriority. Field is declared in the UmtsR99QoSAndOn table.
       
  1208     const TMDBElementId KCDTIdWCDMAReqTransferDelay                    = 0x0F150000;	///< Commsdat field id for field: ReqTransferDelay. Field is declared in the UmtsR99QoSAndOn table.
       
  1209     const TMDBElementId KCDTIdWCDMAMaxTransferDelay                    = 0x0F160000;	///< Commsdat field id for field: MaxTransferDelay. Field is declared in the UmtsR99QoSAndOn table.
       
  1210     const TMDBElementId KCDTIdWCDMAReqGuaranteedUplinkRate             = 0x0F170000;	///< Commsdat field id for field: ReqGuaranteedUplinkRate. Field is declared in the UmtsR99QoSAndOn table.
       
  1211     const TMDBElementId KCDTIdWCDMAMinGuaranteedUplinkRate             = 0x0F180000;	///< Commsdat field id for field: MinGuaranteedUplinkRate. Field is declared in the UmtsR99QoSAndOn table.
       
  1212     const TMDBElementId KCDTIdWCDMAReqGuaranteedDownlinkRate           = 0x0F190000;	///< Commsdat field id for field: ReqGuaranteedDownlinkRate. Field is declared in the UmtsR99QoSAndOn table.
       
  1213     const TMDBElementId KCDTIdWCDMAMinGuaranteedDownlinkRate           = 0x0F1A0000;	///< Commsdat field id for field: MinGuaranteedDownlinkRate. Field is declared in the UmtsR99QoSAndOn table.
       
  1214     const TMDBElementId KCDTIdWCDMASignallingIndication                = 0x0F1B0000;	///< Commsdat field id for field: SignallingIndication. Field is declared in the UmtsR99QoSAndOn table.
       
  1215     const TMDBElementId KCDTIdWCDMAImCmSignallingIndication            = 0x0F1C0000;	///< Commsdat field id for field: ImCnSignallingIndication. Field is declared in the UmtsR99QoSAndOn table.
       
  1216     const TMDBElementId KCDTIdWCDMASourceStatisticsDescriptor          = 0x0F1D0000;	///< Commsdat field id for field: SourceStatisticsDescriptor. Field is declared in the UmtsR99QoSAndOn table.
       
  1217 
       
  1218     //Field names
       
  1219     #define KCDTypeNameGPRSReqTrafficClass            _S("ReqTrafficClass")
       
  1220     #define KCDTypeNameGPRSMinTrafficClass            _S("MinTrafficClass")
       
  1221     #define KCDTypeNameGPRSReqDeliveryOrder           _S("ReqDeliveryOrder")
       
  1222     #define KCDTypeNameGPRSMinDeliveryOrder           _S("MinDeliveryOrder")
       
  1223     #define KCDTypeNameGPRSReqDeliverErroneousSDU     _S("ReqDeliverErroneousSDU")
       
  1224     #define KCDTypeNameGPRSMinDeliverErroneousSDU     _S("MinDeliverErroneousSDU")
       
  1225     #define KCDTypeNameGPRSReqMaxSDUSize              _S("ReqMaxSDUSize")
       
  1226     #define KCDTypeNameGPRSMinAcceptableMaxSDUSize    _S("MinAcceptableMaxSDUSize")
       
  1227     #define KCDTypeNameGPRSReqMaxUplinkRate           _S("ReqMaxUplinkRate")
       
  1228     #define KCDTypeNameGPRSReqMinUplinkRate           _S("ReqMinUplinkRate")
       
  1229     #define KCDTypeNameGPRSReqMaxDownlinkRate         _S("ReqMaxDownlinkRate")
       
  1230     #define KCDTypeNameGPRSReqMinDownlinkRate         _S("ReqMinDownlinkRate")
       
  1231     #define KCDTypeNameGPRSReqBER                     _S("ReqBER")
       
  1232     #define KCDTypeNameGPRSMaxBER                     _S("MaxBER")
       
  1233     #define KCDTypeNameGPRSReqSDUErrorRatio           _S("ReqSDUErrorRatio")
       
  1234     #define KCDTypeNameGPRSMaxSDUErrorRatio           _S("MaxSDUErrorRatio")
       
  1235     #define KCDTypeNameGPRSReqTrafficHandlingPriority _S("ReqTrafficHandlingPriority")
       
  1236     #define KCDTypeNameGPRSMinTrafficHandlingPriority _S("MinTrafficHandlingPriority")
       
  1237     #define KCDTypeNameGPRSReqTransferDelay           _S("ReqTransferDelay")
       
  1238     #define KCDTypeNameGPRSMaxTransferDelay           _S("MaxTransferDelay")
       
  1239     #define KCDTypeNameGPRSReqGuaranteedUplinkRate    _S("ReqGuaranteedUplinkRate")
       
  1240     #define KCDTypeNameGPRSMinGuaranteedUplinkRate    _S("MinGuaranteedUplinkRat")
       
  1241     #define KCDTypeNameGPRSReqGuaranteedDownlinkRate  _S("ReqGuaranteedDownlinkRate")
       
  1242     #define KCDTypeNameGPRSMinGuaranteedDownlinkRate  _S("MinGuaranteedDownlinkRate")
       
  1243     #define KCDTypeNameGPRSSignallingIndication       _S("SignallingIndication")
       
  1244     #define KCDTypeNameGPRSImCnSignallingIndication   _S("ImCnSignallingIndication")
       
  1245     #define KCDTypeNameGPRSSourceStatisticsDescriptor _S("SourceStatisticsDescriptor")
       
  1246 
       
  1247 
       
  1248 /////////////////////////////////////////////////////////////////////////////////////////
       
  1249 // 068/ WCDMA Packet Service Record
       
  1250 //
       
  1251 
       
  1252 	// FieldTIds
       
  1253 	const TMDBElementId KCDTIdAPN						    	 = 0x00030000;	///< Commsdat field id for field: APN. Field is declared in the WCDMA Packet Service table.
       
  1254 	const TMDBElementId KCDTIdWCDMPDPType 						 = 0x00040000;	///< Commsdat field id for field: PDPType. Field is declared in the WCDMA Packet Service table.	
       
  1255 	const TMDBElementId KCDTIdWCDMAPDPAddress					 = 0x00050000;	///< Commsdat field id for field: PDPAddress. Field is declared in the WCDMA Packet Service table.
       
  1256 	const TMDBElementId KCDTIdReqPrecedence						 = 0x00060000;	///< Commsdat field id for field: ReqPrecedence. Field is declared in the WCDMA Packet Service table.
       
  1257 	const TMDBElementId KCDTIdReqDelay							 = 0x00070000;	///< Commsdat field id for field: ReqDelay. Field is declared in the WCDMA Packet Service table.
       
  1258 	const TMDBElementId KCDTIdReqReliability					 = 0x00080000;	///< Commsdat field id for field: ReqReliability. Field is declared in the WCDMA Packet Service table.
       
  1259 	const TMDBElementId KCDTIdReqPeakThroughput                  = 0x00090000;	///< Commsdat field id for field: ReqPeakThroughput. Field is declared in the WCDMA Packet Service table.
       
  1260 	const TMDBElementId KCDTIdReqMeanThroughput			         = 0x000A0000;	///< Commsdat field id for field: ReqMeanThroughput. Field is declared in the WCDMA Packet Service table.
       
  1261 	const TMDBElementId KCDTIdMinPrecedence						 = 0x000B0000;	///< Commsdat field id for field: MinPrecedence. Field is declared in the WCDMA Packet Service table.
       
  1262 	const TMDBElementId KCDTIdMinDelay							 = 0x000C0000;	///< Commsdat field id for field: MinDelay. Field is declared in the WCDMA Packet Service table.
       
  1263 	const TMDBElementId KCDTIdMinReliability					 = 0x000D0000;	///< Commsdat field id for field: MinReliability. Field is declared in the WCDMA Packet Service table.
       
  1264 	const TMDBElementId KCDTIdMinPeakThroughput				     = 0x000E0000;	///< Commsdat field id for field: MinPeakThroughput. Field is declared in the WCDMA Packet Service table.
       
  1265 	const TMDBElementId KCDTIdMinMeanThroughput				     = 0x000F0000;	///< Commsdat field id for field: MinMeanThroughput. Field is declared in the WCDMA Packet Service table.
       
  1266 	//
       
  1267 	const TMDBElementId KCDTIdWCDMADataCompression				 = 0x00100000;	///< Commsdat field id for field: DataCompression. Field is declared in the WCDMA Packet Service table.
       
  1268 	const TMDBElementId KCDTIdWCDMAHeaderCompression  			 = 0x00110000;	///< Commsdat field id for field: HeaderCompression. Field is declared in the WCDMA Packet Service table.
       
  1269 	const TMDBElementId KCDTIdWCDMAUseEdge				         = 0x00120000;	///< Commsdat field id for field: UseEdge. Field is declared in the WCDMA Packet Service table.
       
  1270 	const TMDBElementId KCDTIdWCDMAAnonymousAccess	    		 = 0x00130000;	///< Commsdat field id for field: AnonymousAccess. Field is declared in the WCDMA Packet Service table.
       
  1271 	const TMDBElementId KCDTIdWCDMAIfParams						 = 0x00140000;	///< Commsdat field id for field: IfParams. Field is declared in the WCDMA Packet Service table.
       
  1272 	const TMDBElementId KCDTIdWCDMAIfNetworks					 = 0x00150000;	///< Commsdat field id for field: IfNetworks. Field is declared in the WCDMA Packet Service table.
       
  1273 	const TMDBElementId KCDTIdWCDMAIfPromptForAuth				 = 0x00160000;	///< Commsdat field id for field: IfPromptForAuth. Field is declared in the WCDMA Packet Service table.
       
  1274 	const TMDBElementId KCDTIdWCDMAIfAuthName					 = 0x00170000;	///< Commsdat field id for field: IfAuthName. Field is declared in the WCDMA Packet Service table.
       
  1275 	const TMDBElementId KCDTIdWCDMAIfAuthPass					 = 0x00180000;	///< Commsdat field id for field: IfAuthPass. Field is declared in the WCDMA Packet Service table.
       
  1276 	const TMDBElementId KCDTIdWCDMAIfAuthRetries				 = 0x00190000;	///< Commsdat field id for field: IfAuthRetries. Field is declared in the WCDMA Packet Service table.
       
  1277 	const TMDBElementId KCDTIdWCDMAIPNetMask					 = 0x001A0000;	///< Commsdat field id for field: IPNetMask. Field is declared in the WCDMA Packet Service table.	
       
  1278 	const TMDBElementId KCDTIdWCDMAIPGateway					 = 0x001B0000;	///< Commsdat field id for field: IPGateway. Field is declared in the WCDMA Packet Service table.
       
  1279 	const TMDBElementId KCDTIdWCDMAIPAddrFromServer				 = 0x001C0000;	///< Commsdat field id for field: IPAddrFromServer. Field is declared in the WCDMA Packet Service table.
       
  1280 	const TMDBElementId KCDTIdWCDMAIPAddr						 = 0x001D0000;	///< Commsdat field id for field: IPAddr. Field is declared in the WCDMA Packet Service table.
       
  1281 	const TMDBElementId KCDTIdWCDMAIPDNSAddrFromServer			 = 0x001E0000;	///< Commsdat field id for field: IPDNSAddrFromServer. Field is declared in the WCDMA Packet Service table.
       
  1282 	const TMDBElementId KCDTIdWCDMAIPNameServer1				 = 0x001F0000;	///< Commsdat field id for field: IPNameServer1. Field is declared in the WCDMA Packet Service table.
       
  1283 	const TMDBElementId KCDTIdWCDMAIPNameServer2				 = 0x00200000;	///< Commsdat field id for field: IPNameServer2. Field is declared in the WCDMA Packet Service table.
       
  1284 	const TMDBElementId KCDTIdWCDMAIP6DNSAddrFromServer		     = 0x00210000;	///< Commsdat field id for field: IP6DNSAddrFromServer. Field is declared in the WCDMA Packet Service table.
       
  1285 	const TMDBElementId KCDTIdWCDMAIP6NameServer1				 = 0x00220000;	///< Commsdat field id for field: IP6NameServer1. Field is declared in the WCDMA Packet Service table.
       
  1286 	const TMDBElementId KCDTIdWCDMAIP6NameServer2				 = 0x00230000;	///< Commsdat field id for field: IP6NameServer2. Field is declared in the WCDMA Packet Service table.
       
  1287 	const TMDBElementId KCDTIdWCDMAIPAddrLeaseValidFrom			 = 0x00240000;	///< Commsdat field id for field: IPAddrLeaseValidFrom. Field is declared in the WCDMA Packet Service table.
       
  1288 	const TMDBElementId KCDTIdWCDMAIPAddrLeaseValidTo			 = 0x00250000;	///< Commsdat field id for field: IPAddrLeaseValidTo. Field is declared in the WCDMA Packet Service table.
       
  1289 	const TMDBElementId KCDTIdWCDMAConfigDaemonManagerName	     = 0x00260000;	///< Commsdat field id for field: ConfigDaemonManagerName. Field is declared in the WCDMA Packet Service table.
       
  1290 	const TMDBElementId KCDTIdWCDMAConfigDaemonName				 = 0x00270000;	///< Commsdat field id for field: ConfigDaemonName. Field is declared in the WCDMA Packet Service table.
       
  1291 	const TMDBElementId KCDTIdWCDMAEnableLCPExtensions			 = 0x00280000;	///< Commsdat field id for field: EnableLCPExtensions. Field is declared in the WCDMA Packet Service table.
       
  1292 	const TMDBElementId KCDTIdWCDMADisablePlainTextAuth			 = 0x00290000;	///< Commsdat field id for field: DisablePlainTextAuth. Field is declared in the WCDMA Packet Service table.
       
  1293 	//
       
  1294 	const TMDBElementId KCDTIdAPType					  		 		= 0x002A0000;	///< Commsdat field id for field: APType. Field is declared in the WCDMA Packet Service table.
       
  1295 	const TMDBElementId KCDTIdQOSWarningTimeOut				    		= 0x002B0000;	///< Commsdat field id for field: QOSWarningTimeOut. Field is declared in the WCDMA Packet Service table.
       
  1296 	//
       
  1297 	const TMDBElementId KCDTIdUmtsR99QoSAndOn					= 0x002C0000;	///< Commsdat field id for field: UmtsR99QoSAndOn. Field is declared in the WCDMA Packet Service table.
       
  1298 
       
  1299 	const TMDBElementId KCDTIdR5DataCompression					 = 0x002D0000;
       
  1300 	const TMDBElementId KCDTIdR5HeaderCompression				 = 0x002E0000;
       
  1301 	const TMDBElementId KCDTIdPacketFlowIdentifier				 = 0x002F0000;
       
  1302 	const TMDBElementId KCDTIdUmtsGprsRelease					 = 0x00300000;
       
  1303 
       
  1304 	
       
  1305 	// Field Names
       
  1306 	#define KCDTypeNameGPRSAPN                        	_S("APN")
       
  1307 	#define KCDTypeNameGPRSPDPType                    	_S("PDPType")
       
  1308 	#define KCDTypeNameGPRSPDPAddress                 	_S("PDPAddress")
       
  1309 	#define KCDTypeNameGPRSReqPrecedence              	_S("ReqPrecedence")
       
  1310 	#define KCDTypeNameGPRSReqDelay                   	_S("ReqDelay")
       
  1311 	#define KCDTypeNameGPRSReqReliability             	_S("ReqReliability")
       
  1312 	#define KCDTypeNameGPRSReqPeakThroughput          	_S("ReqPeakThroughput")
       
  1313 	#define KCDTypeNameGPRSReqMeanThroughput          	_S("ReqMeanThroughput")
       
  1314 	#define KCDTypeNameGPRSMinPrecedence              	_S("MinPrecedence")
       
  1315 	#define KCDTypeNameGPRSMinDelay                   	_S("MinDelay")
       
  1316 	#define KCDTypeNameGPRSMinReliability             	_S("MinReliability")
       
  1317 	#define KCDTypeNameGPRSMinPeakThroughput          	_S("MinPeakThroughput")
       
  1318 	#define KCDTypeNameGPRSMinMeanThroughput          	_S("MinMeanThroughput")
       
  1319 	#define KCDTypeNameGPRSDataCompression            	_S("DataCompression")
       
  1320 	#define KCDTypeNameGPRSHeaderCompression          	_S("HeaderCompression")
       
  1321 	#define KCDTypeNameGPRSUseEdge                    	_S("GprsUseEdge")
       
  1322 	#define KCDTypeNameGPRSAnonymousAccess            	_S("AnonymousAccess")
       
  1323 	#define KCDTypeNameGPRSIfParams                   	_S("IfParams")
       
  1324 	#define KCDTypeNameGPRSIfPromptForAuth            	_S("IfPromptForAuth")
       
  1325 	#define KCDTypeNameGPRSIfAuthName                 	_S("IfAuthName")
       
  1326 	#define KCDTypeNameGPRSIfAuthPass                 	_S("IfAuthPass")
       
  1327 	#define KCDTypeNameGPRSIfAuthRetries              	_S("AuthRetries")
       
  1328 	#define KCDTypeNameGPRSIPNetMask                  	_S("IpNetMask")
       
  1329 	#define KCDTypeNameGPRSIPGateway                  	_S("IpGateway")
       
  1330 	#define KCDTypeNameGPRSIPAddrFromServer           	_S("IpAddrFromServer")
       
  1331 	#define KCDTypeNameGPRSIPAddr                     	_S("IpAddr")
       
  1332 	#define KCDTypeNameGPRSIPDNSAddrFromServer        	_S("IpDNSAddrFromServer")
       
  1333 	#define KCDTypeNameGPRSIPNameServer1              	_S("IpNameServer1")
       
  1334 	#define KCDTypeNameGPRSIPNameServer2              	_S("IpNameServer2")
       
  1335 	#define KCDTypeNameGPRSIP6DNSAddrFromServer       	_S("Ip6DNSAddrFromServer")
       
  1336 	#define KCDTypeNameGPRSIP6NameServer1             	_S("Ip6NameServer1")
       
  1337 	#define KCDTypeNameGPRSIP6NameServer2             	_S("Ip6NameServer2")
       
  1338 	#define KCDTypeNameGPRSIPAddrLeaseValidFrom       	_S("IpAddrLeaseValidFrom")
       
  1339 	#define KCDTypeNameGPRSIPAddrLeaseValidTo         	_S("IpAddrLeaseValidTo")
       
  1340 	#define KCDTypeNameGPRSConfigDaemonManagerName    	_S("ConfigDaemonManagerName")
       
  1341 	#define KCDTypeNameGPRSConfigDaemonName           	_S("ConfigDaemonName")
       
  1342 	#define KCDTypeNameGPRSEnableLCPExtensions        	_S("EnableLCPExtension")
       
  1343 	#define KCDTypeNameGPRSDisablePlainTextAuth       	_S("DisablePlainTextAuth")
       
  1344 	#define KCDTypeNameGPRSAPType                     	_S("GprsAccessPointType")
       
  1345 	#define KCDTypeNameGPRSQOSWarningTimeOut          	_S("QosWarningTimeout")
       
  1346 	#define KCDTypeNameUmtsR99QoSAndOn                	_S("UmtsR99QoSAndOn")
       
  1347 	#define KCDTypeNameR5DataCompression				_S("R5DataCompression")
       
  1348 	#define KCDTypeNameR5HeaderCompression				_S("R5HeaderCompression")
       
  1349 	#define KCDTypeNamePacketFlowIdentifier            	_S("PacketFlowIdentifier")
       
  1350 	#define KCDTypeNameUmtsGprsRelease              	_S("UmtsGprsRelease")	
       
  1351 
       
  1352 
       
  1353 /////////////////////////////////////////////////////////////////////////////////////////
       
  1354 // 0D8/  PAN Service Extensions Table
       
  1355 //
       
  1356 
       
  1357 	// FieldTIds
       
  1358 	const TMDBElementId KCDTIdLocalRole						    	 = 0x0D830000;	///< Commsdat field id for field: LocalRole. Field is declared in the PAN Service Extensions table.
       
  1359 	const TMDBElementId KCDTIdPeerRole						    	 = 0x0D840000;	///< Commsdat field id for field: PeerRole. Field is declared in the PAN Service Extensions table.
       
  1360 	const TMDBElementId KCDTIdPeerMACAddresses				    	 = 0x0D850000;	///< Commsdat field id for field: PeerMACAddresses. Field is declared in the PAN Service Extensions table.
       
  1361 	const TMDBElementId KCDTIdPromptForRemoteDevices			   	 = 0x0D860000;	///< Commsdat field id for field: PromptForRemoteDevices. Field is declared in the PAN Service Extensions table.
       
  1362 	const TMDBElementId KCDTIdDisableSdpQuery				    	 = 0x0D870000;	///< Commsdat field id for field: PromptForRemoteDevices. Field is declared in the PAN Service Extensions table.
       
  1363 	const TMDBElementId KCDTIdAllowIncoming					    	 = 0x0D880000;	///< Commsdat field id for field: DisableSdpQuery. Field is declared in the PAN Service Extensions table.
       
  1364 	const TMDBElementId KCDTIdPromptIfMACListFails				   	 = 0x0D890000;	///< Commsdat field id for field: PromptIfMACListFails. Field is declared in the PAN Service Extensions table.
       
  1365 #ifdef SYMBIAN_NETWORKING_DHCPSERVER	
       
  1366 	const TMDBElementId KCDTIdNapServiceEnabled				   	 	 = 0x0D8A0000;	///< Commsdat field id for field: NapServiceEnabled. Field is declared in the PAN Service Extensions table.
       
  1367 #endif // SYMBIAN_NETWORKING_DHCPSERVER	
       
  1368 
       
  1369 	// Field Names
       
  1370 	#define                    KCDTypeNameLocalRole          		_S("LocalRole")
       
  1371 	#define                    KCDTypeNamePeerRole					_S("PeerRole")
       
  1372 	#define                    KCDTypeNamePeerMACAddresses			_S("PeerMACAddresses")
       
  1373 	#define                    KCDTypeNamePromptForRemoteDevices	_S("PromptForRemoteDevices")
       
  1374 	#define                    KCDTypeNameDisableSdpQuery			_S("DisableSdpQuery")
       
  1375 	#define                    KCDTypeNameAllowIncoming				_S("AllowIncomingConnections")
       
  1376 	#define                    KCDTypeNamePromptIfMACListFails		_S("PromptIfMACListFails")
       
  1377 #ifdef SYMBIAN_NETWORKING_DHCPSERVER 	
       
  1378 	#define					   KCDTypeNameNapServiceEnabled	 	    _S("NapServiceEnabled")
       
  1379 #endif // SYMBIAN_NETWORKING_DHCPSERVER
       
  1380 
       
  1381 /////////////////////////////////////////////////////////////////////////////////////////
       
  1382 // 070/  Default CDMA2000 Settings Table
       
  1383 //
       
  1384 
       
  1385 
       
  1386 	// Element Type Ids
       
  1387 	const TMDBElementId KCDTIdDefaultCdmaUsage			 = 0x07030000;		///< Commsdat field id for field: Usage. Field is declared in the Default CDMA2000 Settings table.
       
  1388 	const TMDBElementId KCDTIdCdmaIwfName				 = 0x07040000;		///< Commsdat field id for field: IwfName. Field is declared in the Default CDMA2000 Settings table.
       
  1389 	const TMDBElementId KCDTIdCdmaServiceOptions		 = 0x07050000;		///< Commsdat field id for field: ServiceOption. Field is declared in the Default CDMA2000 Settings table.
       
  1390 	const TMDBElementId KCDTIdCdmaPdpType				 = 0x07060000;		///< Commsdat field id for field: PDPType. Field is declared in the Default CDMA2000 Settings table.
       
  1391 	const TMDBElementId KCDTIdCdmaPdpAddress			 = 0x07070000;		///< Commsdat field id for field: PDPAddress. Field is declared in the Default CDMA2000 Settings table.
       
  1392 	const TMDBElementId KCDTIdCdmaReqFwdPriority		 = 0x07080000;		///< Commsdat field id for field: ReqFwdPriority. Field is declared in the Default CDMA2000 Settings table.
       
  1393 	const TMDBElementId KCDTIdCdmaReqRevPriority		 = 0x07090000;		///< Commsdat field id for field: ReqRevPriority. Field is declared in the Default CDMA2000 Settings table.
       
  1394 	const TMDBElementId KCDTIdCdmaReqFwdBitrate			 = 0x070A0000;		///< Commsdat field id for field: ReqFwdBitrate. Field is declared in the Default CDMA2000 Settings table.
       
  1395 	const TMDBElementId KCDTIdCdmaReqRevBitrate			 = 0x070B0000;		///< Commsdat field id for field: ReqRevBitrate. Field is declared in the Default CDMA2000 Settings table.
       
  1396 	const TMDBElementId KCDTIdCdmaReqFwdLoss			 = 0x070C0000;		///< Commsdat field id for field: ReqFwdLoss. Field is declared in the Default CDMA2000 Settings table.
       
  1397 	const TMDBElementId KCDTIdCdmaReqRevLoss			 = 0x070D0000;		///< Commsdat field id for field: ReqRevLoss. Field is declared in the Default CDMA2000 Settings table.
       
  1398 	const TMDBElementId KCDTIdCdmaReqFwdMaxdelay		 = 0x070E0000;		///< Commsdat field id for field: ReqFwdMaxdelay. Field is declared in the Default CDMA2000 Settings table.
       
  1399 	const TMDBElementId KCDTIdCdmaReqRevMaxdelay		 = 0x070F0000;		///< Commsdat field id for field: ReqRevMaxdelay. Field is declared in the Default CDMA2000 Settings table.
       
  1400 	const TMDBElementId KCDTIdCdmaMinFwdBitrate			 = 0x07100000;		///< Commsdat field id for field: MinFwdBitrate. Field is declared in the Default CDMA2000 Settings table.
       
  1401 	const TMDBElementId KCDTIdCdmaMinRevBitrate			 = 0x07110000;		///< Commsdat field id for field: MinRevBitrate. Field is declared in the Default CDMA2000 Settings table.
       
  1402 	const TMDBElementId KCDTIdCdmaAccptFwdLoss			 = 0x07120000;		///< Commsdat field id for field: AccptFwdLoss. Field is declared in the Default CDMA2000 Settings table.
       
  1403 	const TMDBElementId KCDTIdCdmaAccptRevLoss			 = 0x07130000;		///< Commsdat field id for field: AccptRevLoss. Field is declared in the Default CDMA2000 Settings table.
       
  1404 	const TMDBElementId KCDTIdCdmaAccptFwdMaxdelay		 = 0x07140000;		///< Commsdat field id for field: AccptFwdMaxdelay. Field is declared in the Default CDMA2000 Settings table.
       
  1405 	const TMDBElementId KCDTIdCdmaAccptRevMaxdelay		 = 0x07150000;		///< Commsdat field id for field: AccptRevMaxdelay. Field is declared in the Default CDMA2000 Settings table.
       
  1406 	const TMDBElementId KCDTIdCdmaDataCompression		 = 0x07160000;		///< Commsdat field id for field: DataCompression. Field is declared in the Default CDMA2000 Settings table.
       
  1407 	const TMDBElementId KCDTIdCdmaHeaderCompression		 = 0x07170000;		///< Commsdat field id for field: HeaderCompression. Field is declared in the Default CDMA2000 Settings table.
       
  1408 	const TMDBElementId KCDTIdCdmaAnonymousAccess		 = 0x07180000;		///< Commsdat field id for field: AnonymousAccess. Field is declared in the Default CDMA2000 Settings table.
       
  1409 	const TMDBElementId KCDTIdCdmaOpMode				 = 0x07190000;		///< Commsdat field id for field: CDMAOperationMode. Field is declared in the Default CDMA2000 Settings table.
       
  1410 	const TMDBElementId KCDTIdCdmaMipMaxNumRetry		 = 0x071A0000;		///< Commsdat field id for field: CDMAMobileIpMaxNumRetry. Field is declared in the Default CDMA2000 Settings table.
       
  1411 	const TMDBElementId KCDTIdCdmaMipFirstRetryTimeout	 = 0x071B0000;		///< Commsdat field id for field: CDMAMobileIpFirstRetryTimeout. Field is declared in the Default CDMA2000 Settings table.
       
  1412 	const TMDBElementId KCDTIdCdmaMipReregThreshold		 = 0x071C0000;		///< Commsdat field id for field: CDMAMobileIpReregThreshold. Field is declared in the Default CDMA2000 Settings table.
       
  1413     const TMDBElementId KCDTIdCdmaServiceEnableLlmnr	 = 0x071D0000;		///< Commsdat field id for field: EnableLLMNR. Field is declared in the Default CDMA2000 Settings table.
       
  1414     const TMDBElementId KCDTIdCdmaEnableIpHeaderComp	 = 0x071E0000;		///< Commsdat field id for field: EnableIpHeaderComp. Field is declared in the Default CDMA2000 Settings table.
       
  1415     const TMDBElementId KCDTIdCdmaMobileIP	             = 0x071F0000;		///< Commsdat field id for field: CDMAMobileIP. Field is declared in the Default CDMA2000 Settings table.
       
  1416     const TMDBElementId KCDTIdCdmaHomeAgentAddress       = 0x07200000;		///< Commsdat field id for field: CDMAMobileIPTimeout. Field is declared in the Default CDMA2000 Settings table.
       
  1417     const TMDBElementId KCDTIdCdmaMobileIPTimeout        = 0x07210000;		///< Commsdat field id for field: DMAMobileIPTimeout. Field is declared in the Default CDMA2000 Settings table.
       
  1418     const TMDBElementId KCDTIdCdmaFchMux                 = 0x07220000;		///< Commsdat field id for field: CDMAFchMux. Field is declared in the Default CDMA2000 Settings table.
       
  1419     const TMDBElementId KCDTIdCdmaSchMux                 = 0x07230000;		///< Commsdat field id for field: CDMASchMux. Field is declared in the Default CDMA2000 Settings table.
       
  1420     
       
  1421    
       
  1422 
       
  1423 	// Element Type Names
       
  1424 	#define	KCDTypeNameDefaultCdmaUsage		           _S("Usage")
       
  1425 	#define	KCDTypeNameCdmaIwfName		               _S("IwfName")
       
  1426 	#define	KCDTypeNameCdmaServiceOptions		       _S("ServiceOption")
       
  1427 	#define	KCDTypeNameCdmaPdpType		               _S("PDPType")
       
  1428 	#define	KCDTypeNameCdmaPdpAddress		           _S("PDPAddress")
       
  1429 	#define	KCDTypeNameCdmaReqFwdPriority		       _S("ReqFwdPriority")
       
  1430 	#define	KCDTypeNameCdmaReqRevPriority		       _S("ReqRevPriority")
       
  1431 	#define	KCDTypeNameCdmaReqFwdBitrate		       _S("ReqFwdBitrate")
       
  1432 	#define	KCDTypeNameCdmaReqRevBitrate		       _S("ReqRevBitrate")
       
  1433 	#define	KCDTypeNameCdmaReqFwdLoss		           _S("ReqFwdLoss")
       
  1434 	#define	KCDTypeNameCdmaReqRevLoss		           _S("ReqRevLoss")
       
  1435 	#define	KCDTypeNameCdmaReqFwdMaxdelay		       _S("ReqFwdMaxdelay")
       
  1436 	#define	KCDTypeNameCdmaReqRevMaxdelay		       _S("ReqRevMaxdelay")
       
  1437 	#define	KCDTypeNameCdmaMinFwdBitrate		       _S("MinFwdBitrate")
       
  1438 	#define	KCDTypeNameCdmaMinRevBitrate		       _S("MinRevBitrate")
       
  1439 	#define	KCDTypeNameCdmaAccptFwdLoss		           _S("AccptFwdLoss")
       
  1440 	#define	KCDTypeNameCdmaAccptRevLoss		           _S("AccptRevLoss")
       
  1441 	#define	KCDTypeNameCdmaAccptFwdMaxdelay		       _S("AccptFwdMaxdelay")
       
  1442 	#define	KCDTypeNameCdmaAccptRevMaxdelay		       _S("AccptRevMaxdelay")
       
  1443 	#define	KCDTypeNameCdmaDataCompression		       _S("DataCompression")
       
  1444 	#define	KCDTypeNameCdmaHeaderCompression		   _S("HeaderCompression")
       
  1445 	#define	KCDTypeNameCdmaAnonymousAccess		       _S("AnonymousAccess")
       
  1446 	#define	KCDTypeNameCdmaOpMode		               _S("CDMAOperationMode")
       
  1447 	#define	KCDTypeNameCdmaMipMaxNumRetry		       _S("CDMAMobileIpMaxNumRetry")
       
  1448 	#define	KCDTypeNameCdmaMipFirstRetryTimeout		   _S("CDMAMobileIpFirstRetryTimeout")
       
  1449 	#define	KCDTypeNameCdmaMipReregThreshold		   _S("CDMAMobileIpReregThreshold")
       
  1450 	#define	KCDTypeNameDefaultCdmaHomeAgentAddress	   _S("HomeAgentAddress")
       
  1451 	#define	KCDTypeNameDefaultCdmaMobileIPTimeout	   _S("CDMAMobileIPTimeout")
       
  1452 
       
  1453 ////////////////////////////////////////////////////////////////////////////
       
  1454 // 078/ Default WCDMA Settings Table
       
  1455 //
       
  1456 
       
  1457 	const TMDBElementId KCDTIdDefaultGPRSUsage						     = 0x07830000;	///< Commsdat field id for field: Usage. Field is declared in the Default WCDMA Settings table.
       
  1458 	const TMDBElementId KCDTIdDefaultGPRSAPN						     = 0x07840000;	///< Commsdat field id for field: APN. Field is declared in the Default WCDMA Settings table.
       
  1459 	const TMDBElementId KCDTIdDefaultGPRSPDPType					     = 0x07850000;	///< Commsdat field id for field: PDPType. Field is declared in the Default WCDMA Settings table.
       
  1460 	const TMDBElementId KCDTIdDefaultGPRSPDPAddress				    	 = 0x07860000;	///< Commsdat field id for field: PDPAddress. Field is declared in the Default WCDMA Settings table.
       
  1461 	const TMDBElementId KCDTIdDefaultGPRSPrecedence				    	 = 0x07870000;	///< Commsdat field id for field: Precedence. Field is declared in the Default WCDMA Settings table.
       
  1462 	const TMDBElementId KCDTIdDefaultGPRSDelay						     = 0x07880000;	///< Commsdat field id for field: Delay. Field is declared in the Default WCDMA Settings table.
       
  1463 	const TMDBElementId KCDTIdDefaultGPRSReliability				     = 0x07890000;	///< Commsdat field id for field: Reliability. Field is declared in the Default WCDMA Settings table.
       
  1464 	const TMDBElementId KCDTIdDefaultGPRSPeakThroughput			    	 = 0x078A0000;	///< Commsdat field id for field: PeakThroughput. Field is declared in the Default WCDMA Settings table.
       
  1465 	const TMDBElementId KCDTIdDefaultGPRSMeanThroughput			    	 = 0x078B0000;	///< Commsdat field id for field: MeanThroughput. Field is declared in the Default WCDMA Settings table.
       
  1466 	const TMDBElementId KCDTIdDefaultGPRSMinPrecedence				     = 0x078C0000;	///< Commsdat field id for field: MinPrecedence. Field is declared in the Default WCDMA Settings table.
       
  1467 	const TMDBElementId KCDTIdDefaultGPRSMinDelay					     = 0x078D0000;	///< Commsdat field id for field: MinDelay. Field is declared in the Default WCDMA Settings table.
       
  1468 	const TMDBElementId KCDTIdDefaultGPRSMinReliability			    	 = 0x078E0000;	///< Commsdat field id for field: MinReliability. Field is declared in the Default WCDMA Settings table.
       
  1469 	const TMDBElementId KCDTIdDefaultGPRSMinPeakThroughput			     = 0x078F0000;	///< Commsdat field id for field: MinPeakThroughput. Field is declared in the Default WCDMA Settings table.
       
  1470 	const TMDBElementId KCDTIdDefaultGPRSMinMeanThroughput			     = 0x07900000;	///< Commsdat field id for field: MinMeanThroughput. Field is declared in the Default WCDMA Settings table.
       
  1471 	const TMDBElementId KCDTIdDefaultGPRSDataCompression			     = 0x07910000;	///< Commsdat field id for field: DataCompression. Field is declared in the Default WCDMA Settings table.
       
  1472 	const TMDBElementId KCDTIdDefaultGPRSHeaderCompression			     = 0x07920000;	///< Commsdat field id for field: HeaderCompression. Field is declared in the Default WCDMA Settings table.
       
  1473 	const TMDBElementId KCDTIdDefaultGPRSUseEdge					     = 0x07930000;	///< Commsdat field id for field: UseEdge. Field is declared in the Default WCDMA Settings table.
       
  1474 	const TMDBElementId KCDTIdDefaultGPRSAnonymousAccess			     = 0x07940000;	///< Commsdat field id for field: AnonymousAccess. Field is declared in the Default WCDMA Settings table.
       
  1475 
       
  1476 
       
  1477 	#define KCDTypeNameUsage						     _S("Usage")
       
  1478 	#define KCDTypeNameAPN						    	 _S("APN")
       
  1479 	#define KCDTypeNamePDPType					    	 _S("PDPType")
       
  1480 	#define KCDTypeNamePDPAddress				    	 _S("PDPAddress")
       
  1481 	#define KCDTypeNamePrecedence				    	 _S("Precedence")
       
  1482 	#define KCDTypeNameDelay						     _S("Delay")
       
  1483 	#define KCDTypeNameReliability				    	 _S("Reliability")
       
  1484 	#define KCDTypeNamePeakThroughput			    	 _S("PeakThroughput")
       
  1485 	#define KCDTypeNameMeanThroughput			    	 _S("MeanThroughput")
       
  1486 	#define KCDTypeNameMinPrecedence				     _S("MinPrecedence")
       
  1487 	#define KCDTypeNameMinDelay					    	 _S("MinDelay")
       
  1488 	#define KCDTypeNameMinReliability			    	 _S("MinReliability")
       
  1489 	#define KCDTypeNameMinPeakThroughput			     _S("MinPeakThroughput")
       
  1490 	#define KCDTypeNameMinMeanThroughput			     _S("MinMeanThroughput")
       
  1491 	#define KCDTypeNameDataCompression			    	 _S("DataCompression")
       
  1492 	#define KCDTypeNameHeaderCompression			     _S("HeaderCompression")
       
  1493 	#define KCDTypeNameAnonymousAccess			    	 _S("AnonymousAccess")
       
  1494 
       
  1495 
       
  1496 
       
  1497 
       
  1498 ////////////////////////////////////////////////////////////////////////////
       
  1499 // 080/  MODEM BEARER RECORD
       
  1500 //
       
  1501 
       
  1502 	const TMDBElementId KCDTIdNifName							  = 0x08030000;	///< Commsdat field id for field: IfName. Field is declared in the ModemBearer table.
       
  1503 	const TMDBElementId KCDTIdPortName							  = 0x08040000;	///< Commsdat field id for field: PortName. Field is declared in the ModemBearer table.
       
  1504 	const TMDBElementId KCDTIdTsyName							  = 0x08050000;	///< Commsdat field id for field: TSYName. Field is declared in the ModemBearer table.
       
  1505 	const TMDBElementId KCDTIdCsyName							  = 0x08060000;	///< Commsdat field id for field: CSYName. Field is declared in the ModemBearer table.
       
  1506 	const TMDBElementId KCDTIdDataBits							  = 0x08070000;	///< Commsdat field id for field: DataBits. Field is declared in the ModemBearer table.
       
  1507 	const TMDBElementId KCDTIdStopBits							  = 0x08080000;	///< Commsdat field id for field: StopBits. Field is declared in the ModemBearer table.
       
  1508 	const TMDBElementId KCDTIdParity							  = 0x08090000;	///< Commsdat field id for field: Parity. Field is declared in the ModemBearer table.
       
  1509 	const TMDBElementId KCDTIdRate								  = 0x080A0000;	///< Commsdat field id for field: Rate. Field is declared in the ModemBearer table.
       
  1510 	const TMDBElementId KCDTIdHandshaking						  = 0x080B0000;	///< Commsdat field id for field: Handshaking. Field is declared in the ModemBearer table.
       
  1511 	const TMDBElementId KCDTIdSpecialRate						  = 0x080C0000;	///< Commsdat field id for field: SpecialRate. Field is declared in the ModemBearer table.
       
  1512 	const TMDBElementId KCDTIdXonChar							  = 0x080D0000;	///< Commsdat field id for field: XonChar. Field is declared in the ModemBearer table.
       
  1513 	const TMDBElementId KCDTIdXoffChar							  = 0x080E0000;	///< Commsdat field id for field: XoffChar. Field is declared in the ModemBearer table.
       
  1514 	const TMDBElementId KCDTIdFaxClassPref						  = 0x080F0000;	///< Commsdat field id for field: FaxClassPref. Field is declared in the ModemBearer table.
       
  1515 	const TMDBElementId KCDTIdSpeakerPref						  = 0x08100000;	///< Commsdat field id for field: SpeakerPref. Field is declared in the ModemBearer table.
       
  1516 	const TMDBElementId KCDTIdSpeakerVolPref					  = 0x08110000;	///< Commsdat field id for field: SpeakerVolPref. Field is declared in the ModemBearer table.
       
  1517 	const TMDBElementId KCDTIdModemInitString					  = 0x08120000;	///< Commsdat field id for field: ModemInitString. Field is declared in the ModemBearer table.
       
  1518 	const TMDBElementId KCDTIdDataInitString					  = 0x08130000;	///< Commsdat field id for field: DataInitString. Field is declared in the ModemBearer table.
       
  1519 	const TMDBElementId KCDTIdFaxInitString						  = 0x08140000;	///< Commsdat field id for field: FaxInitString. Field is declared in the ModemBearer table.
       
  1520 	const TMDBElementId KCDTIdIspInitString						  = 0x08150000;	///< Commsdat field id for field: IspInitString	. Field is declared in the ModemBearer table.
       
  1521 	const TMDBElementId KCDTIdDialPauseLength					  = 0x08160000;	///< Commsdat field id for field: DialPauseLength. Field is declared in the ModemBearer table.
       
  1522 	const TMDBElementId KCDTIdCarrierTimeOut					  = 0x08170000;	///< Commsdat field id for field: CarrierTimeOut. Field is declared in the ModemBearer table.
       
  1523 	const TMDBElementId KCDTIdAutoAnswerRingCount				  = 0x08180000;	///< Commsdat field id for field: AutoAnswerRingCount. Field is declared in the ModemBearer table.
       
  1524 	const TMDBElementId KCDTIdSpeakerVolControlLow				  = 0x08190000;	///< Commsdat field id for field: SpeakerVolControlLow. Field is declared in the ModemBearer table.
       
  1525 	const TMDBElementId KCDTIdSpeakerVolControlMedium			  = 0x081A0000;	///< Commsdat field id for field: SpeakerVolControlMedium. Field is declared in the ModemBearer table.
       
  1526 	const TMDBElementId KCDTIdSpeakerVolControlHigh				  = 0x081B0000;	///< Commsdat field id for field: SpeakerVolControlHigh	. Field is declared in the ModemBearer table.
       
  1527 	const TMDBElementId KCDTIdSpeakerAlwaysOff					  = 0x081C0000;	///< Commsdat field id for field: SpeakerAlwaysOff. Field is declared in the ModemBearer table.
       
  1528 	const TMDBElementId KCDTIdSpeakerOnUntilCarrier				  = 0x081D0000;	///< Commsdat field id for field: SpeakerOnUntilCarrier. Field is declared in the ModemBearer table.
       
  1529 	const TMDBElementId KCDTIdSpeakerAlwaysOn					  = 0x081E0000;	///< Commsdat field id for field: SpeakerAlwaysOn. Field is declared in the ModemBearer table.
       
  1530 	const TMDBElementId KCDTIdSpeakerOnAfterUntilCarrier		  = 0x081F0000;	///< Commsdat field id for field: SpeakerOnAfterUntilCarrier. Field is declared in the ModemBearer table.
       
  1531 	const TMDBElementId KCDTIdDialToneWaitModifier				  = 0x08200000;	///< Commsdat field id for field: DialToneWaitModifier. Field is declared in the ModemBearer table.
       
  1532 	const TMDBElementId KCDTIdCallProgress1						  = 0x08210000;	///< Commsdat field id for field: CallProgress1. Field is declared in the ModemBearer table.
       
  1533 	const TMDBElementId KCDTIdCallProgress2						  = 0x08220000;	///< Commsdat field id for field: CallProgress2. Field is declared in the ModemBearer table.
       
  1534 	const TMDBElementId KCDTIdCallProgress3					 	  = 0x08230000;	///< Commsdat field id for field: CallProgress3. Field is declared in the ModemBearer table.
       
  1535 	const TMDBElementId KCDTIdCallProgress4					 	  = 0x08240000;	///< Commsdat field id for field: CallProgress4. Field is declared in the ModemBearer table.	
       
  1536 	const TMDBElementId KCDTIdEchoOff							  = 0x08250000;	///< Commsdat field id for field: EchoOff. Field is declared in the ModemBearer table.
       
  1537 	const TMDBElementId KCDTIdVerboseText						  = 0x08260000;	///< Commsdat field id for field: VerboseText. Field is declared in the ModemBearer table.
       
  1538 	const TMDBElementId KCDTIdQuietOff							  = 0x08270000;	///< Commsdat field id for field: QuietOff. Field is declared in the ModemBearer table.	
       
  1539 	const TMDBElementId KCDTIdQuietOn							  = 0x08280000;	///< Commsdat field id for field: QuietOn. Field is declared in the ModemBearer table.
       
  1540 	const TMDBElementId KCDTIdDialCommandStateModifier			  = 0x08290000;	///< Commsdat field id for field: DialCommandStateModifier	. Field is declared in the ModemBearer table.
       
  1541 	const TMDBElementId KCDTIdOnLine							  = 0x082A0000;	///< Commsdat field id for field: OnLine. Field is declared in the ModemBearer table.
       
  1542 	const TMDBElementId KCDTIdResetConfiguration				  = 0x082B0000;	///< Commsdat field id for field: ResetConfiguration. Field is declared in the ModemBearer table.	
       
  1543 	const TMDBElementId KCDTIdReturnToFactoryDefs				  = 0x082C0000;	///< Commsdat field id for field: ReturnToFactoryDefs. Field is declared in the ModemBearer table.
       
  1544 	const TMDBElementId KCDTIdDcdOnDuringLink					  = 0x082D0000;	///< Commsdat field id for field: DCDOnDuringLink. Field is declared in the ModemBearer table.
       
  1545 	const TMDBElementId KCDTIdDtrHangUp							  = 0x082E0000;	///< Commsdat field id for field: DTRHangUp. Field is declared in the ModemBearer table.
       
  1546 	const TMDBElementId KCDTIdDsrAlwaysOn						  = 0x082F0000;	///< Commsdat field id for field: DSRAlwaysOn. Field is declared in the ModemBearer table.
       
  1547 	const TMDBElementId KCDTIdRtsCtsHandshake					  = 0x08300000;	///< Commsdat field id for field: RTSCTSHandshake. Field is declared in the ModemBearer table.
       
  1548 	const TMDBElementId KCDTIdXonXoffHandshake					  = 0x08310000;	///< Commsdat field id for field: XonXoffHandshake. Field is declared in the ModemBearer table.
       
  1549 	const TMDBElementId KCDTIdEscapeCharacter					  = 0x08320000;	///< Commsdat field id for field: EscapeCharacter. Field is declared in the ModemBearer table.
       
  1550 	const TMDBElementId KCDTIdEscapeGuardPeriod					  = 0x08330000;	///< Commsdat field id for field: EscapeGuardPeriod. Field is declared in the ModemBearer table.
       
  1551 	const TMDBElementId KCDTIdFaxClassInterrogate				  = 0x08340000;	///< Commsdat field id for field: FaxClassInterrogate. Field is declared in the ModemBearer table.
       
  1552 	const TMDBElementId KCDTIdFaxClass							  = 0x08350000;	///< Commsdat field id for field: FaxClass. Field is declared in the ModemBearer table.
       
  1553 	const TMDBElementId KCDTIdNoDialTone						  = 0x08360000;	///< Commsdat field id for field: NoDialTone. Field is declared in the ModemBearer table.
       
  1554 	const TMDBElementId KCDTIdBusy								  = 0x08370000;	///< Commsdat field id for field: Busy. Field is declared in the ModemBearer table.	
       
  1555 	const TMDBElementId KCDTIdNoAnswer							  = 0x08380000;	///< Commsdat field id for field: NoAnswer. Field is declared in the ModemBearer table.
       
  1556 	const TMDBElementId KCDTIdCarrier							  = 0x08390000;	///< Commsdat field id for field: Carrier. Field is declared in the ModemBearer table.
       
  1557 	const TMDBElementId KCDTIdConnect							  = 0x083A0000;	///< Commsdat field id for field: Connect. Field is declared in the ModemBearer table.
       
  1558 	const TMDBElementId KCDTIdCompressionClass5					  = 0x083B0000;	///< Commsdat field id for field: CompressionClass5. Field is declared in the ModemBearer table.
       
  1559 	const TMDBElementId KCDTIdCompressionV42bis					  = 0x083C0000;	///< Commsdat field id for field: CompressionV42bis. Field is declared in the ModemBearer table.
       
  1560 	const TMDBElementId KCDTIdCompressionNone					  = 0x083D0000;	///< Commsdat field id for field: CompressionNone. Field is declared in the ModemBearer table.
       
  1561 	const TMDBElementId KCDTIdProtocolLapd						  = 0x083E0000;	///< Commsdat field id for field: ProtocolLAPD. Field is declared in the ModemBearer table.
       
  1562 	const TMDBElementId KCDTIdProtocolAlt						  = 0x083F0000;	///< Commsdat field id for field: ProtocolALT. Field is declared in the ModemBearer table.
       
  1563 	const TMDBElementId KCDTIdProtocolAltcellular				  = 0x08400000;	///< Commsdat field id for field: ProtocolALTCELLULAR. Field is declared in the ModemBearer table.	
       
  1564 	const TMDBElementId KCDTIdProtocolNone						  = 0x08410000;	///< Commsdat field id for field: ProtocolNone. Field is declared in the ModemBearer table.
       
  1565 	const TMDBElementId KCDTIdMessageCentreNumber				  = 0x08420000;	///< Commsdat field id for field: MessageCentreNumber. Field is declared in the ModemBearer table.
       
  1566 	const TMDBElementId KCDTIdMessageValidityPeriod				  = 0x08430000;	///< Commsdat field id for field: MessageValidityPeriod. Field is declared in the ModemBearer table.
       
  1567 	const TMDBElementId KCDTIdMessageDeliveryReport				  = 0x08440000;	///< Commsdat field id for field: MessageDeliveryReport. Field is declared in the ModemBearer table.
       
  1568 	const TMDBElementId KCDTIdMinSignalLevel					  = 0x08450000;	///< Commsdat field id for field: MinimumSignalLevel. Field is declared in the ModemBearer table.	
       
  1569 	const TMDBElementId KCDTIdCommRole							  = 0x08460000;	///< Commsdat field id for field: CommRole. Field is declared in the ModemBearer table.
       
  1570 	const TMDBElementId KCDTIdControlChannelPortName			  = 0x08470000;	///< Commsdat field id for field: ControlChannelPortName. Field is declared in the ModemBearer table.
       
  1571 	const TMDBElementId KCDTIdSirSettings					      = 0x08480000;	///< Commsdat field id for field: SirSettings. Field is declared in the ModemBearer table.
       
  1572     const TMDBElementId KCDTIdLastSocketActivityTimeout			  = 0x08490000;	///< Commsdat field id for field: LastSocketActivityTimeout. Field is declared in the ModemBearer table.
       
  1573 	const TMDBElementId KCDTIdLastSessionClosedTimeout			  = 0x084A0000;	///< Commsdat field id for field: LastSessionClosedTimeout. Field is declared in the ModemBearer table.	
       
  1574 	const TMDBElementId KCDTIdLastSocketClosedTimeout			  = 0x084B0000;	///< Commsdat field id for field: LastSocketClosedTimeout. Field is declared in the ModemBearer table.
       
  1575 	const TMDBElementId KCDTIdBCAStack							  = 0x084C0000;	///< Commsdat field id for field: BCAStack. Field is declared in the ModemBearer table.
       
  1576 	
       
  1577 
       
  1578 
       
  1579 	// Field Names
       
  1580 	#define	KCDTypeNameNifName								_S("IfName")
       
  1581 	#define	KCDTypeNamePortName								_S("PortName")
       
  1582 	#define	KCDTypeNameTsyName								_S("TSYName")
       
  1583 	#define	KCDTypeNameCsyName								_S("CSYName")
       
  1584 	#define	KCDTypeNameSocketActivityTimeout		        _S("SocketActivityTimeout")
       
  1585 	#define	KCDTypeNameSessionClosedTimeout		            _S("SessionClosedTimeout")
       
  1586 	#define	KCDTypeNameSocketClosedTimeout		            _S("SocketClosedTimeout")
       
  1587 	#define	KCDTypeNameDataBits								_S("DataBits")
       
  1588 	#define	KCDTypeNameStopBits								_S("StopBits")
       
  1589 	#define	KCDTypeNameParity								_S("Parity")
       
  1590 	#define	KCDTypeNameRate									_S("Rate")
       
  1591 	#define	KCDTypeNameHandShaking							_S("Handshaking")
       
  1592 	#define	KCDTypeNameSpecialRate							_S("SpecialRate")
       
  1593 	#define	KCDTypeNameXonChar								_S("XonChar")
       
  1594 	#define	KCDTypeNameXoffChar								_S("XoffChar")
       
  1595 	#define	KCDTypeNameFaxClassPref							_S("FaxClassPref")
       
  1596 	#define	KCDTypeNameSpeakerPref							_S("SpeakerPref")
       
  1597 	#define	KCDTypeNameSpeakerVolPref						_S("SpeakerVolPref")
       
  1598 	#define	KCDTypeNameModemInitString						_S("ModemInitString")
       
  1599 	#define	KCDTypeNameDataInitString						_S("DataInitString")
       
  1600 	#define	KCDTypeNameFaxInitString						_S("FaxInitString")
       
  1601 	#define	KCDTypeNameIspInitString						_S("IspInitString")
       
  1602 	#define	KCDTypeNameDialPauseLength						_S("DialPauseLength")
       
  1603 	#define	KCDTypeNameCarrierTimeout						_S("CarrierTimeout")
       
  1604 	#define	KCDTypeNameAutoAnswerRingCount		            _S("AutoAnswerRingCount")
       
  1605 	#define	KCDTypeNameSpeakerVolControlLow		            _S("SpeakerVolContorlLow")
       
  1606 	#define	KCDTypeNameSpeakerVolControlMedium		        _S("SpeakerVolControlMedium")
       
  1607 	#define	KCDTypeNameSpeakerVolControlHigh		        _S("SpeakerVolControlHigh")
       
  1608 	#define	KCDTypeNameSpeakerAlwaysOff		                _S("SpeakerAlwaysOff")
       
  1609 	#define	KCDTypeNameSpeakerOnUntilCarrier		        _S("SpeakerOnUntilCarrier")
       
  1610 	#define	KCDTypeNameSpeakerAlwaysOn		                _S("SpeakerAlwaysOn")
       
  1611 	#define	KCDTypeNameSpeakerOnAfterUntilCarrier		    _S("SpeakerOnAfterUntilCarrier")
       
  1612 	#define	KCDTypeNameDialToneWaitModifier		            _S("DialToneWaitModifier")
       
  1613 	#define	KCDTypeNameCallProgress1						_S("CallProgress1")
       
  1614 	#define	KCDTypeNameCallProgress2						_S("CallProgress2")
       
  1615 	#define	KCDTypeNameCallProgress3						_S("CallProgress3")
       
  1616 	#define	KCDTypeNameCallProgress4						_S("CallProgress4")
       
  1617 	#define	KCDTypeNameEchoOff								_S("EchoOff")
       
  1618 	#define	KCDTypeNameVerboseText							_S("VerboseText")
       
  1619 	#define	KCDTypeNameQuietOff								_S("QuietOff")
       
  1620 	#define	KCDTypeNameQuietOn								_S("QuietOn")
       
  1621 	#define	KCDTypeNameDialCommandStateModifier		        _S("DialCommandStateModifier")
       
  1622 	#define	KCDTypeNameOnLine								_S("OnLine")
       
  1623 	#define	KCDTypeNameResetConfiguration		            _S("ResetConfiguration")
       
  1624 	#define	KCDTypeNameReturnToFactoryDefs		            _S("ReturnToFactoryDefs")
       
  1625 	#define	KCDTypeNameDcdOnDuringLink						_S("DCDOnDuringLink")
       
  1626 	#define	KCDTypeNameDtrHangUp							_S("DTRHangUp")
       
  1627 	#define	KCDTypeNameDsrAlwaysOn							_S("DSRAlwaysOn")
       
  1628 	#define	KCDTypeNameRtsCtsHandshake						_S("RTSCTSHandshake")
       
  1629 	#define	KCDTypeNameXonXoffHandshake						_S("XonXoffHandshake")
       
  1630 	#define	KCDTypeNameEscapeCharacter						_S("EscapeCharacter")
       
  1631 	#define	KCDTypeNameEscapeGuardPeriod		            _S("EscapeGuardPeriod")
       
  1632 	#define	KCDTypeNameFaxClassInterrogate		            _S("FaxClassInterrogate")
       
  1633 	#define	KCDTypeNameFaxClass								_S("FaxClass")
       
  1634 	#define	KCDTypeNameNoDialTone							_S("NoDialTone")
       
  1635 	#define	KCDTypeNameBusy									_S("Busy")
       
  1636 	#define	KCDTypeNameNoAnswer								_S("NoAnswer")
       
  1637 	#define	KCDTypeNameCarrier								_S("Carrier")
       
  1638 	#define	KCDTypeNameConnect								_S("Connect")
       
  1639 	#define	KCDTypeNameCompressionClass5		            _S("CompressionClass5")
       
  1640 	#define	KCDTypeNameCompressionClassV42bis		        _S("CompressionV42bis")
       
  1641 	#define	KCDTypeNameCompressionNone						_S("CompressionNone")
       
  1642 	#define	KCDTypeNameProtocolLapd							_S("ProtocolLAPD")
       
  1643 	#define	KCDTypeNameProtocolAlt							_S("ProtocolALT")
       
  1644 	#define	KCDTypeNameProtocolAltcellular		            _S("ProtocolALTCELLULAR")
       
  1645 	#define	KCDTypeNameProtocolNone							_S("ProtocolNone")
       
  1646 	#define	KCDTypeNameMessageCentreNumber		            _S("MessageCentreNumber")
       
  1647 	#define	KCDTypeNameMessageValidityPeriod		        _S("MessageValidityPeriod")
       
  1648 	#define	KCDTypeNameMessageDeliveryReport		        _S("MessageDeliveryReport")
       
  1649 	#define	KCDTypeNameMinSignalLevel						_S("MinimumSignalLevel")
       
  1650 	#define	KCDTypeNameCommRole								_S("CommRole")
       
  1651 	#define	KCDTypeNameControlChannelPortName		        _S("ControlChannelPortName")
       
  1652 	#define	KCDTypeNameSirSettings							_S("SIRSettings")
       
  1653 	#define	KCDTypeNameBCAStack								_S("BCAStack")
       
  1654 
       
  1655 
       
  1656 
       
  1657 /////////////////////////////////////////////////////////////////////////////////////
       
  1658 // 088/  LAN Bearer
       
  1659 //
       
  1660 
       
  1661     const TMDBElementId 	KCDTIdLANBearerNifName	             = 0x08830000;	///< Commsdat field id for field: IfName. Field is declared in the LANBearer table.
       
  1662 	const TMDBElementId 	KCDTIdLANBearerLddFilename    	     = 0x08840000;	///< Commsdat field id for field: LDDFilename. Field is declared in the LANBearer table.
       
  1663 	const TMDBElementId 	KCDTIdLANBearerLddName	             = 0x08850000;	///< Commsdat field id for field: LDDName. Field is declared in the LANBearer table.
       
  1664 	const TMDBElementId 	KCDTIdLANBearerPddFilename	         = 0x08860000;	///< Commsdat field id for field: PDDFilename. Field is declared in the LANBearer table.
       
  1665    	const TMDBElementId     KCDTIdLANBearerPddName               = 0x08870000;	///< Commsdat field id for field: PDDName. Field is declared in the LANBearer table.
       
  1666 	const TMDBElementId 	KCDTIdLANBearerPacketDriverName	     = 0x08880000;	///< Commsdat field id for field: PacketDriverName. Field is declared in the LANBearer table.
       
  1667 	const TMDBElementId 	KCDTIdLANLastSocketActivityTimeout   = 0x08890000;	///< Commsdat field id for field: LastSocketActivityTimeout. Field is declared in the LANBearer table.
       
  1668 	const TMDBElementId 	KCDTIdLANLastSessionClosedTimeout    = 0x088A0000;	///< Commsdat field id for field: LastSessionClosedTimeout. Field is declared in the LANBearer table.
       
  1669     const TMDBElementId 	KCDTIdLANLastSocketClosedTimeout     = 0x088B0000;	///< Commsdat field id for field: LastSocketClosedTimeout. Field is declared in the LANBearer table.
       
  1670 
       
  1671 	// Field Names
       
  1672 	#define	KCDTypeNameLanBearerLddFilename				_S("LDDFilename")
       
  1673 	#define	KCDTypeNameLanBearerLddName					_S("LDDName")
       
  1674 	#define	KCDTypeNameLanBearerPddFilename				_S("PDDFilename")
       
  1675 	#define	KCDTypeNameLanBearerPddName					_S("PDDName")
       
  1676 	#define	KCDTypeNameLanBearerPacketDriverName        _S("PacketDriverName")
       
  1677 
       
  1678 
       
  1679 
       
  1680 //////////////////////////////////////////////////////////////////////////////////////
       
  1681 // 090/ VIRTUAL BEARER RECORD
       
  1682 //
       
  1683 
       
  1684     // FieldTIds
       
  1685 	const TMDBElementId KCDTIdVirtualBearerNifName		    = 0x09030000;	///< Commsdat field id for field: IfName. Field is declared in the VirtualBearer table.	
       
  1686 	//
       
  1687 	const TMDBElementId KCDTIdVBLastSocketActivityTimeout	= 0x09040000;	///< Commsdat field id for field: LastSocketActivityTimeout. Field is declared in the VirtualBearer table.
       
  1688 	const TMDBElementId KCDTIdVBLastSessionClosedTimeout	= 0x09050000;	///< Commsdat field id for field: LastSessionClosedTimeout. Field is declared in the VirtualBearer table.
       
  1689 	const TMDBElementId KCDTIdVBLastSocketClosedTimeout	    = 0x09060000;	///< Commsdat field id for field: LastSocketClosedTimeout. Field is declared in the VirtualBearer table.
       
  1690 	//
       
  1691     
       
  1692 
       
  1693 	// Field Names
       
  1694 	#define	KCDTypeNameVirtualBearerAgent		            _S("Agent")
       
  1695 	#define	KCDTypeNameVirtualBeareNIFName					_S("IfName")
       
  1696 	#define	KCDTypeNameLastSocketActivityTimeout		    _S("LastSocketActivityTimeout")
       
  1697 	#define	KCDTypeNameLastSessionClosedTimeout		        _S("LastSessionClosedTimeout")
       
  1698 	#define	KCDTypeNameLastSocketClosedTimeout              _S("LastSocketClosedTimeout")
       
  1699 
       
  1700 
       
  1701 
       
  1702 
       
  1703 
       
  1704 //////////////////////////////////////////////////////////////////////////////////////
       
  1705 // 098/ WAP SMS Bearer Record
       
  1706 //
       
  1707 
       
  1708 	// Element Type Ids
       
  1709 	const TMDBElementId KCDTIdWAPSMSAccessPointId			= 0x09830000;	///< Commsdat field id for field: AccessPointId. Field is declared in the VirtualBearer table.
       
  1710 	const TMDBElementId KCDTIdWAPSMSGatewayAddress			= 0x09840000;	///< Commsdat field id for field: GatewayAddress. Field is declared in the VirtualBearer table.
       
  1711 	const TMDBElementId KCDTIdWAPSMSServiceCentreAddress    = 0x09850000;	///< Commsdat field id for field: ServiceCentreAddress. Field is declared in the VirtualBearer table.
       
  1712 	const TMDBElementId KCDTIdWAPSMSWSPOption               = 0x09860000;	///< Commsdat field id for field: WSPOption. Field is declared in the VirtualBearer table.
       
  1713 	const TMDBElementId KCDTIdWAPSMSSecurity                = 0x09870000;	///< Commsdat field id for field: Security. Field is declared in the VirtualBearer table.
       
  1714 
       
  1715 
       
  1716 	// Element Type Names
       
  1717 	#define	KCDTypeNameWAPAccessPointId		               _S("AccessPointId")
       
  1718 	#define	KCDTypeNameWAPGatewayAddress		           _S("GatewayAddress")
       
  1719 	#define	KCDTypeNameWAPServiceCentreAddress		       _S("ServiceCentreAddress")
       
  1720 	#define	KCDTypeNameWAPWSPOption						   _S("WSPOption")
       
  1721 	#define	KCDTypeNameWAPSecurity						   _S("Security")
       
  1722 
       
  1723 
       
  1724 
       
  1725 
       
  1726 ////////////////////////////////////////////////////////////////////////////////////////
       
  1727 // 0A0/  WAP IP BEARER
       
  1728 //
       
  1729 
       
  1730 	const TMDBElementId  KCDTIdWAPAccessPointId       = 0x0A030000;	///< Commsdat field id for field: AccessPointId. Field is declared in the WAP IP table.
       
  1731 	const TMDBElementId  KCDTIdWAPGatewayAddress      = 0x0A040000;	///< Commsdat field id for field: GatewayAddress. Field is declared in the WAP IP table.
       
  1732 	const TMDBElementId  KCDTIdWAPChargecard          = 0x0A050000;	///< Commsdat field id though this field is not assigned a field yet. Field is declared in the WAP IP table.
       
  1733 	const TMDBElementId  KCDTIdWAPIAP                 = 0x0A060000;	///< Commsdat field id for field: IAP. Field is declared in the WAP IP table.
       
  1734 	const TMDBElementId  KCDTIdWAPWSPOption           = 0x0A070000;	///< Commsdat field id for field: WSPOption. Field is declared in the WAP IP table.
       
  1735 	const TMDBElementId  KCDTIdWAPSecurity            = 0x0A080000;	///< Commsdat field id for field: Security. Field is declared in the WAP IP table.
       
  1736 	const TMDBElementId  KCDTIdWAPProxyPort           = 0x0A090000;	///< Commsdat field id for field: ProxyPortNumber. Field is declared in the WAP IP table.
       
  1737 	const TMDBElementId  KCDTIdWAPProxyLoginName      = 0x0A0A0000;	///< Commsdat field id for field: ProxyLogin. Field is declared in the WAP IP table.
       
  1738 	const TMDBElementId  KCDTIdWAPProxyLoginPass      = 0x0A0B0000;	///< Commsdat field id for field: ProxyPassword. Field is declared in the WAP IP table.
       
  1739 
       
  1740 
       
  1741 	// Element Type Names
       
  1742 
       
  1743 	#define	KCDTypeNameWAPIAP		               _S("IAP" )
       
  1744 	#define	KCDTypeNameWAPProxyPort		           _S("ProxyPortNumber" )
       
  1745 	#define	KCDTypeNameWAPProxyLoginName		   _S("ProxyLogin" )
       
  1746 	#define	KCDTypeNameWAPProxyLoginPass		   _S("ProxyPassword" )
       
  1747 
       
  1748 //////////////////////////////////////////////////////////////////////////////////////
       
  1749 // 0A8/  CHARGECARD RECORD
       
  1750 //
       
  1751 
       
  1752 
       
  1753 	// Element Type Ids
       
  1754 	const TMDBElementId KCDTIdAccountNo     = 0x0A830000;	///< Commsdat field id for field: AccountNumber. Field is declared in the ChargeCard table.
       
  1755 	const TMDBElementId KCDTIdPin           = 0x0A840000;	///< Commsdat field id for field: Pin. Field is declared in the ChargeCard table.
       
  1756 	const TMDBElementId KCDTIdLocalRule     = 0x0A850000;	///< Commsdat field id for field: LocalRule. Field is declared in the ChargeCard table.
       
  1757 	const TMDBElementId KCDTIdNatRule       = 0x0A860000;	///< Commsdat field id for field: NatRule . Field is declared in the ChargeCard table.
       
  1758 	const TMDBElementId KCDTIdIntlRule      = 0x0A870000;	///< Commsdat field id for field: IntlRule. Field is declared in the ChargeCard table.
       
  1759 
       
  1760 
       
  1761 	// Element Type Names
       
  1762 	#define	KCDTypeNameAccountNo		       _S("AccountNumber")
       
  1763 	#define	KCDTypeNamePin		               _S("Pin")
       
  1764 	#define	KCDTypeNameLocalRule		       _S("LocalRule")
       
  1765 	#define	KCDTypeNameNatRule		           _S("NatRule")
       
  1766 	#define	KCDTypeNameIntlRule		           _S("IntlRule")
       
  1767 
       
  1768 
       
  1769 
       
  1770 
       
  1771 //////////////////////////////////////////////////////////////////////////////////////
       
  1772 // 0B0/ PROXIES RECORD
       
  1773 //
       
  1774 
       
  1775    // Element Type Ids
       
  1776 	const TMDBElementId KCDTIdISP                = 0x0B030000;	///< Commsdat field id for field: ISP. Field is declared in the Proxies table.
       
  1777 	const TMDBElementId KCDTIdProxyServiceType   = 0x0B040000;	///< Commsdat field id for field: ProxyServiceType. Field is declared in the Proxies table.
       
  1778 	const TMDBElementId KCDTIdUseProxyServer     = 0x0B050000;	///< Commsdat field id for field: UseProxyServer. Field is declared in the Proxies table.
       
  1779 	const TMDBElementId KCDTIdServerName         = 0x0B060000;	///< Commsdat field id for field: ProxyServerName. Field is declared in the Proxies table.
       
  1780 	const TMDBElementId KCDTIdProtocolName       = 0x0B070000;	///< Commsdat field id for field: ProtocolName. Field is declared in the Proxies table.
       
  1781 	const TMDBElementId KCDTIdPortNumber         = 0x0B080000;	///< Commsdat field id for field: PortNumber. Field is declared in the Proxies table.
       
  1782 	const TMDBElementId KCDTIdExceptions         = 0x0B090000;	///< Commsdat field id for field: Exceptions. Field is declared in the Proxies table.
       
  1783 
       
  1784 
       
  1785 	// Element Type Names
       
  1786 	#define	KCDTypeNameProxyISP				          _S("ISP")
       
  1787 	#define	KCDTypeNameUseProxyServer		          _S("UseProxyServer")
       
  1788 	#define	KCDTypeNameProxyServiceType		          _S("ProxyServiceType")
       
  1789 	#define	KCDTypeNameServerName		              _S("ProxyServerName")
       
  1790 	#define	KCDTypeNameProtocolName		              _S("ProtocolName")
       
  1791 	#define	KCDTypeNamePortNumber		              _S("PortNumber")
       
  1792 	#define	KCDTypeNameExceptions		              _S("Exceptions")
       
  1793 
       
  1794 
       
  1795 
       
  1796 //////////////////////////////////////////////////////////////////////////////////////
       
  1797 // 0B8/ SECURE SOCKET PROTO RECORD
       
  1798 //
       
  1799 
       
  1800 	// Field Type Ids
       
  1801 	/**
       
  1802 	@internalComponent
       
  1803 	*/
       
  1804 	const TMDBElementId KCDTIdSSProtoName		 = 0x0B830000;
       
  1805 	/**
       
  1806 	@internalComponent
       
  1807 	*/
       
  1808 	const TMDBElementId KCDTIdSSProtoLibrary 	 = 0x0B840000;
       
  1809 
       
  1810 
       
  1811 	/**
       
  1812 	@internalComponent
       
  1813 	*/
       
  1814 	#define	KCDTypeNameSSProtoName		           _S("ProtocolName")
       
  1815 	/**
       
  1816 	@internalComponent
       
  1817 	*/
       
  1818 	#define	KCDTypeNameSSProtoLibrary		       _S("ProtoLibrary")
       
  1819 
       
  1820 
       
  1821 
       
  1822 
       
  1823 
       
  1824 //////////////////////////////////////////////////////////////////////////////////////
       
  1825 // 17/ AGENTLOOKUPTABLE RECORD
       
  1826 //
       
  1827 
       
  1828 
       
  1829 	// FieldTIds
       
  1830 	/**
       
  1831 	@internalComponent
       
  1832 	*/
       
  1833 	const TMDBElementId KCDTIdAgentFriendlyName 	 = 0x0C030000;
       
  1834 	/**
       
  1835 	@internalComponent
       
  1836 	*/
       
  1837 	const TMDBElementId KCDTIdAgentFileName 		 = 0x0C040000;
       
  1838 
       
  1839 
       
  1840 	// Field Names - names used more than once stored globally
       
  1841 	/**
       
  1842 	@internalComponent
       
  1843 	*/
       
  1844 	#define	KCDTypeNameAgentFileName		               _S("AgentFilename")
       
  1845 	/**
       
  1846 	@internalComponent
       
  1847 	*/
       
  1848 	#define	KCDTypeNameAgentFriendlyName		           _S("AgentFriendlyName")
       
  1849 
       
  1850 
       
  1851 //////////////////////////////////////////////////////////////////////////////////////
       
  1852 // 1D/ ACCESS POINT RECORD
       
  1853 //
       
  1854 	// FieldTIds
       
  1855 	
       
  1856 	const TMDBElementId KCDTIdAccessPointGID        = 0x0E030000;	///< Commsdat field id for field: AccessPointGID. Field is declared in the Access Point table.
       
  1857 	const TMDBElementId KCDTIdSelectionPolicy       = 0x0E040000;	///< Commsdat field id for field: AccessPointSelectionPolicy. Field is declared in the Acess Point table.
       
  1858 
       
  1859 #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
  1860 	const TMDBElementId KCDTIdTier                  = 0x0E050000;
       
  1861 	const TMDBElementId KCDTIdMCpr                  = 0x0E060000;
       
  1862 	const TMDBElementId KCDTIdCpr                   = 0x0E070000;
       
  1863 	const TMDBElementId KCDTIdCprConfig             = 0x0E080000;
       
  1864 	const TMDBElementId KCDTIdSCpr                  = 0x0E090000;
       
  1865 	const TMDBElementId KCDTIdProtocol              = 0x0E0A0000;
       
  1866 	const TMDBElementId KCDTIdAppSID                = 0x0E0B0000;
       
  1867 	const TMDBElementId KCDTIdConfigAPIdList        = 0x0E0C0000;
       
  1868 	const TMDBElementId KCDTIdCustomSelectionPolicy = 0x0E0D0000;
       
  1869 #endif
       
  1870 
       
  1871 	// Field Names - names used more than once stored globally
       
  1872 
       
  1873 	#define	KCDTypeNameAccessPointGID               _S("AccessPointGID")
       
  1874 #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
  1875     //the name of this field (KCDTypeNameSelectionPolicy) depends from the actual environment
       
  1876 	#define	KCDTypeNameSelectionPolicy               _S("SelectionPolicy")
       
  1877 	#define	KCDTypeNameSelectionPolicyBC             _S("SelectionPolicy#AccessPointSelectionPolicy")
       
  1878 	#define	KCDTypeNameTier                          _S("Tier")
       
  1879 	#define	KCDTypeNameMCpr                          _S("MCpr")
       
  1880 	#define	KCDTypeNameCpr                           _S("Cpr")
       
  1881 	#define	KCDTypeNameCprConfig                     _S("CprConfig")
       
  1882 	#define	KCDTypeNameSCpr                          _S("SCpr")
       
  1883 	#define	KCDTypeNameProtocol                      _S("Protocol")
       
  1884 	#define	KCDTypeNameAppSID                        _S("AppSID")
       
  1885 	#define KCDTypeNameConfigAPIdList                _S("ConfigAPIdList")
       
  1886 	#define KCDTypeNameCustomSelectionPolicy         _S("CustomSelectionPolicy")
       
  1887 #else
       
  1888     //the name of this field (KCDTypeNameSelectionPolicy) depends from the actual environment
       
  1889 	#define	KCDTypeNameSelectionPolicy              _S("AccessPointSelectionPolicy")
       
  1890 #endif //SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
  1891 
       
  1892 //////////////////////////////////////////////////////////////////////////////////////
       
  1893 // 1E/ IAP PRIORITY RECORD
       
  1894 //
       
  1895 	// FieldTIds
       
  1896 	const TMDBElementId KCDTIdIap1                  = 0x0E830000;	///< Commsdat field id for field: IAP1. Field is declared in the IAP Priority table.
       
  1897 	const TMDBElementId KCDTIdIap2                  = 0x0E840000;	///< Commsdat field id for field: IAP2. Field is declared in the IAP Priority table.
       
  1898 	const TMDBElementId KCDTIdIap3                  = 0x0E850000;	///< Commsdat field id for field: IAP3. Field is declared in the IAP Priority table.
       
  1899 	const TMDBElementId KCDTIdIap4                  = 0x0E860000;	///< Commsdat field id for field: IAP4. Field is declared in the IAP Priority table.
       
  1900 	const TMDBElementId KCDTIdIap5                  = 0x0E870000;	///< Commsdat field id for field: IAP5. Field is declared in the IAP Priority table.
       
  1901 	const TMDBElementId KCDTIdIap6                  = 0x0E880000;	///< Commsdat field id for field: IAP6. Field is declared in the IAP Priority table.
       
  1902 	const TMDBElementId KCDTIdIap7                  = 0x0E890000;	///< Commsdat field id for field: IAP7. Field is declared in the IAP Priority table.
       
  1903 	const TMDBElementId KCDTIdIap8                  = 0x0E8A0000;	///< Commsdat field id for field: IAP8. Field is declared in the IAP Priority table.
       
  1904 	const TMDBElementId KCDTIdIap9                  = 0x0E8B0000;	///< Commsdat field id for field: IAP9. Field is declared in the IAP Priority table.
       
  1905 	const TMDBElementId KCDTIdIap10                 = 0x0E8C0000;	///< Commsdat field id for field: IAP10. Field is declared in the IAP Priority table.
       
  1906 	const TMDBElementId KCDTIdIap11                 = 0x0E8D0000;	///< Commsdat field id for field: IAP11. Field is declared in the IAP Priority table.
       
  1907 	const TMDBElementId KCDTIdIap12                 = 0x0E8E0000;	///< Commsdat field id for field: IAP12. Field is declared in the IAP Priority table.
       
  1908 	const TMDBElementId KCDTIdIap13                 = 0x0E8F0000;	///< Commsdat field id for field: IAP13. Field is declared in the IAP Priority table.
       
  1909 	const TMDBElementId KCDTIdIap14                 = 0x0E900000;	///< Commsdat field id for field: IAP14. Field is declared in the IAP Priority table.
       
  1910 	const TMDBElementId KCDTIdIap15                 = 0x0E910000;	///< Commsdat field id for field: IAP15. Field is declared in the IAP Priority table.
       
  1911 	const TMDBElementId KCDTIdIapCount              = 0x0E920000;	///< Commsdat field id for field: IAPCount. Field is declared in the IAP Priority table.
       
  1912 
       
  1913 	// Field Names - names used more than once stored globally
       
  1914 	#define	KCDTypeNameIap1Name                     _S("IAP1")
       
  1915 	#define	KCDTypeNameIap2Name                     _S("IAP2")
       
  1916 	#define	KCDTypeNameIap3Name                     _S("IAP3")
       
  1917 	#define	KCDTypeNameIap4Name                     _S("IAP4")
       
  1918 	#define	KCDTypeNameIap5Name                     _S("IAP5")
       
  1919 	#define	KCDTypeNameIap6Name                     _S("IAP6")
       
  1920 	#define	KCDTypeNameIap7Name                     _S("IAP7")
       
  1921 	#define	KCDTypeNameIap8Name                     _S("IAP8")
       
  1922 	#define	KCDTypeNameIap9Name                     _S("IAP9")
       
  1923 	#define	KCDTypeNameIap10Name                    _S("IAP10")
       
  1924 	#define	KCDTypeNameIap11Name                    _S("IAP11")
       
  1925 	#define	KCDTypeNameIap12Name                    _S("IAP12")
       
  1926 	#define	KCDTypeNameIap13Name                    _S("IAP13")
       
  1927 	#define	KCDTypeNameIap14Name                    _S("IAP14")
       
  1928 	#define	KCDTypeNameIap15Name                    _S("IAP15")
       
  1929 	#define	KCDTypeNameIapCountName                 _S("IAPCOUNT")
       
  1930 
       
  1931 #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
  1932 	//////////////////////////////////////////////////////////////////////////////////////
       
  1933 	// AP PRIORITY RECORD
       
  1934 	//
       
  1935 	// FieldTIds	
       
  1936 	const TMDBElementId KCDTIdAp1                  = 0x15030000;
       
  1937 	const TMDBElementId KCDTIdAp2                  = 0x15040000;
       
  1938 	const TMDBElementId KCDTIdAp3                  = 0x15050000;
       
  1939 	const TMDBElementId KCDTIdAp4                  = 0x15060000;
       
  1940 	const TMDBElementId KCDTIdAp5                  = 0x15070000;
       
  1941 	const TMDBElementId KCDTIdAp6                  = 0x15080000;
       
  1942 	const TMDBElementId KCDTIdAp7                  = 0x15090000;
       
  1943 	const TMDBElementId KCDTIdAp8                  = 0x150A0000;
       
  1944 	const TMDBElementId KCDTIdAp9                  = 0x150B0000;
       
  1945 	const TMDBElementId KCDTIdAp10                 = 0x150C0000;
       
  1946 	const TMDBElementId KCDTIdAp11                 = 0x150D0000;
       
  1947 	const TMDBElementId KCDTIdAp12                 = 0x150E0000;
       
  1948 	const TMDBElementId KCDTIdAp13                 = 0x150F0000;
       
  1949 	const TMDBElementId KCDTIdAp14                 = 0x15100000;
       
  1950 	const TMDBElementId KCDTIdAp15                 = 0x15110000;
       
  1951 	const TMDBElementId KCDTIdApCount              = 0x15120000;
       
  1952 
       
  1953 	// Field Names - names used more than once stored globally
       
  1954 	#define	KCDTypeNameAp1Name                     _S("AP1")
       
  1955 	#define	KCDTypeNameAp2Name                     _S("AP2")
       
  1956 	#define	KCDTypeNameAp3Name                     _S("AP3")
       
  1957 	#define	KCDTypeNameAp4Name                     _S("AP4")
       
  1958 	#define	KCDTypeNameAp5Name                     _S("AP5")
       
  1959 	#define	KCDTypeNameAp6Name                     _S("AP6")
       
  1960 	#define	KCDTypeNameAp7Name                     _S("AP7")
       
  1961 	#define	KCDTypeNameAp8Name                     _S("AP8")
       
  1962 	#define	KCDTypeNameAp9Name                     _S("AP9")
       
  1963 	#define	KCDTypeNameAp10Name                    _S("AP10")
       
  1964 	#define	KCDTypeNameAp11Name                    _S("AP11")
       
  1965 	#define	KCDTypeNameAp12Name                    _S("AP12")
       
  1966 	#define	KCDTypeNameAp13Name                    _S("AP13")
       
  1967 	#define	KCDTypeNameAp14Name                    _S("AP14")
       
  1968 	#define	KCDTypeNameAp15Name                    _S("AP15")
       
  1969 	#define	KCDTypeNameApCountName                 _S("APCOUNT")
       
  1970 	
       
  1971 //////////////////////////////////////////////////////////////////////////////////////
       
  1972 // TIER RECORD
       
  1973 
       
  1974 	// FieldTIds
       
  1975 	const TMDBElementId KCDTIdTierThreadName        = 0x11830000;
       
  1976 	const TMDBElementId KCDTIdTierManagerName       = 0x11840000;
       
  1977 	const TMDBElementId KCDTIdDefaultAccessPoint    = 0x11850000;
       
  1978 	const TMDBElementId KCDTIdPromptUser            = 0x11860000;
       
  1979 
       
  1980 	// Field Names - names used more than once stored globally
       
  1981 	#define	KCDTypeNameTierThreadName               _S("TierThreadName")
       
  1982 	#define	KCDTypeNameTierManagerName              _S("TierManagerName")
       
  1983 	#define	KCDTypeNameDefaultAccessPoint           _S("DefaultAccessPoint")
       
  1984 	#define	KCDTypeNamePromptUser                   _S("PromptUser")
       
  1985 
       
  1986 //////////////////////////////////////////////////////////////////////////////////////
       
  1987 // MCPR RECORD
       
  1988 
       
  1989 	// FieldTIds
       
  1990 	const TMDBElementId KCDTIdMCprUid               = 0x12030000;
       
  1991 
       
  1992 	// Field Names - names used more than once stored globally
       
  1993 	#define	KCDTypeNameMCprUid                      _S("MCprUid")
       
  1994 
       
  1995 //////////////////////////////////////////////////////////////////////////////////////
       
  1996 // CPR RECORD
       
  1997 
       
  1998 	// FieldTIds
       
  1999 	const TMDBElementId KCDTIdCprUid                = 0x12830000;
       
  2000 
       
  2001 	// Field Names - names used more than once stored globally
       
  2002 	#define	KCDTypeNameCprUid                       _S("CprUid")
       
  2003 
       
  2004 //////////////////////////////////////////////////////////////////////////////////////
       
  2005 // SCPR RECORD
       
  2006 
       
  2007 	// FieldTIds
       
  2008 	const TMDBElementId KCDTIdSCprUid               = 0x13030000;
       
  2009 
       
  2010 	// Field Names - names used more than once stored globally
       
  2011 	#define	KCDTypeNameSCprUid                      _S("SCprUid")
       
  2012 
       
  2013 //////////////////////////////////////////////////////////////////////////////////////
       
  2014 // PROTOCOL RECORD
       
  2015 
       
  2016 	// FieldTIds
       
  2017 	const TMDBElementId KCDTIdProtocolUid           = 0x13830000;
       
  2018 	const TMDBElementId KCDTIdProtocolConfigLoaderUid = 0x13840000;
       
  2019 	
       
  2020 	// Field Names - names used more than once stored globally
       
  2021 	#define	KCDTypeNameProtocolUid                  _S("ProtocolUid")
       
  2022 	#define	KCDTypeNameProtocolConfigLoaderUid      _S("ProtocolConfigLoaderUid")
       
  2023 
       
  2024 //////////////////////////////////////////////////////////////////////////////////////
       
  2025 // 14/ BearerType 
       
  2026 //
       
  2027 	/**
       
  2028 	@internalComponent
       
  2029 	*/
       
  2030 	const TMDBElementId KCDTIdBearerTypeTier        = 0x14030000;
       
  2031 	/**
       
  2032 	@internalComponent
       
  2033 	*/
       
  2034 	const TMDBElementId KCDTIdBearerTypeMCpr        = 0x14040000;
       
  2035 	/**
       
  2036 	@internalComponent
       
  2037 	*/
       
  2038 	const TMDBElementId KCDTIdBearerTypeCpr         = 0x14050000;
       
  2039 	/**
       
  2040 	@internalComponent
       
  2041 	*/
       
  2042 	const TMDBElementId KCDTIdBearerTypeSCpr        = 0x14060000;
       
  2043 	/**
       
  2044 	@internalComponent
       
  2045 	*/
       
  2046 	const TMDBElementId KCDTIdBearerTypeProtocol    = 0x14070000;
       
  2047 
       
  2048 	// Draw the field names from the Access Point Record
       
  2049 
       
  2050 ///////////////////////////////////////////////////////////////////////////////////////
       
  2051 // 148/ ConfigAccessPoint
       
  2052 //
       
  2053 	// FieldTIds
       
  2054 	const TMDBElementId KCDTIdConfigAccessPointSCpr                   = 0x14830000;
       
  2055 	const TMDBElementId KCDTIdConfigAccessPointProtocol               = 0x14840000;
       
  2056 	const TMDBElementId KCDTIdConfigAccessPointProtocolConfig         = 0x14850000;
       
  2057 	const TMDBElementId KCDTIdConfigAccessPointLayerBelow             = 0x14860000;
       
  2058 	
       
  2059 	// Field Names - names used more than once stored globally
       
  2060         #define	KCDTypeNameConfigAccessPointSCpr                      _S("SCpr")
       
  2061 	#define	KCDTypeNameConfigAccessPointProtocol                  _S("Protocol")
       
  2062 	#define	KCDTypeNameConfigAccessPointProtocolConfig            _S("ProtocolConfig")
       
  2063 	#define	KCDTypeNameConfigAccessPointLayerBelow                _S("LayerBelow")
       
  2064 
       
  2065 #endif // SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
  2066 
       
  2067 
       
  2068 //////////////////////////////////////////////////////////////////////////////////////
       
  2069 // EAP-SIM PROTOCOL RECORD
       
  2070 
       
  2071 	// FieldTIds
       
  2072 	const TMDBElementId KCDTIdEapSimProtocolId 	= 0x17830000;	///< Commsdat field id for field: ProtocolId. Field is declared in the EAP-SIM PROTOCOL table.
       
  2073 	const TMDBElementId KCDTIdEapSimPseudonym	= 0x17840000;	///< Commsdat field id for field: Pseudonym. Field is declared in the EAP-SIM PROTOCOL table.
       
  2074 	const TMDBElementId KCDTIdEapSimUseNaiRealm = 0x17850000;	///< Commsdat field id for field: UseNaiRealm. Field is declared in the EAP-SIM PROTOCOL table.
       
  2075 	const TMDBElementId KCDTIdEapSimNaiRealm	= 0x17860000;	///< Commsdat field id for field: NaiRealm. Field is declared in the EAP-SIM PROTOCOL table.
       
  2076 	const TMDBElementId KCDTIdEapSimTsyName		= 0x17870000;	///< Commsdat field id for field: TsyName. Field is declared in the EAP-SIM PROTOCOL table.
       
  2077 	const TMDBElementId KCDTIdEapSimMinRands	= 0x17880000;	
       
  2078 
       
  2079 	// Field Names - names used more than once stored globally
       
  2080 	#define	KCDTypeNameEapSimProtocolId		_S("ProtocolId")
       
  2081 	#define	KCDTypeNameEapSimPseudonym		_S("Pseudonym")
       
  2082 	#define	KCDTypeNameEapSimUseNaiRealm	_S("UseNaiRealm")
       
  2083 	#define	KCDTypeNameEapSimNaiRealm		_S("NaiRealm")
       
  2084 	#define	KCDTypeNameEapSimTsyName		_S("TsyName")
       
  2085 	#define	KCDTypeNameEapSimMinRands		_S("MinRands")
       
  2086 
       
  2087 
       
  2088 //////////////////////////////////////////////////////////////////////////////////////
       
  2089 // EAP-AKA PROTOCOL RECORD
       
  2090 
       
  2091 	// FieldTIds
       
  2092 	const TMDBElementId KCDTIdEapAkaProtocolId 	= 0x18030000;
       
  2093 	const TMDBElementId KCDTIdEapAkaPseudonym	= 0x18040000;
       
  2094 	const TMDBElementId KCDTIdEapAkaUseNaiRealm = 0x18050000;
       
  2095 	const TMDBElementId KCDTIdEapAkaNaiRealm	= 0x18060000;
       
  2096 	const TMDBElementId KCDTIdEapAkaTsyName		= 0x18070000;
       
  2097 
       
  2098 	// Field Names - names used more than once stored globally
       
  2099 	#define	KCDTypeNameEapAkaProtocolId		_S("ProtocolId")
       
  2100 	#define	KCDTypeNameEapAkaPseudonym		_S("Pseudonym")
       
  2101 	#define	KCDTypeNameEapAkaUseNaiRealm	_S("UseNaiRealm")
       
  2102 	#define	KCDTypeNameEapAkaNaiRealm		_S("NaiRealm")
       
  2103 	#define	KCDTypeNameEapAkaTsyName		_S("TsyName")
       
  2104 
       
  2105 
       
  2106 
       
  2107 //////////////////////////////////////////////////////////////////////////////////////
       
  2108 // 20/  EAP SECURITY SETTINGS RECORD
       
  2109 //
       
  2110 /**
       
  2111 @internalComponent
       
  2112 */
       
  2113 	const TMDBElementId KCDTIdEAPSecOuterEAPType    = 0x0F830000;
       
  2114 /**
       
  2115 @internalComponent
       
  2116 */
       
  2117 	const TMDBElementId KCDTIdEAPSecId       		= 0x0F840000;
       
  2118 /**
       
  2119 @internalComponent
       
  2120 */
       
  2121 	const TMDBElementId KCDTIdEAPSecPassword       	= 0x0F850000;
       
  2122 /**
       
  2123 @internalComponent
       
  2124 */
       
  2125 	const TMDBElementId KCDTIdEAPSecConfigId      	= 0x0F870000;
       
  2126 /**
       
  2127 @internalComponent
       
  2128 */
       
  2129 	const TMDBElementId KCDTIdEAPSecData       		= 0x0F860000;
       
  2130 
       
  2131 #ifdef SYMBIAN_WIFI_WPS
       
  2132 /**
       
  2133 @internalComponent
       
  2134 */
       
  2135     const TMDBElementId KCDTIdEAPSecVendorId   		= 0x0F880000;
       
  2136     
       
  2137 /**
       
  2138 @internalComponent
       
  2139 */
       
  2140     const TMDBElementId KCDTIdEAPSecVendorType 		= 0x0F890000;    
       
  2141 #endif //SYMBIAN_WIFI_WPS
       
  2142 
       
  2143 
       
  2144 /**
       
  2145 @internalComponent
       
  2146 */
       
  2147 	#define	KCDTypeNameEAPSecOuterEAPType	 	_S("OuterEapMethodType")
       
  2148 /**
       
  2149 @internalComponent
       
  2150 */
       
  2151 	#define	KCDTypeNameEapId  					_S("EapId")
       
  2152 /**
       
  2153 @internalComponent
       
  2154 */
       
  2155 	#define	KCDTypeNameEAPSecPassword  			_S("EapPassword")
       
  2156 /**
       
  2157 @internalComponent
       
  2158 */
       
  2159 	#define	KCDTypeNameEAPSecConfigId  			_S("ConfigId")
       
  2160 
       
  2161 /**
       
  2162 @internalComponent
       
  2163 */
       
  2164 	#define	KCDTypeNameEAPSecData 				_S("EAP_Method_Data")
       
  2165 
       
  2166 #ifdef SYMBIAN_WIFI_WPS
       
  2167 /**
       
  2168 @internalComponent
       
  2169 */
       
  2170 	#define	KCDTypeNameEAPSecVendorId			_S("EapVendorId")
       
  2171 
       
  2172 /**
       
  2173 @internalComponent
       
  2174 */
       
  2175 	#define	KCDTypeNameEAPSecVendorType			_S("EapVendorType")
       
  2176 #endif //SYMBIAN_WIFI_WPS
       
  2177 
       
  2178 //////////////////////////////////////////////////////////////////////////////////////
       
  2179 // 21/  TUNNELLED EAP SETTINGS RECORD
       
  2180 //
       
  2181 /**
       
  2182 @internalComponent
       
  2183 */
       
  2184 	const TMDBElementId KCDTIdTUNEAPInnerType       = 0x10030000;
       
  2185 /**
       
  2186 @internalComponent
       
  2187 */
       
  2188 	const TMDBElementId KCDTIdTUNEAPData       		= 0x10040000;
       
  2189 
       
  2190 
       
  2191 
       
  2192 /**
       
  2193 @internalComponent
       
  2194 */
       
  2195 	#define	KCDTypeNameTUNEAPInnerType	 	_S("InnerEapMethodType")
       
  2196 /**
       
  2197 @internalComponent
       
  2198 */
       
  2199 	#define KCDTypeNameTUNEAPData 			_S("Tun_EAP_Method_Data")
       
  2200 
       
  2201 
       
  2202 
       
  2203 //////////////////////////////////////////////////////////////////////////////////////
       
  2204 // 22/  EAP-TLS SETTINGS RECORD
       
  2205 //
       
  2206 /**
       
  2207 @internalComponent
       
  2208 */
       
  2209 	const TMDBElementId KCDTIdEAPTLSClientCertName    	= 0x10830000;
       
  2210 /**
       
  2211 @internalComponent
       
  2212 */
       
  2213 	#define	KCDTypeNameEAPTLSClientCertName	 			_S("ClientCertificateName")
       
  2214 
       
  2215 
       
  2216 
       
  2217 //////////////////////////////////////////////////////////////////////////////////////
       
  2218 // 23/  LEAP SETTINGS RECORD
       
  2219 //
       
  2220 /**
       
  2221 @internalComponent
       
  2222 */
       
  2223 	const TMDBElementId KCDTIdLEAPTimeout    	= 0x11030000;
       
  2224 /**
       
  2225 @internalComponent
       
  2226 */
       
  2227 	#define	KCDTypeNameLEAPTimeout	 			_S("LeapTimeout")
       
  2228 
       
  2229 #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
  2230 //////////////////////////////////////////////////////////////////////////////////////
       
  2231 // 24/ POLICY SELECTOR RECORD
       
  2232 //
       
  2233 	// FieldTIds
       
  2234 	const TMDBElementId KCDTIdPolicyId 				= 0x15830000; 
       
  2235 	const TMDBElementId KCDTIdAppUid 				= 0x15840000; 
       
  2236 	const TMDBElementId KCDTIdSrcAddress			= 0x15850000; 
       
  2237 	const TMDBElementId KCDTIdSrcMask 				= 0x15860000; 
       
  2238 	const TMDBElementId KCDTIdDstAddress			= 0x15870000;
       
  2239 	const TMDBElementId KCDTIdDstMask 				= 0x15880000; 
       
  2240 	const TMDBElementId KCDTIdSrcPort 				= 0x15890000; 
       
  2241 	const TMDBElementId KCDTIdDstPort 				= 0x158A0000; 
       
  2242 	const TMDBElementId KCDTIdSrcPortMax 			= 0x158B0000; 
       
  2243 	const TMDBElementId KCDTIdDstPortMax			= 0x158C0000; 
       
  2244 	const TMDBElementId KCDTIdProtocolId			= 0x158D0000; 
       
  2245 	const TMDBElementId KCDTIdIAPid 				= 0x158E0000; 
       
  2246 	const TMDBElementId KCDTIdPriority				= 0x158F0000; 
       
  2247 	
       
  2248 
       
  2249 	// Field Names
       
  2250 	#define	KCDTypeNamePolicyId						_S("PolicyId")
       
  2251 	#define	KCDTypeNameAppUid						_S("AppUid")
       
  2252 	#define	KCDTypeNameSrcAddress                   _S("SrcAddress")
       
  2253 	#define	KCDTypeNameSrcMask                      _S("SrcMask")
       
  2254 	#define	KCDTypeNameDstAddress          			_S("DstAddress")
       
  2255 	#define	KCDTypeNameDstMask             			_S("DstMask")
       
  2256 	#define	KCDTypeNameSrcPort                      _S("SrcPort")
       
  2257 	#define	KCDTypeNameDstPort                    	_S("DstPort")
       
  2258 	#define	KCDTypeNameSrcPortMax                   _S("SrcPortMax")
       
  2259 	#define	KCDTypeNameDstPortMax                   _S("DstPortMax")
       
  2260 	#define	KCDTypeNameProtocolId                   _S("ProtocolId")
       
  2261 	#define	KCDTypeNameIAPid                        _S("IAPid")
       
  2262 	#define	KCDTypeNamePriority                     _S("Priority")
       
  2263 	
       
  2264 //////////////////////////////////////////////////////////////////////////////////////
       
  2265 // 25 POLICY SELECTOR 2 PARAMS RECORD
       
  2266 //
       
  2267 	// FieldTIds
       
  2268 	const TMDBElementId KCDTIdPolicySelectorId							= 0x16030000; 
       
  2269 	const TMDBElementId KCDTIdParamsId 									= 0x16040000; 
       
  2270 
       
  2271 	// Field Names
       
  2272 	#define	KCDTypeNamePolicySelectorId						_S("PolicySelectorId")
       
  2273 	#define	KCDTypeNameParamsId							_S("ParamsId")
       
  2274 
       
  2275 //////////////////////////////////////////////////////////////////////////////////////
       
  2276 // 26/ GENERIC QOS PARAMETER RECORD
       
  2277 //
       
  2278 
       
  2279 	// FieldTIds
       
  2280 	const TMDBElementId KCDTIdDownlinkBandwidth						= 0x16830000; 
       
  2281 	const TMDBElementId KCDTIdUplinkBandwidth						= 0x16840000; 
       
  2282 	const TMDBElementId KCDTIdDownLinkMaximumBurstSize 				= 0x16850000; 
       
  2283 	const TMDBElementId KCDTIdUpLinkMaximumBurstSize 				= 0x16860000; 
       
  2284 	const TMDBElementId KCDTIdDownLinkAveragePacketSize				= 0x16870000; 
       
  2285 	const TMDBElementId KCDTIdUpLinkAveragePacketSize				= 0x16880000; 
       
  2286 	const TMDBElementId KCDTIdDownLinkMaximumPacketSize				= 0x16890000; 
       
  2287 	const TMDBElementId KCDTIdUpLinkMaximumPacketSize				= 0x168A0000; 
       
  2288 	const TMDBElementId KCDTIdDownLinkDelay							= 0x168B0000; 
       
  2289 	const TMDBElementId KCDTIdUpLinkDelay							= 0x168C0000; 
       
  2290 	const TMDBElementId KCDTIdDownLinkDelayVariation				= 0x168D0000; 
       
  2291 	const TMDBElementId KCDTIdUpLinkDelayVariation					= 0x168E0000; 
       
  2292 	const TMDBElementId KCDTIdDownLinkPriority						= 0x168F0000; 
       
  2293 	const TMDBElementId KCDTIdUpLinkPriority						= 0x16900000; 	
       
  2294 	const TMDBElementId KCDTIdHeaderMode							= 0x16910000; 
       
  2295 //	const TMDBElementId KCDTIdQosName								= 0x16920000; 		
       
  2296 
       
  2297 
       
  2298 	// Field Names
       
  2299 	#define	KCDTypeNameDownlinkBandwidth					_S("DownlinkBandwidth")
       
  2300 	#define	KCDTypeNameUplinkBandwidth						_S("UplinkBandwidth")
       
  2301 	#define	KCDTypeNameDownLinkMaximumBurstSize             _S("DownLinkMaximumBurstSize")
       
  2302 	#define	KCDTypeNameUpLinkMaximumBurstSize             	_S("UpLinkMaximumBurstSize")
       
  2303 	#define	KCDTypeNameDownLinkAveragePacketSize            _S("DownLinkAveragePacketSize")
       
  2304 	#define	KCDTypeNameUpLinkAveragePacketSize              _S("UpLinkAveragePacketSize")
       
  2305 	#define	KCDTypeNameDownLinkMaximumPacketSize            _S("DownLinkMaximumPacketSize")
       
  2306 	#define	KCDTypeNameUpLinkMaximumPacketSize              _S("UpLinkMaximumPacketSize")
       
  2307 	#define	KCDTypeNameDownLinkDelay                  		_S("DownLinkDelay")
       
  2308 	#define	KCDTypeNameUpLinkDelay                       	_S("UpLinkDelay")
       
  2309 	#define	KCDTypeNameDownLinkDelayVariation               _S("DownLinkDelayVariation")
       
  2310 	#define	KCDTypeNameUpLinkDelayVariation                 _S("UpLinkDelayVariation")
       
  2311 	#define	KCDTypeNameDownLinkPriority                     _S("DownLinkPriority")
       
  2312 	#define	KCDTypeNameUpLinkPriority                    	_S("UpLinkPriority")
       
  2313 	#define	KCDTypeNameHeaderMode              				_S("HeaderMode")
       
  2314 //	#define	KCDTypeNameQosName                  			_S("QosName")
       
  2315 #endif //SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
  2316 
       
  2317 // need to preserve compatibility, soon to become internalTechnology
       
  2318 //#ifdef SYMBIAN_NETWORKING_WIFI
       
  2319 //////////////////////////////////////////////////////////////////////////////////////
       
  2320 // 27/ WIFI SCANENGINE RECORD
       
  2321 //
       
  2322 	// FieldTIds
       
  2323 	const TMDBElementId KCDTIdScanPeriodMs					= 0x17030000; 
       
  2324 	const TMDBElementId KCDTIdRSSIMin						= 0x17040000; 
       
  2325 	const TMDBElementId KCDTIdRSSIMax		 				= 0x17050000; 
       
  2326 	
       
  2327 	// Field Names
       
  2328 	#define	KCDTypeNameScanPeriodMs							_S("ScanPeriodMs")
       
  2329 	#define	KCDTypeNameRSSIMin								_S("RSSIMin")
       
  2330 	#define	KCDTypeNameRSSIMax				        		_S("RSSIMax")
       
  2331 //#endif //SYMBIAN_NETWORKING_WIFI
       
  2332 
       
  2333 } // end namespace CommsDat
       
  2334 
       
  2335 
       
  2336 #endif //COMMSDATTYPEINFOV1_1_H