commsconfig/commsdatabaseshim/TE_commdb/te_cdma2000Settings/config/te_cdmacommdbsettings.xml
changeset 72 ae47d0499bee
equal deleted inserted replaced
68:5da8188e392b 72:ae47d0499bee
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!--
       
     3 //
       
     4 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     5 // All rights reserved.
       
     6 // This component and the accompanying materials are made available
       
     7 // under the terms of "Eclipse Public License v1.0"
       
     8 // which accompanies this distribution, and is available
       
     9 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    10 //
       
    11 // Initial Contributors:
       
    12 // Nokia Corporation - initial contribution.
       
    13 //
       
    14 // Contributors:
       
    15 //
       
    16 // Description:
       
    17 //
       
    18 //
       
    19 -->
       
    20 <CommDB:Config xmlns="SymbianOS.Generic.Comms-Infras.CommDB"
       
    21                xmlns:CommDB="SymbianOS.Generic.Comms-Infras.CommDB"
       
    22                xmlns:xlink="http://www.w3.org/1999/xlink"
       
    23                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       
    24                xsi:schemaLocation="SymbianOS.Generic.Comms-Infras.CommDB CommDB.xsd">
       
    25 
       
    26 <InformationTable>
       
    27 </InformationTable>
       
    28 
       
    29 <NetworkTable>
       
    30     <Network operation="add">
       
    31         <Name>Intranet</Name>
       
    32     </Network>
       
    33     <Network operation="add">
       
    34         <Name>mRouter</Name>
       
    35     </Network>
       
    36 </NetworkTable>
       
    37 
       
    38 <IAPTable>
       
    39 </IAPTable>
       
    40 
       
    41 <ModemBearerTable>
       
    42 </ModemBearerTable>
       
    43 
       
    44 <LANBearerTable>
       
    45 </LANBearerTable>
       
    46 
       
    47 <LANServiceTable>
       
    48 </LANServiceTable>
       
    49 
       
    50 <DialInISPTable>
       
    51 </DialInISPTable>
       
    52 
       
    53 <DialOutISPTable>
       
    54     <DialOutISP operation="add">
       
    55         <Name>NT RAS</Name>
       
    56         <DialResolution>TRUE</DialResolution>
       
    57         <UseLoginScript>TRUE</UseLoginScript>
       
    58         <PromptForLogin>FALSE</PromptForLogin>
       
    59         <IfPromptForAuth>FALSE</IfPromptForAuth>
       
    60         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
    61         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
    62         <Ip6DNSAddrFromServer>TRUE</Ip6DNSAddrFromServer>
       
    63         <Description>Test</Description>
       
    64         <Type>INTERNETONLY</Type>
       
    65         <LoginScript>CHARMAP \[windows-1252\]\nLOOP 10\n{\nSEND &quot;CLIENT&quot;+&lt;0x0d&gt;\nWAIT 3\n{\n&quot;SERVER&quot; OK\n}\n}\nEXIT KErrNoAnswer$\n\nOK:\nEXIT\n</LoginScript>
       
    66         <DisplayPCT>FALSE</DisplayPCT>
       
    67         <IfServerMode>TRUE</IfServerMode>
       
    68         <IfNetworks>ip</IfNetworks>
       
    69         <IfAuthName>RasUser</IfAuthName>
       
    70         <IfAuthPass>pass</IfAuthPass>
       
    71         <AuthRetries>0</AuthRetries>
       
    72         <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
       
    73         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
    74         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
    75         <EnableSWComp>TRUE</EnableSWComp>
       
    76     </DialOutISP>
       
    77 </DialOutISPTable>
       
    78 
       
    79 <AgentLookupTable>
       
    80 </AgentLookupTable>
       
    81 
       
    82 <CDMA2000PacketServiceTable>
       
    83     <CDMA2000PacketService operation="add">
       
    84         <Name>Mobile IP</Name>
       
    85         <IwfName>Test2000</IwfName>
       
    86         <ServiceOption>HIGHSPEEDCDMA2000DATA</ServiceOption>
       
    87         <PdpType>IPV4</PdpType>
       
    88         <ReqFwdPriority>PRIORITY04</ReqFwdPriority>
       
    89         <ReqRevPriority>PRIORITY04</ReqRevPriority>
       
    90         <ReqFwdBitrate>32KBPS</ReqFwdBitrate>
       
    91         <ReqRevBitrate>32KBPS</ReqRevBitrate>
       
    92         <ReqFwdLoss>LOSS1</ReqFwdLoss>
       
    93         <ReqRevLoss>LOSS1</ReqRevLoss>
       
    94         <ReqFwdMaxdelay>40MS</ReqFwdMaxdelay>
       
    95         <ReqRevMaxdelay>40MS</ReqRevMaxdelay>
       
    96         <MinFwdBitrate>32KBPS</MinFwdBitrate>
       
    97         <MinRevBitrate>32KBPS</MinRevBitrate>
       
    98         <AccptFwdLoss>LOSS2</AccptFwdLoss>
       
    99         <AccptRevLoss>LOSS2</AccptRevLoss>
       
   100         <AccptFwdMaxdelay>120MS</AccptFwdMaxdelay>
       
   101         <AccptRevMaxdelay>120MS</AccptRevMaxdelay>
       
   102         <EnableSWComp>FALSE</EnableSWComp>
       
   103         <EnableIPHeaderComp>TRUE</EnableIPHeaderComp>
       
   104         <AnonymousAccess>FALSE</AnonymousAccess>
       
   105         <IfNetworks>ip</IfNetworks>
       
   106         <IfExternIpConfigAlwaysRejectAuth>TRUE</IfExternIpConfigAlwaysRejectAuth>
       
   107         <IfAuthName>RasUser</IfAuthName>
       
   108         <IfAuthPass>pass</IfAuthPass>
       
   109         <IfPromptForAuth>FALSE</IfPromptForAuth>
       
   110         <AuthRetries>1</AuthRetries>
       
   111         <IpNetMask>1.1.1.1</IpNetMask>
       
   112         <IpGateway>1.1.1.1</IpGateway>
       
   113         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   114         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
   115         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
   116         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
   117         <ApType>2</ApType>
       
   118         <QosWarningTimeout>1000000</QosWarningTimeout>
       
   119         <Ip6DNSAddrFromServer>TRUE</Ip6DNSAddrFromServer>
       
   120         <RlpMode>TRANSPARENT</RlpMode>
       
   121         <CDMANaiType>1</CDMANaiType>
       
   122         <CDMASimpleIpAuthAlgorithm>3</CDMASimpleIpAuthAlgorithm>
       
   123         <CDMASimpleIpPapSsHandle>11</CDMASimpleIpPapSsHandle>
       
   124         <CDMASimpleIpChapSsHandle>12</CDMASimpleIpChapSsHandle>
       
   125         <CDMAMobileIpTBit>0</CDMAMobileIpTBit>
       
   126         <CDMAMobileIpHomeAddress>1.2.3.4</CDMAMobileIpHomeAddress>
       
   127         <CDMAMobileIpPrimaryHomeAgent>1.2.3.4</CDMAMobileIpPrimaryHomeAgent>
       
   128         <CDMAMobileIpSecondaryHomeAgent>1.2.3.4</CDMAMobileIpSecondaryHomeAgent>
       
   129         <CDMAMobileIpMnAaaAuthAlgorithm>1</CDMAMobileIpMnAaaAuthAlgorithm>
       
   130         <CDMAMobileIpMnAaaSpiIndicator>TRUE</CDMAMobileIpMnAaaSpiIndicator>
       
   131         <CDMAMobileIpMnAaaSpi>1</CDMAMobileIpMnAaaSpi>
       
   132         <CDMAMobileIpMnAaaSsData>MnAaaSsHandleLongerThan128Bits</CDMAMobileIpMnAaaSsData>
       
   133         <CDMAMobileIpMnHaAuthAlgorithm>1</CDMAMobileIpMnHaAuthAlgorithm>
       
   134         <CDMAMobileIpMnHaSpiIndicator>TRUE</CDMAMobileIpMnHaSpiIndicator>
       
   135         <CDMAMobileIpMnHaSpi>1</CDMAMobileIpMnHaSpi>
       
   136         <CDMAMobileIpMnHaSsData>MnHaSsHandleLongerThan128Bits</CDMAMobileIpMnHaSsData>
       
   137         <CDMAFchMux>1</CDMAFchMux>
       
   138         <CDMASchMux>2</CDMASchMux>
       
   139     </CDMA2000PacketService>
       
   140 </CDMA2000PacketServiceTable>
       
   141 
       
   142 <DefaultCDMA2000Table>
       
   143 	 <DefaultCDMA2000 operation="add">
       
   144 	 	<Name>Default</Name>
       
   145 	 	<Usage>1</Usage>
       
   146 		<IwfName>Test2000</IwfName>
       
   147 		<ServiceOption>HIGHSPEEDCDMA2000DATA</ServiceOption>
       
   148 		<PdpType>IPV4</PdpType>
       
   149 		<PdpAddress>1.2.3.4</PdpAddress>
       
   150 		<ReqFwdPriority>PRIORITY04</ReqFwdPriority>
       
   151 		<ReqRevPriority>PRIORITY04</ReqRevPriority>
       
   152 		<ReqFwdBitrate>32KBPS</ReqFwdBitrate>
       
   153 		<ReqRevBitrate>32KBPS</ReqRevBitrate>
       
   154 		<ReqFwdLoss>LOSS1</ReqFwdLoss>
       
   155 		<ReqRevLoss>LOSS1</ReqRevLoss>
       
   156 		<ReqFwdMaxdelay>40MS</ReqFwdMaxdelay>
       
   157 		<ReqRevMaxdelay>40MS</ReqRevMaxdelay>
       
   158 		<MinFwdBitrate>32KBPS</MinFwdBitrate>
       
   159 		<MinRevBitrate>32KBPS</MinRevBitrate>
       
   160 		<AccptFwdLoss>LOSS2</AccptFwdLoss>
       
   161 		<AccptRevLoss>LOSS2</AccptRevLoss>
       
   162 		<AccptFwdMaxdelay>120MS</AccptFwdMaxdelay>
       
   163 		<AccptRevMaxdelay>120MS</AccptRevMaxdelay>
       
   164 		<EnableIPHeaderComp>TRUE</EnableIPHeaderComp>
       
   165 		<AnonymousAccess>FALSE</AnonymousAccess>
       
   166 		<HomeAgentAddress>1.2.3.4</HomeAgentAddress>
       
   167 		<CDMAOperationMode>1</CDMAOperationMode>
       
   168 		<CDMAMobileIPTimeout>100</CDMAMobileIPTimeout>
       
   169 		<CDMAMobileIpMaxNumRetry>2</CDMAMobileIpMaxNumRetry>
       
   170 		<CDMAMobileIpFirstRetryTimeout>10000000</CDMAMobileIpFirstRetryTimeout>
       
   171 		<CDMAMobileIpReregThreshold>11</CDMAMobileIpReregThreshold>
       
   172         <CDMAFchMux>1</CDMAFchMux>
       
   173         <CDMASchMux>2</CDMASchMux>
       
   174 	 </DefaultCDMA2000>
       
   175 </DefaultCDMA2000Table>
       
   176 
       
   177 <ChargecardTable>
       
   178     <Chargecard operation="add">
       
   179         <Name>ChargecardTable1</Name>
       
   180     </Chargecard>
       
   181 </ChargecardTable>
       
   182 
       
   183 <ConnectionPreferencesTable>
       
   184 </ConnectionPreferencesTable>
       
   185 
       
   186 <GlobalSettingsTable>
       
   187     <GlobalSettings operation="add">
       
   188         <Name>GlobalSettingsTable1</Name>
       
   189         <WAPAccess>WAPAccessPoint.Default Dial In ISP</WAPAccess>
       
   190         <RedialAttempts>3</RedialAttempts>
       
   191         <SmsReceiveMode>2</SmsReceiveMode>
       
   192         <GPRSAttachMode>1</GPRSAttachMode>
       
   193         <AcceptIncomingGprs>1</AcceptIncomingGprs>
       
   194         <ConnectionAttempts>2</ConnectionAttempts>
       
   195         <ModemForDataAndFax>2</ModemForDataAndFax>
       
   196         <ModemForPhoneServicesAndSMS>2</ModemForPhoneServicesAndSMS>
       
   197         <LocationForDataAndFax>Location.Office</LocationForDataAndFax>
       
   198         <LocationForPhoneServicesAndSMS>Location.Office</LocationForPhoneServicesAndSMS>
       
   199         <GPRSClassCBearer>GSM</GPRSClassCBearer>
       
   200         <DefaultNetwork>Network.Intranet</DefaultNetwork>
       
   201         <BearerAvailabilityCheckTSY>mm</BearerAvailabilityCheckTSY>
       
   202         <CDMAOperationCapability>4</CDMAOperationCapability>
       
   203         <CDMASimpleIpMaxNumNai>5</CDMASimpleIpMaxNumNai>
       
   204         <CDMASimpleIpMaxNaiLength>72</CDMASimpleIpMaxNaiLength>
       
   205         <CDMASimpleIpMaxSsLength>100</CDMASimpleIpMaxSsLength>
       
   206         <CDMASimpleIpAuthSupported>3</CDMASimpleIpAuthSupported>
       
   207         <CDMAMobileIpMaxNumNai>5</CDMAMobileIpMaxNumNai>
       
   208         <CDMAMobileIpMaxNAILength>72</CDMAMobileIpMaxNAILength>
       
   209         <CDMAMobileIpMaxMnAaaSsLength>100</CDMAMobileIpMaxMnAaaSsLength>
       
   210         <CDMAMobileIpMnAaaAuthAlgorithm>1</CDMAMobileIpMnAaaAuthAlgorithm>
       
   211         <CDMAMobileIpMaxMnHaSsLength>100</CDMAMobileIpMaxMnHaSsLength>
       
   212         <CDMAMobileIpMnHaAuthAlgorithm>1</CDMAMobileIpMnHaAuthAlgorithm>
       
   213     </GlobalSettings>
       
   214 </GlobalSettingsTable>
       
   215 
       
   216 <IncomingGPRSTable>
       
   217 </IncomingGPRSTable>
       
   218 
       
   219 <OutgoingGPRSTable>
       
   220 </OutgoingGPRSTable>
       
   221 
       
   222 <DefaultGPRSTable>
       
   223 </DefaultGPRSTable>
       
   224 
       
   225 <ProxyTable>
       
   226 </ProxyTable>
       
   227 
       
   228 <LocationTable>
       
   229     <Location operation="template">
       
   230         <Name>Default Location</Name>
       
   231         <Mobile>TRUE</Mobile>
       
   232         <UsePulseDial>FALSE</UsePulseDial>
       
   233         <WaitForDialTone>FALSE</WaitForDialTone>
       
   234         <PauseAfterDialout>0</PauseAfterDialout>
       
   235         <IntlPrefixCode>+</IntlPrefixCode>
       
   236         <NatPrefixCode>0</NatPrefixCode>
       
   237         <NatCode>44</NatCode>
       
   238     </Location>
       
   239     <Location operation="add">
       
   240         <Name>Office</Name>
       
   241         <Mobile>FALSE</Mobile>
       
   242         <UsePulseDial>FALSE</UsePulseDial>
       
   243         <WaitForDialTone>FALSE</WaitForDialTone>
       
   244         <PauseAfterDialout>0</PauseAfterDialout>
       
   245         <IntlPrefixCode>00</IntlPrefixCode>
       
   246         <NatPrefixCode>0</NatPrefixCode>
       
   247         <NatCode>44</NatCode>
       
   248         <AreaCode>171</AreaCode>
       
   249         <DialOutCode>9,</DialOutCode>
       
   250     </Location>
       
   251 </LocationTable>
       
   252 
       
   253 <SecureSocketTable>
       
   254 </SecureSocketTable>
       
   255 
       
   256 <BTDeviceTable>
       
   257 </BTDeviceTable>
       
   258 
       
   259 <BTPersistTable>
       
   260 </BTPersistTable>
       
   261 
       
   262 <BTSecurityTable>
       
   263 </BTSecurityTable>
       
   264 
       
   265 <BTDefaultTable>
       
   266 </BTDefaultTable>
       
   267 
       
   268 <WAPAccessPointTable>
       
   269     <WAPAccessPoint operation="template">
       
   270         <Name>Default Dial In ISP</Name>
       
   271         <CurrentBearer>WAPIPBearer</CurrentBearer>
       
   272     </WAPAccessPoint>
       
   273     <WAPAccessPoint operation="add">
       
   274         <Name>Dummy WAP Settings</Name>
       
   275         <CurrentBearer>WAPIPBearer</CurrentBearer>
       
   276         <StartPage>www.wapstart.com</StartPage>
       
   277     </WAPAccessPoint>
       
   278 </WAPAccessPointTable>
       
   279 
       
   280 <WAPIPBearerTable>
       
   281 </WAPIPBearerTable>
       
   282 
       
   283 <WAPSMSBearerTable>
       
   284 </WAPSMSBearerTable>
       
   285 
       
   286 <VirtualBearerTable>
       
   287 </VirtualBearerTable>
       
   288 
       
   289 <VpnServiceTable>
       
   290 </VpnServiceTable>
       
   291 
       
   292 
       
   293 </CommDB:Config>