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