commdb/ethernetced.xml
author William Roberts <williamr@symbian.org>
Thu, 18 Nov 2010 11:35:56 +0000
changeset 134 79169c91b472
permissions -rw-r--r--
Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file Note that this doesn't seem to make ethernet networking work, and it's probably necessary to run the ipconnmgmt dbcreator.exe as well to get a fully working commdb.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
134
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
     2
<!--
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
     3
 Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
     4
 All rights reserved.
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
     5
 This component and the accompanying materials are made available
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
     6
 under the terms of "Eclipse Public License v1.0"
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
     7
 which accompanies this distribution, and is available
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
     8
 at the URL "http://www.eclipse.org/legal/epl-v10.html".
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
     9
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    10
 Initial Contributors:
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    11
 Nokia Corporation - initial contribution.
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    12
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    13
 Contributors:
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    14
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    15
 Description:
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    16
 CommDB Settings File
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    17
 All Rights Reserved
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    18
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    19
-->
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    20
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    21
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    22
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    23
<CommDB:Config xmlns="SymbianOS.Generic.Comms-Infras.CommDB"
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    24
               xmlns:CommDB="SymbianOS.Generic.Comms-Infras.CommDB"
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    25
               xmlns:xlink="http://www.w3.org/1999/xlink"
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    26
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    27
               xsi:schemaLocation="SymbianOS.Generic.Comms-Infras.CommDB CommDB.xsd">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    28
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    29
<InformationTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    30
</InformationTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    31
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    32
<NetworkTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    33
    <Network operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    34
        <Name>Intranet</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    35
    </Network>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    36
    <Network operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    37
        <Name>mRouter</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    38
    </Network>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    39
</NetworkTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    40
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    41
<IAPTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    42
   <IAP operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    43
       <Name>Syborg Ethernet - Static IP</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    44
       <IAPService>LANService.Ethernet No Daemon</IAPService>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    45
       <IAPBearer>LANBearer.EKA2 Syborg Ethernet</IAPBearer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    46
       <IAPNetwork>Network.Intranet</IAPNetwork>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    47
       <IAPNetworkWeighting>0</IAPNetworkWeighting>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    48
       <LocationRef>Location.Office</LocationRef>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    49
   </IAP>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    50
    <IAP operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    51
        <Name>WinTAP Ethernet - Dynamic IP</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    52
        <IAPService>LANService.Ethernet</IAPService>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    53
        <IAPBearer>LANBearer.EKA2 Emulator Ethernet</IAPBearer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    54
        <IAPNetwork>Network.Intranet</IAPNetwork>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    55
        <IAPNetworkWeighting>0</IAPNetworkWeighting>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    56
        <LocationRef>Location.Office</LocationRef>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    57
    </IAP>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    58
</IAPTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    59
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    60
<ModemBearerTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    61
    <ModemBearer operation="template">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    62
        <Name>Default Modem</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    63
        <Agent>CSD.agt</Agent>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    64
        <IfName>PPP</IfName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    65
        <PortName>COMM::0</PortName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    66
        <TSYName>MM</TSYName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    67
        <CSYName>ECUART</CSYName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    68
        <DataBits>8</DataBits>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    69
        <StopBits>1</StopBits>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    70
        <Parity>NONE</Parity>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    71
        <Rate>115200</Rate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    72
        <Handshaking>0</Handshaking>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    73
        <SpecialRate>0</SpecialRate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    74
        <XonChar>0</XonChar>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    75
        <XoffChar>0</XoffChar>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    76
        <FaxClassPref>AUTO</FaxClassPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    77
        <SpeakerPref>NEVER</SpeakerPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    78
        <SpeakerVolPref>QUIET</SpeakerVolPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    79
        <ModemInitString>AT</ModemInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    80
        <DataInitString>AT</DataInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    81
        <FaxInitString>AT</FaxInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    82
        <DialPauseLength>S8=</DialPauseLength>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    83
        <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    84
        <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    85
        <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    86
        <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    87
        <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    88
        <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    89
        <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    90
        <DialToneWaitModifier>W</DialToneWaitModifier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    91
        <CallProgress1>X1</CallProgress1>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    92
        <CallProgress2>X2</CallProgress2>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    93
        <CallProgress3>X3</CallProgress3>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    94
        <CallProgress4>X4</CallProgress4>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    95
        <EchoOff>E0</EchoOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    96
        <VerboseText>V1</VerboseText>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    97
        <QuietOff>Q0</QuietOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    98
        <QuietOn>Q1</QuietOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
    99
        <DialCommandStateModifier>;</DialCommandStateModifier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   100
        <OnLine>O</OnLine>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   101
        <ResetConfiguration>Z</ResetConfiguration>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   102
        <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   103
        <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   104
        <DTRHangUp>&amp;D2</DTRHangUp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   105
        <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   106
        <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   107
        <XonXoffHandshake>&amp;K4</XonXoffHandshake>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   108
        <EscapeCharacter>+</EscapeCharacter>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   109
        <EscapeGuardPeriod>S12</EscapeGuardPeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   110
        <NoDialTone>NO DIAL TONE</NoDialTone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   111
        <Busy>BUSY</Busy>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   112
        <NoAnswer>NO ANSWER</NoAnswer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   113
        <Carrier>CARRIER</Carrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   114
        <Connect>CONNECT</Connect>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   115
        <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   116
        <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   117
        <CompressionNone>COMPRESSION:NONE</CompressionNone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   118
        <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   119
        <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   120
        <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   121
        <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   122
        <MessageCentreNumber>+44123456789</MessageCentreNumber>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   123
        <MessageValidityPeriod>1440</MessageValidityPeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   124
        <MessageDeliveryReport>FALSE</MessageDeliveryReport>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   125
        <MinimumSignalLevel>9905</MinimumSignalLevel>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   126
        <LastSocketActivityTimeout>180</LastSocketActivityTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   127
        <LastSessionClosedTimeout>30</LastSessionClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   128
        <LastSocketClosedTimeout>60</LastSocketClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   129
        <SIRSettings>0</SIRSettings>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   130
        <CommRole>0</CommRole>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   131
    </ModemBearer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   132
    <ModemBearer operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   133
        <Name>Null Modem 115200bps</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   134
        <Agent>CSD.agt</Agent>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   135
        <IfName>PPP</IfName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   136
        <PortName>COMM::0</PortName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   137
        <TSYName>MM</TSYName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   138
        <CSYName>ECUART</CSYName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   139
        <DataBits>8</DataBits>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   140
        <StopBits>1</StopBits>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   141
        <Parity>NONE</Parity>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   142
        <Rate>115200</Rate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   143
        <Handshaking>4</Handshaking>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   144
        <SpecialRate>0</SpecialRate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   145
        <XonChar>0</XonChar>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   146
        <XoffChar>0</XoffChar>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   147
        <FaxClassPref>AUTO</FaxClassPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   148
        <SpeakerPref>NEVER</SpeakerPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   149
        <SpeakerVolPref>QUIET</SpeakerVolPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   150
        <ModemInitString>AT</ModemInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   151
        <DataInitString>AT</DataInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   152
        <FaxInitString>AT</FaxInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   153
        <DialPauseLength>S8=</DialPauseLength>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   154
        <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   155
        <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   156
        <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   157
        <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   158
        <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   159
        <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   160
        <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   161
        <DialToneWaitModifier>W</DialToneWaitModifier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   162
        <CallProgress1>X1</CallProgress1>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   163
        <CallProgress2>X2</CallProgress2>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   164
        <CallProgress3>X3</CallProgress3>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   165
        <CallProgress4>X4</CallProgress4>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   166
        <EchoOff>E0</EchoOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   167
        <VerboseText>V1</VerboseText>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   168
        <QuietOff>Q0</QuietOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   169
        <QuietOn>Q1</QuietOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   170
        <DialCommandStateModifier>;</DialCommandStateModifier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   171
        <OnLine>O</OnLine>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   172
        <ResetConfiguration>Z</ResetConfiguration>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   173
        <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   174
        <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   175
        <DTRHangUp>&amp;D2</DTRHangUp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   176
        <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   177
        <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   178
        <XonXoffHandshake>&amp;K4</XonXoffHandshake>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   179
        <EscapeCharacter>+</EscapeCharacter>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   180
        <EscapeGuardPeriod>S12</EscapeGuardPeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   181
        <NoDialTone>NO DIAL TONE</NoDialTone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   182
        <Busy>BUSY</Busy>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   183
        <NoAnswer>NO ANSWER</NoAnswer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   184
        <Carrier>CARRIER</Carrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   185
        <Connect>CONNECT</Connect>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   186
        <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   187
        <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   188
        <CompressionNone>COMPRESSION:NONE</CompressionNone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   189
        <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   190
        <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   191
        <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   192
        <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   193
        <MessageCentreNumber>+44123456789</MessageCentreNumber>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   194
        <MessageValidityPeriod>1440</MessageValidityPeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   195
        <MessageDeliveryReport>FALSE</MessageDeliveryReport>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   196
        <MinimumSignalLevel>9905</MinimumSignalLevel>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   197
        <LastSocketActivityTimeout>180</LastSocketActivityTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   198
        <LastSessionClosedTimeout>30</LastSessionClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   199
        <LastSocketClosedTimeout>60</LastSocketClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   200
        <SIRSettings>0</SIRSettings>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   201
        <CommRole>0</CommRole>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   202
    </ModemBearer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   203
    <ModemBearer operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   204
        <Name>US Robotics Sportster</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   205
        <Agent>CSD.agt</Agent>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   206
        <IfName>PPP</IfName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   207
        <PortName>COMM::0</PortName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   208
        <TSYName>MM</TSYName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   209
        <CSYName>ECUART</CSYName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   210
        <DataBits>8</DataBits>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   211
        <StopBits>1</StopBits>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   212
        <Parity>NONE</Parity>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   213
        <Rate>57600</Rate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   214
        <Handshaking>244</Handshaking>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   215
        <SpecialRate>0</SpecialRate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   216
        <XonChar>0</XonChar>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   217
        <XoffChar>0</XoffChar>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   218
        <FaxClassPref>AUTO</FaxClassPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   219
        <SpeakerPref>AFTERDIALUNTILANSWER</SpeakerPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   220
        <SpeakerVolPref>QUIET</SpeakerVolPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   221
        <ModemInitString>AT&amp;F1</ModemInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   222
        <DataInitString>AT</DataInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   223
        <FaxInitString>AT&amp;d2</FaxInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   224
        <DialPauseLength>S8=</DialPauseLength>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   225
        <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   226
        <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   227
        <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   228
        <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   229
        <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   230
        <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   231
        <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   232
        <DialToneWaitModifier>W</DialToneWaitModifier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   233
        <CallProgress1>X1</CallProgress1>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   234
        <CallProgress2>X2</CallProgress2>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   235
        <CallProgress3>X3</CallProgress3>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   236
        <CallProgress4>X4</CallProgress4>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   237
        <EchoOff>E0</EchoOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   238
        <VerboseText>V1</VerboseText>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   239
        <QuietOff>Q0</QuietOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   240
        <QuietOn>Q1</QuietOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   241
        <DialCommandStateModifier>;</DialCommandStateModifier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   242
        <OnLine>O</OnLine>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   243
        <ResetConfiguration>Z</ResetConfiguration>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   244
        <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   245
        <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   246
        <DTRHangUp>&amp;D2</DTRHangUp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   247
        <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   248
        <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   249
        <XonXoffHandshake>&amp;K4</XonXoffHandshake>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   250
        <EscapeCharacter>+</EscapeCharacter>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   251
        <EscapeGuardPeriod>S12</EscapeGuardPeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   252
        <NoDialTone>NO DIAL TONE</NoDialTone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   253
        <Busy>BUSY</Busy>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   254
        <NoAnswer>NO ANSWER</NoAnswer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   255
        <Carrier>CARRIER</Carrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   256
        <Connect>CONNECT</Connect>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   257
        <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   258
        <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   259
        <CompressionNone>COMPRESSION:NONE</CompressionNone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   260
        <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   261
        <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   262
        <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   263
        <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   264
        <MessageCentreNumber>+44123456789</MessageCentreNumber>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   265
        <MessageValidityPeriod>1440</MessageValidityPeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   266
        <MessageDeliveryReport>FALSE</MessageDeliveryReport>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   267
        <MinimumSignalLevel>9905</MinimumSignalLevel>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   268
        <LastSocketActivityTimeout>180</LastSocketActivityTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   269
        <LastSessionClosedTimeout>30</LastSessionClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   270
        <LastSocketClosedTimeout>60</LastSocketClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   271
        <SIRSettings>0</SIRSettings>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   272
        <CommRole>0</CommRole>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   273
    </ModemBearer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   274
    <ModemBearer operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   275
        <Name>Dacom Surfer</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   276
        <Agent>CSD.agt</Agent>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   277
        <IfName>PPP</IfName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   278
        <PortName>COMM::0</PortName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   279
        <TSYName>MM</TSYName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   280
        <CSYName>ECUART</CSYName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   281
        <DataBits>8</DataBits>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   282
        <StopBits>1</StopBits>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   283
        <Parity>NONE</Parity>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   284
        <Rate>57600</Rate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   285
        <Handshaking>244</Handshaking>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   286
        <SpecialRate>0</SpecialRate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   287
        <XonChar>0</XonChar>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   288
        <XoffChar>0</XoffChar>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   289
        <FaxClassPref>AUTO</FaxClassPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   290
        <SpeakerPref>AFTERDIALUNTILANSWER</SpeakerPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   291
        <SpeakerVolPref>QUIET</SpeakerVolPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   292
        <ModemInitString>AT&amp;F</ModemInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   293
        <DataInitString>AT</DataInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   294
        <FaxInitString>AT&amp;d2</FaxInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   295
        <DialPauseLength>S8=</DialPauseLength>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   296
        <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   297
        <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   298
        <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   299
        <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   300
        <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   301
        <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   302
        <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   303
        <DialToneWaitModifier>W</DialToneWaitModifier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   304
        <CallProgress1>X1</CallProgress1>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   305
        <CallProgress2>X2</CallProgress2>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   306
        <CallProgress3>X3</CallProgress3>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   307
        <CallProgress4>X4</CallProgress4>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   308
        <EchoOff>E0</EchoOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   309
        <VerboseText>V1</VerboseText>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   310
        <QuietOff>Q0</QuietOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   311
        <QuietOn>Q1</QuietOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   312
        <DialCommandStateModifier>;</DialCommandStateModifier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   313
        <OnLine>O</OnLine>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   314
        <ResetConfiguration>Z</ResetConfiguration>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   315
        <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   316
        <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   317
        <DTRHangUp>&amp;D2</DTRHangUp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   318
        <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   319
        <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   320
        <XonXoffHandshake>&amp;K4</XonXoffHandshake>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   321
        <EscapeCharacter>+</EscapeCharacter>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   322
        <EscapeGuardPeriod>S12</EscapeGuardPeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   323
        <NoDialTone>NO DIAL TONE</NoDialTone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   324
        <Busy>BUSY</Busy>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   325
        <NoAnswer>NO ANSWER</NoAnswer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   326
        <Carrier>CARRIER</Carrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   327
        <Connect>CONNECT</Connect>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   328
        <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   329
        <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   330
        <CompressionNone>COMPRESSION:NONE</CompressionNone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   331
        <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   332
        <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   333
        <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   334
        <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   335
        <MessageCentreNumber>+44123456789</MessageCentreNumber>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   336
        <MessageValidityPeriod>1440</MessageValidityPeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   337
        <MessageDeliveryReport>FALSE</MessageDeliveryReport>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   338
        <MinimumSignalLevel>9905</MinimumSignalLevel>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   339
        <LastSocketActivityTimeout>180</LastSocketActivityTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   340
        <LastSessionClosedTimeout>30</LastSessionClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   341
        <LastSocketClosedTimeout>60</LastSocketClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   342
        <SIRSettings>0</SIRSettings>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   343
        <CommRole>0</CommRole>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   344
    </ModemBearer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   345
    <ModemBearer operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   346
        <Name>GSM Mobile Phone via Infrared</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   347
        <Agent>CSD.agt</Agent>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   348
        <IfName>PPP</IfName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   349
        <PortName>IRCOMM::0</PortName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   350
        <TSYName>MM</TSYName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   351
        <CSYName>IRCOMM</CSYName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   352
        <DataBits>8</DataBits>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   353
        <StopBits>1</StopBits>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   354
        <Parity>NONE</Parity>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   355
        <Rate>115200</Rate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   356
        <Handshaking>196</Handshaking>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   357
        <SpecialRate>0</SpecialRate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   358
        <XonChar>17</XonChar>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   359
        <XoffChar>19</XoffChar>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   360
        <FaxClassPref>AUTO</FaxClassPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   361
        <SpeakerPref>NEVER</SpeakerPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   362
        <SpeakerVolPref>QUIET</SpeakerVolPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   363
        <ModemInitString>ATZ</ModemInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   364
        <DataInitString>AT</DataInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   365
        <FaxInitString>AT</FaxInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   366
        <DialPauseLength>S8=</DialPauseLength>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   367
        <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   368
        <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   369
        <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   370
        <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   371
        <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   372
        <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   373
        <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   374
        <DialToneWaitModifier>W</DialToneWaitModifier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   375
        <CallProgress1>X1</CallProgress1>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   376
        <CallProgress2>X2</CallProgress2>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   377
        <CallProgress3>X3</CallProgress3>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   378
        <CallProgress4>X4</CallProgress4>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   379
        <EchoOff>E0</EchoOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   380
        <VerboseText>V1</VerboseText>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   381
        <QuietOff>Q0</QuietOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   382
        <QuietOn>Q1</QuietOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   383
        <DialCommandStateModifier>;</DialCommandStateModifier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   384
        <OnLine>O</OnLine>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   385
        <ResetConfiguration>Z</ResetConfiguration>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   386
        <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   387
        <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   388
        <DTRHangUp>&amp;D2</DTRHangUp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   389
        <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   390
        <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   391
        <XonXoffHandshake>&amp;K4</XonXoffHandshake>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   392
        <EscapeCharacter>+</EscapeCharacter>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   393
        <EscapeGuardPeriod>S12</EscapeGuardPeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   394
        <NoDialTone>NO DIAL TONE</NoDialTone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   395
        <Busy>BUSY</Busy>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   396
        <NoAnswer>NO ANSWER</NoAnswer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   397
        <Carrier>CARRIER</Carrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   398
        <Connect>CONNECT</Connect>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   399
        <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   400
        <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   401
        <CompressionNone>COMPRESSION:NONE</CompressionNone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   402
        <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   403
        <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   404
        <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   405
        <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   406
        <MessageCentreNumber>+44123456789</MessageCentreNumber>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   407
        <MessageValidityPeriod>1440</MessageValidityPeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   408
        <MessageDeliveryReport>FALSE</MessageDeliveryReport>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   409
        <MinimumSignalLevel>9905</MinimumSignalLevel>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   410
        <LastSocketActivityTimeout>180</LastSocketActivityTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   411
        <LastSessionClosedTimeout>30</LastSessionClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   412
        <LastSocketClosedTimeout>60</LastSocketClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   413
        <SIRSettings>0</SIRSettings>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   414
        <CommRole>0</CommRole>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   415
    </ModemBearer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   416
    <ModemBearer operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   417
        <Name>GSM Mobile Phone via Serial</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   418
        <Agent>CSD.agt</Agent>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   419
        <IfName>PPP</IfName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   420
        <PortName>COMM::0</PortName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   421
        <TSYName>MM</TSYName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   422
        <CSYName>ECUART</CSYName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   423
        <DataBits>8</DataBits>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   424
        <StopBits>1</StopBits>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   425
        <Parity>NONE</Parity>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   426
        <Rate>19200</Rate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   427
        <Handshaking>196</Handshaking>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   428
        <SpecialRate>0</SpecialRate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   429
        <XonChar>17</XonChar>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   430
        <XoffChar>19</XoffChar>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   431
        <FaxClassPref>AUTO</FaxClassPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   432
        <SpeakerPref>NEVER</SpeakerPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   433
        <SpeakerVolPref>QUIET</SpeakerVolPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   434
        <ModemInitString>ATZ</ModemInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   435
        <DataInitString>AT</DataInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   436
        <FaxInitString>AT</FaxInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   437
        <DialPauseLength>S8=</DialPauseLength>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   438
        <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   439
        <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   440
        <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   441
        <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   442
        <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   443
        <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   444
        <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   445
        <DialToneWaitModifier>W</DialToneWaitModifier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   446
        <CallProgress1>X1</CallProgress1>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   447
        <CallProgress2>X2</CallProgress2>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   448
        <CallProgress3>X3</CallProgress3>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   449
        <CallProgress4>X4</CallProgress4>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   450
        <EchoOff>E0</EchoOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   451
        <VerboseText>V1</VerboseText>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   452
        <QuietOff>Q0</QuietOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   453
        <QuietOn>Q1</QuietOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   454
        <DialCommandStateModifier>;</DialCommandStateModifier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   455
        <OnLine>O</OnLine>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   456
        <ResetConfiguration>Z</ResetConfiguration>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   457
        <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   458
        <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   459
        <DTRHangUp>&amp;D2</DTRHangUp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   460
        <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   461
        <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   462
        <XonXoffHandshake>&amp;K4</XonXoffHandshake>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   463
        <EscapeCharacter>+</EscapeCharacter>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   464
        <EscapeGuardPeriod>S12</EscapeGuardPeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   465
        <NoDialTone>NO DIAL TONE</NoDialTone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   466
        <Busy>BUSY</Busy>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   467
        <NoAnswer>NO ANSWER</NoAnswer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   468
        <Carrier>CARRIER</Carrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   469
        <Connect>CONNECT</Connect>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   470
        <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   471
        <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   472
        <CompressionNone>COMPRESSION:NONE</CompressionNone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   473
        <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   474
        <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   475
        <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   476
        <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   477
        <MessageCentreNumber>+44123456789</MessageCentreNumber>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   478
        <MessageValidityPeriod>1440</MessageValidityPeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   479
        <MessageDeliveryReport>FALSE</MessageDeliveryReport>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   480
        <MinimumSignalLevel>9905</MinimumSignalLevel>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   481
        <LastSocketActivityTimeout>180</LastSocketActivityTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   482
        <LastSessionClosedTimeout>30</LastSessionClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   483
        <LastSocketClosedTimeout>60</LastSocketClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   484
        <SIRSettings>0</SIRSettings>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   485
        <CommRole>0</CommRole>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   486
    </ModemBearer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   487
    <ModemBearer operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   488
        <Name>GPRS Ericsson R520m via IR</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   489
        <Agent>PSD.agt</Agent>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   490
        <IfName>PPP</IfName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   491
        <PortName>IRCOMM::0</PortName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   492
        <TSYName>MM</TSYName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   493
        <CSYName>IRCOMM</CSYName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   494
        <DataBits>8</DataBits>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   495
        <StopBits>1</StopBits>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   496
        <Parity>NONE</Parity>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   497
        <Rate>115200</Rate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   498
        <Handshaking>4</Handshaking>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   499
        <SpecialRate>0</SpecialRate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   500
        <XonChar>17</XonChar>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   501
        <XoffChar>19</XoffChar>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   502
        <FaxClassPref>AUTO</FaxClassPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   503
        <SpeakerPref>NEVER</SpeakerPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   504
        <SpeakerVolPref>QUIET</SpeakerVolPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   505
        <ModemInitString>ATZ</ModemInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   506
        <DataInitString>AT</DataInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   507
        <FaxInitString>AT</FaxInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   508
        <DialPauseLength>S8=</DialPauseLength>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   509
        <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   510
        <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   511
        <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   512
        <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   513
        <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   514
        <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   515
        <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   516
        <DialToneWaitModifier>W</DialToneWaitModifier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   517
        <CallProgress1>X1</CallProgress1>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   518
        <CallProgress2>X2</CallProgress2>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   519
        <CallProgress3>X3</CallProgress3>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   520
        <CallProgress4>X4</CallProgress4>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   521
        <EchoOff>E0</EchoOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   522
        <VerboseText>V1</VerboseText>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   523
        <QuietOff>Q0</QuietOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   524
        <QuietOn>Q1</QuietOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   525
        <DialCommandStateModifier>;</DialCommandStateModifier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   526
        <OnLine>O</OnLine>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   527
        <ResetConfiguration>Z</ResetConfiguration>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   528
        <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   529
        <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   530
        <DTRHangUp>&amp;D2</DTRHangUp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   531
        <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   532
        <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   533
        <XonXoffHandshake>&amp;K4</XonXoffHandshake>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   534
        <EscapeCharacter>+</EscapeCharacter>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   535
        <EscapeGuardPeriod>S12</EscapeGuardPeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   536
        <NoDialTone>NO DIAL TONE</NoDialTone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   537
        <Busy>BUSY</Busy>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   538
        <NoAnswer>NO ANSWER</NoAnswer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   539
        <Carrier>CARRIER</Carrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   540
        <Connect>CONNECT</Connect>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   541
        <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   542
        <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   543
        <CompressionNone>COMPRESSION:NONE</CompressionNone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   544
        <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   545
        <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   546
        <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   547
        <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   548
        <MessageCentreNumber>+44123456789</MessageCentreNumber>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   549
        <MessageValidityPeriod>1440</MessageValidityPeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   550
        <MessageDeliveryReport>FALSE</MessageDeliveryReport>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   551
        <MinimumSignalLevel>9905</MinimumSignalLevel>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   552
        <LastSocketActivityTimeout>180</LastSocketActivityTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   553
        <LastSessionClosedTimeout>30</LastSessionClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   554
        <LastSocketClosedTimeout>60</LastSocketClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   555
        <SIRSettings>0</SIRSettings>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   556
        <CommRole>0</CommRole>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   557
    </ModemBearer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   558
    <ModemBearer operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   559
        <Name>GPRS Ericsson R520m/T68i via Serial</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   560
        <Agent>PSD.agt</Agent>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   561
        <IfName>PPP</IfName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   562
        <PortName>COMM::0</PortName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   563
        <TSYName>MM</TSYName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   564
        <CSYName>ECUART</CSYName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   565
        <DataBits>8</DataBits>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   566
        <StopBits>1</StopBits>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   567
        <Parity>NONE</Parity>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   568
        <Rate>19200</Rate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   569
        <Handshaking>4</Handshaking>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   570
        <SpecialRate>0</SpecialRate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   571
        <XonChar>17</XonChar>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   572
        <XoffChar>19</XoffChar>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   573
        <FaxClassPref>AUTO</FaxClassPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   574
        <SpeakerPref>NEVER</SpeakerPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   575
        <SpeakerVolPref>QUIET</SpeakerVolPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   576
        <ModemInitString>ATZ</ModemInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   577
        <DataInitString>AT</DataInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   578
        <FaxInitString>AT</FaxInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   579
        <IspInitString>*99***1#</IspInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   580
        <DialPauseLength>S8=</DialPauseLength>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   581
        <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   582
        <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   583
        <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   584
        <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   585
        <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   586
        <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   587
        <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   588
        <DialToneWaitModifier>W</DialToneWaitModifier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   589
        <CallProgress1>X1</CallProgress1>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   590
        <CallProgress2>X2</CallProgress2>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   591
        <CallProgress3>X3</CallProgress3>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   592
        <CallProgress4>X4</CallProgress4>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   593
        <EchoOff>E0</EchoOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   594
        <VerboseText>V1</VerboseText>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   595
        <QuietOff>Q0</QuietOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   596
        <QuietOn>Q1</QuietOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   597
        <DialCommandStateModifier>;</DialCommandStateModifier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   598
        <OnLine>O</OnLine>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   599
        <ResetConfiguration>Z</ResetConfiguration>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   600
        <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   601
        <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   602
        <DTRHangUp>&amp;D2</DTRHangUp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   603
        <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   604
        <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   605
        <XonXoffHandshake>&amp;K4</XonXoffHandshake>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   606
        <EscapeCharacter>+</EscapeCharacter>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   607
        <EscapeGuardPeriod>S12</EscapeGuardPeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   608
        <NoDialTone>NO DIAL TONE</NoDialTone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   609
        <Busy>BUSY</Busy>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   610
        <NoAnswer>NO ANSWER</NoAnswer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   611
        <Carrier>CARRIER</Carrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   612
        <Connect>CONNECT</Connect>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   613
        <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   614
        <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   615
        <CompressionNone>COMPRESSION:NONE</CompressionNone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   616
        <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   617
        <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   618
        <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   619
        <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   620
        <MessageCentreNumber>+44123456789</MessageCentreNumber>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   621
        <MessageValidityPeriod>1440</MessageValidityPeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   622
        <MessageDeliveryReport>FALSE</MessageDeliveryReport>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   623
        <MinimumSignalLevel>9905</MinimumSignalLevel>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   624
        <LastSocketActivityTimeout>180</LastSocketActivityTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   625
        <LastSessionClosedTimeout>30</LastSessionClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   626
        <LastSocketClosedTimeout>60</LastSocketClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   627
        <SIRSettings>0</SIRSettings>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   628
        <CommRole>0</CommRole>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   629
    </ModemBearer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   630
    <ModemBearer operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   631
        <Name>GPRS Motorola Mobile Phone via Serial</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   632
        <Agent>PSD.agt</Agent>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   633
        <IfName>PPP</IfName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   634
        <PortName>COMM::0</PortName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   635
        <TSYName>MM</TSYName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   636
        <CSYName>ECUART</CSYName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   637
        <DataBits>8</DataBits>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   638
        <StopBits>1</StopBits>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   639
        <Parity>NONE</Parity>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   640
        <Rate>57600</Rate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   641
        <Handshaking>4</Handshaking>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   642
        <SpecialRate>0</SpecialRate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   643
        <XonChar>17</XonChar>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   644
        <XoffChar>19</XoffChar>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   645
        <FaxClassPref>AUTO</FaxClassPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   646
        <SpeakerPref>NEVER</SpeakerPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   647
        <SpeakerVolPref>QUIET</SpeakerVolPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   648
        <ModemInitString>ATZ</ModemInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   649
        <DataInitString>AT</DataInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   650
        <FaxInitString>AT</FaxInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   651
        <DialPauseLength>S8=</DialPauseLength>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   652
        <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   653
        <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   654
        <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   655
        <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   656
        <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   657
        <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   658
        <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   659
        <DialToneWaitModifier>W</DialToneWaitModifier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   660
        <CallProgress1>X1</CallProgress1>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   661
        <CallProgress2>X2</CallProgress2>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   662
        <CallProgress3>X3</CallProgress3>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   663
        <CallProgress4>X4</CallProgress4>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   664
        <EchoOff>E0</EchoOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   665
        <VerboseText>V1</VerboseText>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   666
        <QuietOff>Q0</QuietOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   667
        <QuietOn>Q1</QuietOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   668
        <DialCommandStateModifier>;</DialCommandStateModifier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   669
        <OnLine>O</OnLine>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   670
        <ResetConfiguration>Z</ResetConfiguration>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   671
        <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   672
        <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   673
        <DTRHangUp>&amp;D2</DTRHangUp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   674
        <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   675
        <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   676
        <XonXoffHandshake>&amp;K4</XonXoffHandshake>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   677
        <EscapeCharacter>+</EscapeCharacter>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   678
        <EscapeGuardPeriod>S12</EscapeGuardPeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   679
        <NoDialTone>NO DIAL TONE</NoDialTone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   680
        <Busy>BUSY</Busy>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   681
        <NoAnswer>NO ANSWER</NoAnswer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   682
        <Carrier>CARRIER</Carrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   683
        <Connect>CONNECT</Connect>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   684
        <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   685
        <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   686
        <CompressionNone>COMPRESSION:NONE</CompressionNone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   687
        <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   688
        <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   689
        <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   690
        <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   691
        <MessageCentreNumber>+44123456789</MessageCentreNumber>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   692
        <MessageValidityPeriod>1440</MessageValidityPeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   693
        <MessageDeliveryReport>FALSE</MessageDeliveryReport>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   694
        <MinimumSignalLevel>9905</MinimumSignalLevel>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   695
        <LastSocketActivityTimeout>180</LastSocketActivityTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   696
        <LastSessionClosedTimeout>30</LastSessionClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   697
        <LastSocketClosedTimeout>60</LastSocketClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   698
        <SIRSettings>0</SIRSettings>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   699
        <CommRole>0</CommRole>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   700
    </ModemBearer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   701
    <ModemBearer operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   702
        <Name>WinTunnel Modem</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   703
        <Agent>null.agt</Agent>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   704
        <IfName>PPP</IfName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   705
        <PortName>COMM::6</PortName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   706
        <TSYName>MM</TSYName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   707
        <CSYName>ECUART</CSYName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   708
        <DataBits>8</DataBits>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   709
        <StopBits>1</StopBits>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   710
        <Parity>NONE</Parity>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   711
        <Rate>115200</Rate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   712
        <Handshaking>4</Handshaking>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   713
        <SpecialRate>0</SpecialRate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   714
        <XonChar>0</XonChar>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   715
        <XoffChar>0</XoffChar>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   716
        <FaxClassPref>AUTO</FaxClassPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   717
        <SpeakerPref>NEVER</SpeakerPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   718
        <SpeakerVolPref>QUIET</SpeakerVolPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   719
        <ModemInitString>AT</ModemInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   720
        <DataInitString>AT</DataInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   721
        <FaxInitString>AT</FaxInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   722
        <DialPauseLength>S8=</DialPauseLength>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   723
        <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   724
        <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   725
        <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   726
        <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   727
        <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   728
        <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   729
        <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   730
        <DialToneWaitModifier>W</DialToneWaitModifier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   731
        <CallProgress1>X1</CallProgress1>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   732
        <CallProgress2>X2</CallProgress2>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   733
        <CallProgress3>X3</CallProgress3>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   734
        <CallProgress4>X4</CallProgress4>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   735
        <EchoOff>E0</EchoOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   736
        <VerboseText>V1</VerboseText>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   737
        <QuietOff>Q0</QuietOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   738
        <QuietOn>Q1</QuietOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   739
        <DialCommandStateModifier>;</DialCommandStateModifier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   740
        <OnLine>O</OnLine>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   741
        <ResetConfiguration>Z</ResetConfiguration>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   742
        <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   743
        <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   744
        <DTRHangUp>&amp;D2</DTRHangUp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   745
        <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   746
        <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   747
        <XonXoffHandshake>&amp;K4</XonXoffHandshake>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   748
        <EscapeCharacter>+</EscapeCharacter>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   749
        <EscapeGuardPeriod>S12</EscapeGuardPeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   750
        <NoDialTone>NO DIAL TONE</NoDialTone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   751
        <Busy>BUSY</Busy>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   752
        <NoAnswer>NO ANSWER</NoAnswer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   753
        <Carrier>CARRIER</Carrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   754
        <Connect>CONNECT</Connect>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   755
        <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   756
        <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   757
        <CompressionNone>COMPRESSION:NONE</CompressionNone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   758
        <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   759
        <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   760
        <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   761
        <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   762
        <MessageCentreNumber>+44123456789</MessageCentreNumber>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   763
        <MessageValidityPeriod>1440</MessageValidityPeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   764
        <MessageDeliveryReport>FALSE</MessageDeliveryReport>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   765
        <MinimumSignalLevel>9905</MinimumSignalLevel>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   766
        <LastSocketActivityTimeout>180</LastSocketActivityTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   767
        <LastSessionClosedTimeout>30</LastSessionClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   768
        <LastSocketClosedTimeout>60</LastSocketClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   769
        <SIRSettings>0</SIRSettings>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   770
        <CommRole>0</CommRole>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   771
    </ModemBearer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   772
    <ModemBearer operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   773
        <Name>mRouterWinsBearer</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   774
        <Agent>mRouterAgent.agt</Agent>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   775
        <IfName>PPP</IfName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   776
        <PortName>WINS::0</PortName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   777
        <TSYName>MM</TSYName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   778
        <CSYName>WINSCSY</CSYName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   779
        <DataBits>8</DataBits>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   780
        <StopBits>1</StopBits>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   781
        <Parity>NONE</Parity>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   782
        <Rate>115200</Rate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   783
        <Handshaking>4</Handshaking>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   784
        <SpecialRate>0</SpecialRate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   785
        <XonChar>0</XonChar>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   786
        <XoffChar>0</XoffChar>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   787
        <FaxClassPref>AUTO</FaxClassPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   788
        <SpeakerPref>NEVER</SpeakerPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   789
        <SpeakerVolPref>QUIET</SpeakerVolPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   790
        <ModemInitString>AT</ModemInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   791
        <DataInitString>AT</DataInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   792
        <FaxInitString>AT</FaxInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   793
        <DialPauseLength>S8=</DialPauseLength>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   794
        <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   795
        <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   796
        <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   797
        <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   798
        <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   799
        <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   800
        <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   801
        <DialToneWaitModifier>W</DialToneWaitModifier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   802
        <CallProgress1>X1</CallProgress1>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   803
        <CallProgress2>X2</CallProgress2>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   804
        <CallProgress3>X3</CallProgress3>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   805
        <CallProgress4>X4</CallProgress4>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   806
        <EchoOff>E0</EchoOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   807
        <VerboseText>V1</VerboseText>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   808
        <QuietOff>Q0</QuietOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   809
        <QuietOn>Q1</QuietOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   810
        <DialCommandStateModifier>;</DialCommandStateModifier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   811
        <OnLine>O</OnLine>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   812
        <ResetConfiguration>Z</ResetConfiguration>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   813
        <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   814
        <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   815
        <DTRHangUp>&amp;D2</DTRHangUp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   816
        <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   817
        <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   818
        <XonXoffHandshake>&amp;K4</XonXoffHandshake>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   819
        <EscapeCharacter>+</EscapeCharacter>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   820
        <EscapeGuardPeriod>S12</EscapeGuardPeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   821
        <NoDialTone>NO DIAL TONE</NoDialTone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   822
        <Busy>BUSY</Busy>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   823
        <NoAnswer>NO ANSWER</NoAnswer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   824
        <Carrier>CARRIER</Carrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   825
        <Connect>CONNECT</Connect>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   826
        <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   827
        <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   828
        <CompressionNone>COMPRESSION:NONE</CompressionNone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   829
        <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   830
        <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   831
        <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   832
        <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   833
        <MessageCentreNumber>+44123456789</MessageCentreNumber>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   834
        <MessageValidityPeriod>1440</MessageValidityPeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   835
        <MessageDeliveryReport>FALSE</MessageDeliveryReport>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   836
        <MinimumSignalLevel>9905</MinimumSignalLevel>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   837
        <LastSocketActivityTimeout>9999</LastSocketActivityTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   838
        <LastSessionClosedTimeout>180</LastSessionClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   839
        <LastSocketClosedTimeout>30</LastSocketClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   840
        <SIRSettings>0</SIRSettings>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   841
        <CommRole>0</CommRole>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   842
    </ModemBearer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   843
    <ModemBearer operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   844
        <Name>mRouterRs232Bearer</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   845
        <Agent>mRouterAgent.agt</Agent>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   846
        <IfName>PPP</IfName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   847
        <PortName>COMM::0</PortName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   848
        <TSYName>MM</TSYName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   849
        <CSYName>ECUART</CSYName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   850
        <DataBits>8</DataBits>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   851
        <StopBits>1</StopBits>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   852
        <Parity>NONE</Parity>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   853
        <Rate>115200</Rate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   854
        <Handshaking>4</Handshaking>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   855
        <SpecialRate>0</SpecialRate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   856
        <XonChar>0</XonChar>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   857
        <XoffChar>0</XoffChar>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   858
        <FaxClassPref>AUTO</FaxClassPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   859
        <SpeakerPref>NEVER</SpeakerPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   860
        <SpeakerVolPref>QUIET</SpeakerVolPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   861
        <ModemInitString>AT</ModemInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   862
        <DataInitString>AT</DataInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   863
        <FaxInitString>AT</FaxInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   864
        <DialPauseLength>S8=</DialPauseLength>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   865
        <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   866
        <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   867
        <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   868
        <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   869
        <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   870
        <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   871
        <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   872
        <DialToneWaitModifier>W</DialToneWaitModifier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   873
        <CallProgress1>X1</CallProgress1>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   874
        <CallProgress2>X2</CallProgress2>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   875
        <CallProgress3>X3</CallProgress3>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   876
        <CallProgress4>X4</CallProgress4>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   877
        <EchoOff>E0</EchoOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   878
        <VerboseText>V1</VerboseText>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   879
        <QuietOff>Q0</QuietOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   880
        <QuietOn>Q1</QuietOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   881
        <DialCommandStateModifier>;</DialCommandStateModifier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   882
        <OnLine>O</OnLine>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   883
        <ResetConfiguration>Z</ResetConfiguration>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   884
        <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   885
        <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   886
        <DTRHangUp>&amp;D2</DTRHangUp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   887
        <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   888
        <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   889
        <XonXoffHandshake>&amp;K4</XonXoffHandshake>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   890
        <EscapeCharacter>+</EscapeCharacter>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   891
        <EscapeGuardPeriod>S12</EscapeGuardPeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   892
        <NoDialTone>NO DIAL TONE</NoDialTone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   893
        <Busy>BUSY</Busy>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   894
        <NoAnswer>NO ANSWER</NoAnswer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   895
        <Carrier>CARRIER</Carrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   896
        <Connect>CONNECT</Connect>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   897
        <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   898
        <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   899
        <CompressionNone>COMPRESSION:NONE</CompressionNone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   900
        <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   901
        <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   902
        <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   903
        <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   904
        <MessageCentreNumber>+44123456789</MessageCentreNumber>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   905
        <MessageValidityPeriod>1440</MessageValidityPeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   906
        <MessageDeliveryReport>FALSE</MessageDeliveryReport>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   907
        <MinimumSignalLevel>9905</MinimumSignalLevel>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   908
        <LastSocketActivityTimeout>9999</LastSocketActivityTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   909
        <LastSessionClosedTimeout>180</LastSessionClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   910
        <LastSocketClosedTimeout>30</LastSocketClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   911
        <SIRSettings>0</SIRSettings>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   912
        <CommRole>0</CommRole>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   913
    </ModemBearer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   914
    <ModemBearer operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   915
        <Name>mRouterIrBearer</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   916
        <Agent>mRouterAgent.agt</Agent>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   917
        <IfName>PPP</IfName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   918
        <PortName>IRCOMM::0</PortName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   919
        <TSYName>MM</TSYName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   920
        <CSYName>IRCOMM</CSYName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   921
        <DataBits>8</DataBits>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   922
        <StopBits>1</StopBits>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   923
        <Parity>NONE</Parity>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   924
        <Rate>115200</Rate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   925
        <Handshaking>4</Handshaking>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   926
        <SpecialRate>0</SpecialRate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   927
        <XonChar>0</XonChar>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   928
        <XoffChar>0</XoffChar>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   929
        <FaxClassPref>AUTO</FaxClassPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   930
        <SpeakerPref>NEVER</SpeakerPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   931
        <SpeakerVolPref>QUIET</SpeakerVolPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   932
        <ModemInitString>AT</ModemInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   933
        <DataInitString>AT</DataInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   934
        <FaxInitString>AT</FaxInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   935
        <DialPauseLength>S8=</DialPauseLength>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   936
        <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   937
        <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   938
        <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   939
        <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   940
        <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   941
        <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   942
        <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   943
        <DialToneWaitModifier>W</DialToneWaitModifier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   944
        <CallProgress1>X1</CallProgress1>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   945
        <CallProgress2>X2</CallProgress2>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   946
        <CallProgress3>X3</CallProgress3>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   947
        <CallProgress4>X4</CallProgress4>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   948
        <EchoOff>E0</EchoOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   949
        <VerboseText>V1</VerboseText>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   950
        <QuietOff>Q0</QuietOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   951
        <QuietOn>Q1</QuietOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   952
        <DialCommandStateModifier>;</DialCommandStateModifier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   953
        <OnLine>O</OnLine>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   954
        <ResetConfiguration>Z</ResetConfiguration>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   955
        <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   956
        <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   957
        <DTRHangUp>&amp;D2</DTRHangUp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   958
        <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   959
        <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   960
        <XonXoffHandshake>&amp;K4</XonXoffHandshake>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   961
        <EscapeCharacter>+</EscapeCharacter>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   962
        <EscapeGuardPeriod>S12</EscapeGuardPeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   963
        <NoDialTone>NO DIAL TONE</NoDialTone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   964
        <Busy>BUSY</Busy>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   965
        <NoAnswer>NO ANSWER</NoAnswer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   966
        <Carrier>CARRIER</Carrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   967
        <Connect>CONNECT</Connect>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   968
        <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   969
        <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   970
        <CompressionNone>COMPRESSION:NONE</CompressionNone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   971
        <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   972
        <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   973
        <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   974
        <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   975
        <MessageCentreNumber>+44123456789</MessageCentreNumber>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   976
        <MessageValidityPeriod>1440</MessageValidityPeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   977
        <MessageDeliveryReport>FALSE</MessageDeliveryReport>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   978
        <MinimumSignalLevel>9905</MinimumSignalLevel>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   979
        <LastSocketActivityTimeout>9999</LastSocketActivityTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   980
        <LastSessionClosedTimeout>180</LastSessionClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   981
        <LastSocketClosedTimeout>30</LastSocketClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   982
        <SIRSettings>0</SIRSettings>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   983
        <CommRole>0</CommRole>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   984
    </ModemBearer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   985
    <ModemBearer operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   986
        <Name>mRouterBtBearer</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   987
        <Agent>mRouterAgent.agt</Agent>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   988
        <IfName>PPP</IfName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   989
        <PortName>BTCOMM::0</PortName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   990
        <TSYName>MM</TSYName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   991
        <CSYName>BTCOMM</CSYName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   992
        <DataBits>8</DataBits>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   993
        <StopBits>1</StopBits>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   994
        <Parity>NONE</Parity>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   995
        <Rate>115200</Rate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   996
        <Handshaking>4</Handshaking>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   997
        <SpecialRate>0</SpecialRate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   998
        <XonChar>0</XonChar>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
   999
        <XoffChar>0</XoffChar>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1000
        <FaxClassPref>AUTO</FaxClassPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1001
        <SpeakerPref>NEVER</SpeakerPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1002
        <SpeakerVolPref>QUIET</SpeakerVolPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1003
        <ModemInitString>AT</ModemInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1004
        <DataInitString>AT</DataInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1005
        <FaxInitString>AT</FaxInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1006
        <DialPauseLength>S8=</DialPauseLength>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1007
        <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1008
        <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1009
        <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1010
        <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1011
        <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1012
        <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1013
        <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1014
        <DialToneWaitModifier>W</DialToneWaitModifier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1015
        <CallProgress1>X1</CallProgress1>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1016
        <CallProgress2>X2</CallProgress2>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1017
        <CallProgress3>X3</CallProgress3>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1018
        <CallProgress4>X4</CallProgress4>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1019
        <EchoOff>E0</EchoOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1020
        <VerboseText>V1</VerboseText>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1021
        <QuietOff>Q0</QuietOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1022
        <QuietOn>Q1</QuietOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1023
        <DialCommandStateModifier>;</DialCommandStateModifier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1024
        <OnLine>O</OnLine>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1025
        <ResetConfiguration>Z</ResetConfiguration>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1026
        <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1027
        <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1028
        <DTRHangUp>&amp;D2</DTRHangUp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1029
        <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1030
        <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1031
        <XonXoffHandshake>&amp;K4</XonXoffHandshake>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1032
        <EscapeCharacter>+</EscapeCharacter>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1033
        <EscapeGuardPeriod>S12</EscapeGuardPeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1034
        <NoDialTone>NO DIAL TONE</NoDialTone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1035
        <Busy>BUSY</Busy>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1036
        <NoAnswer>NO ANSWER</NoAnswer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1037
        <Carrier>CARRIER</Carrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1038
        <Connect>CONNECT</Connect>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1039
        <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1040
        <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1041
        <CompressionNone>COMPRESSION:NONE</CompressionNone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1042
        <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1043
        <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1044
        <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1045
        <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1046
        <MessageCentreNumber>+44123456789</MessageCentreNumber>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1047
        <MessageValidityPeriod>1440</MessageValidityPeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1048
        <MessageDeliveryReport>FALSE</MessageDeliveryReport>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1049
        <MinimumSignalLevel>9905</MinimumSignalLevel>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1050
        <LastSocketActivityTimeout>9999</LastSocketActivityTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1051
        <LastSessionClosedTimeout>180</LastSessionClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1052
        <LastSocketClosedTimeout>30</LastSocketClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1053
        <SIRSettings>0</SIRSettings>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1054
        <CommRole>0</CommRole>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1055
    </ModemBearer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1056
    <ModemBearer operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1057
        <Name>mRouterUsbBearer</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1058
        <Agent>mRouterAgent.agt</Agent>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1059
        <IfName>PPP</IfName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1060
        <PortName>ACM::0</PortName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1061
        <TSYName>MM</TSYName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1062
        <CSYName>ECACM</CSYName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1063
        <DataBits>8</DataBits>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1064
        <StopBits>1</StopBits>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1065
        <Parity>NONE</Parity>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1066
        <Rate>115200</Rate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1067
        <Handshaking>4</Handshaking>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1068
        <SpecialRate>0</SpecialRate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1069
        <XonChar>0</XonChar>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1070
        <XoffChar>0</XoffChar>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1071
        <FaxClassPref>AUTO</FaxClassPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1072
        <SpeakerPref>NEVER</SpeakerPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1073
        <SpeakerVolPref>QUIET</SpeakerVolPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1074
        <ModemInitString>AT</ModemInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1075
        <DataInitString>AT</DataInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1076
        <FaxInitString>AT</FaxInitString>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1077
        <DialPauseLength>S8=</DialPauseLength>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1078
        <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1079
        <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1080
        <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1081
        <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1082
        <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1083
        <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1084
        <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1085
        <DialToneWaitModifier>W</DialToneWaitModifier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1086
        <CallProgress1>X1</CallProgress1>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1087
        <CallProgress2>X2</CallProgress2>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1088
        <CallProgress3>X3</CallProgress3>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1089
        <CallProgress4>X4</CallProgress4>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1090
        <EchoOff>E0</EchoOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1091
        <VerboseText>V1</VerboseText>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1092
        <QuietOff>Q0</QuietOff>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1093
        <QuietOn>Q1</QuietOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1094
        <DialCommandStateModifier>;</DialCommandStateModifier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1095
        <OnLine>O</OnLine>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1096
        <ResetConfiguration>Z</ResetConfiguration>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1097
        <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1098
        <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1099
        <DTRHangUp>&amp;D2</DTRHangUp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1100
        <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1101
        <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1102
        <XonXoffHandshake>&amp;K4</XonXoffHandshake>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1103
        <EscapeCharacter>+</EscapeCharacter>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1104
        <EscapeGuardPeriod>S12</EscapeGuardPeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1105
        <NoDialTone>NO DIAL TONE</NoDialTone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1106
        <Busy>BUSY</Busy>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1107
        <NoAnswer>NO ANSWER</NoAnswer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1108
        <Carrier>CARRIER</Carrier>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1109
        <Connect>CONNECT</Connect>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1110
        <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1111
        <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1112
        <CompressionNone>COMPRESSION:NONE</CompressionNone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1113
        <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1114
        <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1115
        <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1116
        <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1117
        <MessageCentreNumber>+44123456789</MessageCentreNumber>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1118
        <MessageValidityPeriod>1440</MessageValidityPeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1119
        <MessageDeliveryReport>FALSE</MessageDeliveryReport>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1120
        <MinimumSignalLevel>9905</MinimumSignalLevel>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1121
        <LastSocketActivityTimeout>9999</LastSocketActivityTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1122
        <LastSessionClosedTimeout>180</LastSessionClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1123
        <LastSocketClosedTimeout>30</LastSocketClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1124
        <SIRSettings>0</SIRSettings>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1125
        <CommRole>0</CommRole>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1126
    </ModemBearer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1127
</ModemBearerTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1128
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1129
<LANBearerTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1130
   <LANBearer operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1131
       <Name>EKA2 Syborg Ethernet</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1132
       <Agent>nullagt.agt</Agent>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1133
       <IfName>ethint</IfName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1134
       <LDDFilename>enet</LDDFilename>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1135
       <LDDName>=Ethernet</LDDName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1136
       <PDDFilename>ethernet</PDDFilename>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1137
       <PDDName>Ethernet.Syborg</PDDName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1138
       <PacketDriverName>EtherPkt.drv</PacketDriverName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1139
       <LastSocketActivityTimeout>-1</LastSocketActivityTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1140
       <LastSessionClosedTimeout>-1</LastSessionClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1141
       <LastSocketClosedTimeout>-1</LastSocketClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1142
   </LANBearer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1143
    <LANBearer operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1144
	<Name>EKA1 Target Ethernet</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1145
	<Agent>nullagt.agt</Agent>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1146
	<IfName>ethint</IfName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1147
	<LDDFilename>ethercard</LDDFilename>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1148
	<LDDName>EtherCard</LDDName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1149
	<PDDFilename>EtherSmc</PDDFilename>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1150
	<PDDName>EtherCard.Smc</PDDName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1151
	<PacketDriverName>EtherPkt.drv</PacketDriverName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1152
	<LastSocketActivityTimeout>-1</LastSocketActivityTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1153
	<LastSessionClosedTimeout>-1</LastSessionClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1154
	<LastSocketClosedTimeout>-1</LastSocketClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1155
    </LANBearer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1156
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1157
    <LANBearer operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1158
	<Name>EKA2 Target Ethernet</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1159
	<Agent>nullagt.agt</Agent>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1160
	<IfName>ethint</IfName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1161
	<LDDFilename>enet</LDDFilename>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1162
	<LDDName>Ethernet</LDDName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1163
	<PDDFilename>ethernet</PDDFilename>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1164
	<PDDName>Ethernet.Assabet</PDDName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1165
	<PacketDriverName>EtherPkt.drv</PacketDriverName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1166
	<LastSocketActivityTimeout>-1</LastSocketActivityTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1167
	<LastSessionClosedTimeout>-1</LastSessionClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1168
	<LastSocketClosedTimeout>-1</LastSocketClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1169
    </LANBearer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1170
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1171
    <LANBearer operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1172
	<Name>EKA1 Emulator Ethernet</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1173
	<Agent>nullagt.agt</Agent>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1174
	<IfName>ethint</IfName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1175
	<LDDFilename>ethercard</LDDFilename>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1176
	<LDDName>Ethercard</LDDName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1177
	<PDDFilename>etherwins</PDDFilename>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1178
	<PDDName>Ethercard.wins</PDDName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1179
	<PacketDriverName>EtherPkt.drv</PacketDriverName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1180
	<LastSocketActivityTimeout>-1</LastSocketActivityTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1181
	<LastSessionClosedTimeout>-1</LastSessionClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1182
	<LastSocketClosedTimeout>-1</LastSocketClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1183
    </LANBearer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1184
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1185
    <LANBearer operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1186
	<Name>EKA2 Emulator Ethernet</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1187
	<Agent>nullagt.agt</Agent>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1188
	<IfName>ethint</IfName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1189
	<LDDFilename>enet</LDDFilename>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1190
	<LDDName>=Ethernet</LDDName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1191
	<PDDFilename>ethernet</PDDFilename>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1192
	<PDDName>Ethernet.Wins</PDDName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1193
	<PacketDriverName>EtherPkt.drv</PacketDriverName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1194
	<LastSocketActivityTimeout>-1</LastSocketActivityTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1195
	<LastSessionClosedTimeout>-1</LastSessionClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1196
	<LastSocketClosedTimeout>-1</LastSocketClosedTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1197
    </LANBearer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1198
</LANBearerTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1199
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1200
<LANServiceTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1201
    <LANService operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1202
        <Name>Ethernet</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1203
        <IfNetworks>ip</IfNetworks>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1204
        <IpNetMask>255.255.255.0</IpNetMask>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1205
        <IpGateway>10.32.194.254</IpGateway>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1206
        <IpAddr>10.32.194.251</IpAddr>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1207
        <IpAddrFromServer>TRUE</IpAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1208
        <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1209
        <IpNameServer1>194.72.6.51</IpNameServer1>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1210
        <IpNameServer2>194.72.6.52</IpNameServer2>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1211
        <ConfigDaemonManagerName>NetCfgExtnDhcp</ConfigDaemonManagerName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1212
        <ConfigDaemonName>!DhcpServ</ConfigDaemonName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1213
    </LANService>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1214
    <LANService operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1215
        <Name>Ethernet Static IP</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1216
        <IfNetworks>ip</IfNetworks>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1217
        <IpNetMask>255.255.255.0</IpNetMask>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1218
        <IpGateway>192.168.20.2</IpGateway>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1219
        <IpAddr>192.168.20.13</IpAddr>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1220
        <IpAddrFromServer>FALSE</IpAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1221
        <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1222
        <IpNameServer1>194.72.6.51</IpNameServer1>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1223
        <IpNameServer2>194.72.6.52</IpNameServer2>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1224
        <ConfigDaemonManagerName>NetCfgExtnDhcp</ConfigDaemonManagerName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1225
        <ConfigDaemonName>!DhcpServ</ConfigDaemonName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1226
    </LANService>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1227
    <LANService operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1228
        <Name>Ethernet Bad Daemon</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1229
        <IfNetworks>ip</IfNetworks>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1230
        <IpNetMask>255.255.255.0</IpNetMask>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1231
        <IpGateway>10.32.194.254</IpGateway>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1232
        <IpAddr>10.32.194.251</IpAddr>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1233
        <IpAddrFromServer>FALSE</IpAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1234
        <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1235
        <IpNameServer1>194.72.6.51</IpNameServer1>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1236
        <IpNameServer2>194.72.6.52</IpNameServer2>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1237
        <ConfigDaemonManagerName>NonExistingServ</ConfigDaemonManagerName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1238
        <ConfigDaemonName>NonExistingServ</ConfigDaemonName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1239
    </LANService>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1240
   <LANService operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1241
       <Name>Ethernet No Daemon</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1242
       <IfNetworks>ip</IfNetworks>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1243
       <IpNetMask>255.255.255.0</IpNetMask>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1244
       <IpGateway>192.168.0.1</IpGateway>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1245
       <IpAddr>192.168.0.3</IpAddr>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1246
       <IpAddrFromServer>FALSE</IpAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1247
       <IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1248
       <IpNameServer1>172.16.2.2</IpNameServer1>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1249
       <IpNameServer2>172.16.2.4</IpNameServer2>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1250
   </LANService>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1251
</LANServiceTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1252
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1253
<DialInISPTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1254
    <DialInISP operation="template">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1255
        <Name>Default Dial In ISP</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1256
        <UseLoginScript>FALSE</UseLoginScript>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1257
        <IpAddrFromServer>TRUE</IpAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1258
        <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1259
        <Description>Default Dial In ISP</Description>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1260
        <IpAddr>TRUE</IpAddr>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1261
        <IpNetMask>TRUE</IpNetMask>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1262
        <IpGateway>TRUE</IpGateway>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1263
        <IpNameServer1>TRUE</IpNameServer1>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1264
        <IpNameServer2>TRUE</IpNameServer2>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1265
        <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1266
        <EnableLCPExtension>FALSE</EnableLCPExtension>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1267
        <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1268
        <EnableSWComp>FALSE</EnableSWComp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1269
        <UseEdge>FALSE</UseEdge>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1270
    </DialInISP>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1271
    <DialInISP operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1272
        <Name>Dial In ISP01</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1273
        <UseLoginScript>FALSE</UseLoginScript>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1274
        <IpAddrFromServer>TRUE</IpAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1275
        <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1276
        <Description>Dial In ISP01</Description>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1277
        <IpAddr>TRUE</IpAddr>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1278
        <IpNetMask>TRUE</IpNetMask>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1279
        <IpGateway>TRUE</IpGateway>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1280
        <IpNameServer1>TRUE</IpNameServer1>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1281
        <IpNameServer2>TRUE</IpNameServer2>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1282
        <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1283
        <EnableLCPExtension>FALSE</EnableLCPExtension>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1284
        <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1285
        <EnableSWComp>FALSE</EnableSWComp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1286
        <UseEdge>FALSE</UseEdge>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1287
    </DialInISP>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1288
</DialInISPTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1289
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1290
<DialOutISPTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1291
    <DialOutISP operation="template">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1292
        <Name>Default Dial Out ISP</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1293
        <DialResolution>TRUE</DialResolution>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1294
        <UseLoginScript>FALSE</UseLoginScript>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1295
        <PromptForLogin>TRUE</PromptForLogin>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1296
        <IfPromptForAuth>TRUE</IfPromptForAuth>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1297
        <IpAddrFromServer>TRUE</IpAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1298
        <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1299
        <Description>Default Dial Out ISP</Description>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1300
        <DefaultTelNum>Default Dial Out ISP</DefaultTelNum>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1301
        <LoginName>TRUE</LoginName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1302
        <LoginPass>TRUE</LoginPass>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1303
        <DisplayPCT>FALSE</DisplayPCT>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1304
        <IfParams>FALSE</IfParams>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1305
        <IfNetworks>FALSE</IfNetworks>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1306
        <IfAuthName>TRUE</IfAuthName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1307
        <IfAuthPass>TRUE</IfAuthPass>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1308
        <IfCallbackEnabled>FALSE</IfCallbackEnabled>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1309
        <CallbackTimeout>0</CallbackTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1310
        <IpAddr>TRUE</IpAddr>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1311
        <IpNetMask>TRUE</IpNetMask>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1312
        <IpGateway>TRUE</IpGateway>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1313
        <IpNameServer1>TRUE</IpNameServer1>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1314
        <IpNameServer2>TRUE</IpNameServer2>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1315
        <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1316
        <EnableLCPExtension>FALSE</EnableLCPExtension>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1317
        <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1318
        <EnableSWComp>FALSE</EnableSWComp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1319
        <BearerService>0</BearerService>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1320
        <BearerProtocol>UNSPECIFIED</BearerProtocol>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1321
        <RlpVersion>0</RlpVersion>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1322
        <IwfToMs>0</IwfToMs>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1323
        <MsToIwf>0</MsToIwf>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1324
        <AckTimer>0</AckTimer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1325
        <RetransmissionAttempts>0</RetransmissionAttempts>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1326
        <ResequencePeriod>0</ResequencePeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1327
        <V42Compression>0</V42Compression>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1328
        <V42Codewords>0</V42Codewords>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1329
        <V42MaxLength>0</V42MaxLength>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1330
        <Asymmetry>0</Asymmetry>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1331
        <UserInitUpgrade>FALSE</UserInitUpgrade>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1332
        <UseEdge>FALSE</UseEdge>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1333
    </DialOutISP>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1334
    <DialOutISP operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1335
        <Name>NT RAS</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1336
        <DialResolution>TRUE</DialResolution>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1337
        <UseLoginScript>TRUE</UseLoginScript>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1338
        <PromptForLogin>FALSE</PromptForLogin>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1339
        <IfPromptForAuth>FALSE</IfPromptForAuth>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1340
        <IpAddrFromServer>TRUE</IpAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1341
        <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1342
        <Description>Test</Description>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1343
        <Type>INTERNETONLY</Type>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1344
        <DefaultTelNum>INTERNETONLY</DefaultTelNum>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1345
        <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>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1346
        <LoginName>FALSE</LoginName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1347
        <LoginPass>FALSE</LoginPass>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1348
        <DisplayPCT>FALSE</DisplayPCT>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1349
        <IfParams>FALSE</IfParams>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1350
        <IfNetworks>ip</IfNetworks>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1351
        <IfAuthName>RasUser</IfAuthName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1352
        <IfAuthPass>pass</IfAuthPass>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1353
        <AuthRetries>0</AuthRetries>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1354
        <IfCallbackEnabled>FALSE</IfCallbackEnabled>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1355
        <CallbackTimeout>0</CallbackTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1356
        <IpAddr>TRUE</IpAddr>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1357
        <IpNetMask>TRUE</IpNetMask>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1358
        <IpGateway>TRUE</IpGateway>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1359
        <IpNameServer1>TRUE</IpNameServer1>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1360
        <IpNameServer2>TRUE</IpNameServer2>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1361
        <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1362
        <EnableLCPExtension>FALSE</EnableLCPExtension>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1363
        <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1364
        <EnableSWComp>FALSE</EnableSWComp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1365
        <BearerService>0</BearerService>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1366
        <BearerProtocol>UNSPECIFIED</BearerProtocol>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1367
        <RlpVersion>0</RlpVersion>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1368
        <IwfToMs>0</IwfToMs>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1369
        <MsToIwf>0</MsToIwf>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1370
        <AckTimer>0</AckTimer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1371
        <RetransmissionAttempts>0</RetransmissionAttempts>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1372
        <ResequencePeriod>0</ResequencePeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1373
        <V42Compression>0</V42Compression>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1374
        <V42Codewords>0</V42Codewords>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1375
        <V42MaxLength>0</V42MaxLength>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1376
        <Asymmetry>0</Asymmetry>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1377
        <UserInitUpgrade>FALSE</UserInitUpgrade>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1378
        <UseEdge>FALSE</UseEdge>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1379
    </DialOutISP>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1380
    <DialOutISP operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1381
        <Name>ISP01</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1382
        <DialResolution>TRUE</DialResolution>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1383
        <UseLoginScript>FALSE</UseLoginScript>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1384
        <PromptForLogin>FALSE</PromptForLogin>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1385
        <IfPromptForAuth>TRUE</IfPromptForAuth>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1386
        <IpAddrFromServer>TRUE</IpAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1387
        <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1388
        <Description>PlaceHolder for ISP01</Description>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1389
        <Type>INTERNETONLY</Type>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1390
        <DefaultTelNum>INTERNETONLY</DefaultTelNum>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1391
        <LoginName>FALSE</LoginName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1392
        <LoginPass>FALSE</LoginPass>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1393
        <DisplayPCT>FALSE</DisplayPCT>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1394
        <IfParams>FALSE</IfParams>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1395
        <IfNetworks>ip</IfNetworks>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1396
        <IfAuthName>xxx</IfAuthName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1397
        <IfAuthPass>yyy</IfAuthPass>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1398
        <AuthRetries>0</AuthRetries>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1399
        <IfCallbackEnabled>FALSE</IfCallbackEnabled>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1400
        <CallbackTimeout>0</CallbackTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1401
        <IpAddr>TRUE</IpAddr>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1402
        <IpNetMask>TRUE</IpNetMask>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1403
        <IpGateway>TRUE</IpGateway>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1404
        <IpNameServer1>TRUE</IpNameServer1>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1405
        <IpNameServer2>TRUE</IpNameServer2>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1406
        <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1407
        <EnableLCPExtension>FALSE</EnableLCPExtension>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1408
        <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1409
        <EnableSWComp>FALSE</EnableSWComp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1410
        <BearerService>0</BearerService>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1411
        <BearerProtocol>UNSPECIFIED</BearerProtocol>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1412
        <RlpVersion>0</RlpVersion>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1413
        <IwfToMs>0</IwfToMs>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1414
        <MsToIwf>0</MsToIwf>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1415
        <AckTimer>0</AckTimer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1416
        <RetransmissionAttempts>0</RetransmissionAttempts>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1417
        <ResequencePeriod>0</ResequencePeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1418
        <V42Compression>0</V42Compression>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1419
        <V42Codewords>0</V42Codewords>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1420
        <V42MaxLength>0</V42MaxLength>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1421
        <Asymmetry>0</Asymmetry>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1422
        <UserInitUpgrade>FALSE</UserInitUpgrade>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1423
        <UseEdge>FALSE</UseEdge>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1424
    </DialOutISP>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1425
    <DialOutISP operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1426
        <Name>ISP02</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1427
        <DialResolution>TRUE</DialResolution>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1428
        <UseLoginScript>FALSE</UseLoginScript>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1429
        <PromptForLogin>FALSE</PromptForLogin>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1430
        <IfPromptForAuth>TRUE</IfPromptForAuth>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1431
        <IpAddrFromServer>TRUE</IpAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1432
        <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1433
        <Description>PlaceHolder for ISP02</Description>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1434
        <Type>INTERNETONLY</Type>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1435
        <DefaultTelNum>INTERNETONLY</DefaultTelNum>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1436
        <LoginName>FALSE</LoginName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1437
        <LoginPass>FALSE</LoginPass>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1438
        <DisplayPCT>FALSE</DisplayPCT>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1439
        <IfParams>FALSE</IfParams>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1440
        <IfNetworks>ip</IfNetworks>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1441
        <IfAuthName>xxx</IfAuthName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1442
        <IfAuthPass>yyy</IfAuthPass>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1443
        <AuthRetries>0</AuthRetries>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1444
        <IfCallbackEnabled>FALSE</IfCallbackEnabled>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1445
        <CallbackTimeout>0</CallbackTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1446
        <IpAddr>TRUE</IpAddr>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1447
        <IpNetMask>TRUE</IpNetMask>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1448
        <IpGateway>TRUE</IpGateway>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1449
        <IpNameServer1>TRUE</IpNameServer1>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1450
        <IpNameServer2>TRUE</IpNameServer2>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1451
        <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1452
        <EnableLCPExtension>FALSE</EnableLCPExtension>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1453
        <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1454
        <EnableSWComp>FALSE</EnableSWComp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1455
        <BearerService>0</BearerService>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1456
        <BearerProtocol>UNSPECIFIED</BearerProtocol>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1457
        <RlpVersion>0</RlpVersion>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1458
        <IwfToMs>0</IwfToMs>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1459
        <MsToIwf>0</MsToIwf>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1460
        <AckTimer>0</AckTimer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1461
        <RetransmissionAttempts>0</RetransmissionAttempts>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1462
        <ResequencePeriod>0</ResequencePeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1463
        <V42Compression>0</V42Compression>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1464
        <V42Codewords>0</V42Codewords>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1465
        <V42MaxLength>0</V42MaxLength>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1466
        <Asymmetry>0</Asymmetry>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1467
        <UserInitUpgrade>FALSE</UserInitUpgrade>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1468
        <UseEdge>FALSE</UseEdge>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1469
    </DialOutISP>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1470
    <DialOutISP operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1471
        <Name>ISP03</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1472
        <DialResolution>TRUE</DialResolution>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1473
        <UseLoginScript>FALSE</UseLoginScript>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1474
        <PromptForLogin>FALSE</PromptForLogin>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1475
        <IfPromptForAuth>TRUE</IfPromptForAuth>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1476
        <IpAddrFromServer>TRUE</IpAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1477
        <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1478
        <Description>PlaceHolder for ISP03</Description>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1479
        <Type>INTERNETONLY</Type>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1480
        <DefaultTelNum>INTERNETONLY</DefaultTelNum>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1481
        <LoginName>FALSE</LoginName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1482
        <LoginPass>FALSE</LoginPass>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1483
        <DisplayPCT>FALSE</DisplayPCT>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1484
        <IfParams>FALSE</IfParams>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1485
        <IfNetworks>ip</IfNetworks>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1486
        <IfAuthName>xxx</IfAuthName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1487
        <IfAuthPass>yyy</IfAuthPass>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1488
        <AuthRetries>0</AuthRetries>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1489
        <IfCallbackEnabled>FALSE</IfCallbackEnabled>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1490
        <CallbackTimeout>0</CallbackTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1491
        <IpAddr>TRUE</IpAddr>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1492
        <IpNetMask>TRUE</IpNetMask>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1493
        <IpGateway>TRUE</IpGateway>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1494
        <IpNameServer1>TRUE</IpNameServer1>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1495
        <IpNameServer2>TRUE</IpNameServer2>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1496
        <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1497
        <EnableLCPExtension>FALSE</EnableLCPExtension>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1498
        <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1499
        <EnableSWComp>FALSE</EnableSWComp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1500
        <BearerService>0</BearerService>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1501
        <BearerProtocol>UNSPECIFIED</BearerProtocol>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1502
        <RlpVersion>0</RlpVersion>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1503
        <IwfToMs>0</IwfToMs>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1504
        <MsToIwf>0</MsToIwf>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1505
        <AckTimer>0</AckTimer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1506
        <RetransmissionAttempts>0</RetransmissionAttempts>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1507
        <ResequencePeriod>0</ResequencePeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1508
        <V42Compression>0</V42Compression>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1509
        <V42Codewords>0</V42Codewords>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1510
        <V42MaxLength>0</V42MaxLength>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1511
        <Asymmetry>0</Asymmetry>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1512
        <UserInitUpgrade>FALSE</UserInitUpgrade>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1513
        <UseEdge>FALSE</UseEdge>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1514
    </DialOutISP>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1515
    <DialOutISP operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1516
        <Name>ISP04</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1517
        <DialResolution>TRUE</DialResolution>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1518
        <UseLoginScript>FALSE</UseLoginScript>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1519
        <PromptForLogin>FALSE</PromptForLogin>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1520
        <IfPromptForAuth>TRUE</IfPromptForAuth>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1521
        <IpAddrFromServer>TRUE</IpAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1522
        <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1523
        <Description>PlaceHolder for ISP04</Description>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1524
        <Type>INTERNETONLY</Type>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1525
        <DefaultTelNum>INTERNETONLY</DefaultTelNum>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1526
        <LoginName>FALSE</LoginName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1527
        <LoginPass>FALSE</LoginPass>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1528
        <DisplayPCT>FALSE</DisplayPCT>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1529
        <IfParams>FALSE</IfParams>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1530
        <IfNetworks>ip</IfNetworks>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1531
        <IfAuthName>xxx</IfAuthName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1532
        <IfAuthPass>yyy</IfAuthPass>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1533
        <AuthRetries>0</AuthRetries>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1534
        <IfCallbackEnabled>FALSE</IfCallbackEnabled>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1535
        <CallbackTimeout>0</CallbackTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1536
        <IpAddr>TRUE</IpAddr>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1537
        <IpNetMask>TRUE</IpNetMask>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1538
        <IpGateway>TRUE</IpGateway>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1539
        <IpNameServer1>TRUE</IpNameServer1>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1540
        <IpNameServer2>TRUE</IpNameServer2>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1541
        <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1542
        <EnableLCPExtension>FALSE</EnableLCPExtension>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1543
        <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1544
        <EnableSWComp>FALSE</EnableSWComp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1545
        <BearerService>0</BearerService>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1546
        <BearerProtocol>UNSPECIFIED</BearerProtocol>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1547
        <RlpVersion>0</RlpVersion>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1548
        <IwfToMs>0</IwfToMs>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1549
        <MsToIwf>0</MsToIwf>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1550
        <AckTimer>0</AckTimer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1551
        <RetransmissionAttempts>0</RetransmissionAttempts>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1552
        <ResequencePeriod>0</ResequencePeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1553
        <V42Compression>0</V42Compression>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1554
        <V42Codewords>0</V42Codewords>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1555
        <V42MaxLength>0</V42MaxLength>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1556
        <Asymmetry>0</Asymmetry>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1557
        <UserInitUpgrade>FALSE</UserInitUpgrade>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1558
        <UseEdge>FALSE</UseEdge>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1559
    </DialOutISP>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1560
    <DialOutISP operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1561
        <Name>ISP05</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1562
        <DialResolution>TRUE</DialResolution>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1563
        <UseLoginScript>FALSE</UseLoginScript>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1564
        <PromptForLogin>FALSE</PromptForLogin>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1565
        <IfPromptForAuth>TRUE</IfPromptForAuth>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1566
        <IpAddrFromServer>TRUE</IpAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1567
        <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1568
        <Description>PlaceHolder for ISP05</Description>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1569
        <Type>INTERNETONLY</Type>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1570
        <DefaultTelNum>INTERNETONLY</DefaultTelNum>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1571
        <LoginName>FALSE</LoginName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1572
        <LoginPass>FALSE</LoginPass>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1573
        <DisplayPCT>FALSE</DisplayPCT>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1574
        <IfParams>FALSE</IfParams>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1575
        <IfNetworks>ip</IfNetworks>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1576
        <IfAuthName>xxx</IfAuthName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1577
        <IfAuthPass>yyy</IfAuthPass>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1578
        <AuthRetries>0</AuthRetries>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1579
        <IfCallbackEnabled>FALSE</IfCallbackEnabled>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1580
        <CallbackTimeout>0</CallbackTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1581
        <IpAddr>TRUE</IpAddr>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1582
        <IpNetMask>TRUE</IpNetMask>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1583
        <IpGateway>TRUE</IpGateway>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1584
        <IpNameServer1>TRUE</IpNameServer1>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1585
        <IpNameServer2>TRUE</IpNameServer2>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1586
        <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1587
        <EnableLCPExtension>FALSE</EnableLCPExtension>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1588
        <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1589
        <EnableSWComp>FALSE</EnableSWComp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1590
        <BearerService>0</BearerService>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1591
        <BearerProtocol>UNSPECIFIED</BearerProtocol>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1592
        <RlpVersion>0</RlpVersion>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1593
        <IwfToMs>0</IwfToMs>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1594
        <MsToIwf>0</MsToIwf>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1595
        <AckTimer>0</AckTimer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1596
        <RetransmissionAttempts>0</RetransmissionAttempts>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1597
        <ResequencePeriod>0</ResequencePeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1598
        <V42Compression>0</V42Compression>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1599
        <V42Codewords>0</V42Codewords>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1600
        <V42MaxLength>0</V42MaxLength>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1601
        <Asymmetry>0</Asymmetry>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1602
        <UserInitUpgrade>FALSE</UserInitUpgrade>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1603
        <UseEdge>FALSE</UseEdge>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1604
    </DialOutISP>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1605
    <DialOutISP operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1606
        <Name>mRouterDialOutIsp</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1607
        <DialResolution>TRUE</DialResolution>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1608
        <UseLoginScript>FALSE</UseLoginScript>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1609
        <PromptForLogin>FALSE</PromptForLogin>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1610
        <IfPromptForAuth>FALSE</IfPromptForAuth>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1611
        <IpAddrFromServer>TRUE</IpAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1612
        <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1613
        <Description>mRouterDialOutIsp</Description>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1614
        <Type>INTERNETONLY</Type>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1615
        <DefaultTelNum>INTERNETONLY</DefaultTelNum>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1616
        <LoginName>FALSE</LoginName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1617
        <LoginPass>FALSE</LoginPass>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1618
        <DisplayPCT>FALSE</DisplayPCT>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1619
        <IfParams>FALSE</IfParams>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1620
        <IfNetworks>ip</IfNetworks>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1621
        <IfAuthName>IfAuthPass=</IfAuthName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1622
        <IfAuthPass>AuthRetries=0</IfAuthPass>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1623
        <AuthRetries>0</AuthRetries>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1624
        <IfCallbackEnabled>FALSE</IfCallbackEnabled>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1625
        <CallbackTimeout>0</CallbackTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1626
        <IpAddr>TRUE</IpAddr>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1627
        <IpNetMask>TRUE</IpNetMask>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1628
        <IpGateway>TRUE</IpGateway>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1629
        <IpNameServer1>TRUE</IpNameServer1>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1630
        <IpNameServer2>TRUE</IpNameServer2>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1631
        <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1632
        <EnableLCPExtension>FALSE</EnableLCPExtension>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1633
        <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1634
        <EnableSWComp>FALSE</EnableSWComp>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1635
        <BearerService>0</BearerService>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1636
        <BearerProtocol>UNSPECIFIED</BearerProtocol>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1637
        <RlpVersion>0</RlpVersion>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1638
        <IwfToMs>0</IwfToMs>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1639
        <MsToIwf>0</MsToIwf>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1640
        <AckTimer>0</AckTimer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1641
        <RetransmissionAttempts>0</RetransmissionAttempts>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1642
        <ResequencePeriod>0</ResequencePeriod>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1643
        <V42Compression>0</V42Compression>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1644
        <V42Codewords>0</V42Codewords>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1645
        <V42MaxLength>0</V42MaxLength>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1646
        <Asymmetry>0</Asymmetry>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1647
        <UserInitUpgrade>FALSE</UserInitUpgrade>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1648
        <UseEdge>FALSE</UseEdge>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1649
    </DialOutISP>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1650
</DialOutISPTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1651
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1652
<AgentLookupTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1653
</AgentLookupTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1654
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1655
<CDMA2000PacketServiceTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1656
    <CDMA2000PacketService operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1657
        <Name>test name cdma2000</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1658
        <IwfName>Test2000</IwfName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1659
        <ServiceOption>HIGHSPEEDCDMA2000DATA</ServiceOption>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1660
        <PdpType>IPV4</PdpType>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1661
        <ReqFwdPriority>PRIORITY04</ReqFwdPriority>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1662
        <ReqRevPriority>PRIORITY04</ReqRevPriority>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1663
        <ReqFwdBitrate>32KBPS</ReqFwdBitrate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1664
        <ReqRevBitrate>32KBPS</ReqRevBitrate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1665
        <ReqFwdLoss>LOSS1</ReqFwdLoss>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1666
        <ReqRevLoss>LOSS1</ReqRevLoss>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1667
        <ReqFwdMaxdelay>40MS</ReqFwdMaxdelay>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1668
        <ReqRevMaxdelay>40MS</ReqRevMaxdelay>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1669
        <MinFwdBitrate>32KBPS</MinFwdBitrate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1670
        <MinRevBitrate>32KBPS</MinRevBitrate>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1671
        <AccptFwdLoss>LOSS2</AccptFwdLoss>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1672
        <AccptRevLoss>LOSS2</AccptRevLoss>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1673
        <AccptFwdMaxdelay>120MS</AccptFwdMaxdelay>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1674
        <AccptRevMaxdelay>120MS</AccptRevMaxdelay>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1675
        <DataCompression>FALSE</DataCompression>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1676
        <HeaderCompression>FALSE</HeaderCompression>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1677
        <AnonymousAccess>FALSE</AnonymousAccess>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1678
        <IfNetworks>ip</IfNetworks>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1679
        <IfAuthName>RasUser</IfAuthName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1680
        <IfAuthPass>pass</IfAuthPass>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1681
        <IfPromptForAuth>FALSE</IfPromptForAuth>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1682
        <AuthRetries>1</AuthRetries>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1683
        <IpNetMask>0.255.255.255</IpNetMask>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1684
        <IpGateway>10.0.0.1</IpGateway>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1685
        <IpAddrFromServer>TRUE</IpAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1686
        <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1687
        <EnableLCPExtension>TRUE</EnableLCPExtension>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1688
        <DisablePlainTextAuth>TRUE</DisablePlainTextAuth>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1689
        <ApType>2</ApType>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1690
        <QosWarningTimeout>1000000</QosWarningTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1691
        <RlpMode>TRANSPARENT</RlpMode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1692
        <CDMAMobileIP>FALSE</CDMAMobileIP>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1693
        <CDMAMobileIPTimeout>10000000</CDMAMobileIPTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1694
    </CDMA2000PacketService>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1695
</CDMA2000PacketServiceTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1696
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1697
<DefaultCDMA2000Table>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1698
</DefaultCDMA2000Table>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1699
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1700
<ChargecardTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1701
    <Chargecard operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1702
        <Name>Dummy BT Chargecard</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1703
        <AccountNumber>144,12345678</AccountNumber>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1704
        <Pin>0000</Pin>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1705
        <LocalRule>HG</LocalRule>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1706
        <NatRule>HFG</NatRule>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1707
        <IntlRule>HEFG</IntlRule>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1708
    </Chargecard>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1709
    <Chargecard operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1710
        <Name>Dummy Mercury Chargecard</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1711
        <AccountNumber>0500800800,,12345678</AccountNumber>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1712
        <Pin>****</Pin>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1713
        <LocalRule>HG</LocalRule>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1714
        <NatRule>J,K,0FG</NatRule>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1715
        <IntlRule>HEFG</IntlRule>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1716
    </Chargecard>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1717
</ChargecardTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1718
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1719
<ConnectionPreferencesTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1720
    <ConnectionPreferences operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1721
        <Name>ConnectionPreferencesTable1</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1722
        <Ranking>0</Ranking>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1723
        <Direction>OUTGOING</Direction>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1724
        <DialogPref>DONOTPROMPT</DialogPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1725
        <BearerSet>LAN</BearerSet>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1726
        <IAPRef>IAP.WinTAP Ethernet - Dynamic IP</IAPRef>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1727
    </ConnectionPreferences>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1728
    <ConnectionPreferences operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1729
        <Name>ConnectionPreferencesTable2</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1730
        <Ranking>1</Ranking>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1731
        <Direction>OUTGOING</Direction>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1732
        <DialogPref>PROMPT</DialogPref>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1733
        <BearerSet>LAN</BearerSet>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1734
        <IAPRef>IAP.Syborg Ethernet - Static IP</IAPRef>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1735
    </ConnectionPreferences>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1736
</ConnectionPreferencesTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1737
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1738
<GlobalSettingsTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1739
    <GlobalSettings operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1740
        <Name>GlobalSettingsTable1</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1741
        <WAPAccess>WAPAccessPoint.Default Dial In ISP</WAPAccess>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1742
        <RedialAttempts>3</RedialAttempts>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1743
        <SmsBearer>2</SmsBearer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1744
        <SmsReceiveMode>2</SmsReceiveMode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1745
        <GPRSAttachMode>1</GPRSAttachMode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1746
        <AcceptIncomingGprs>1</AcceptIncomingGprs>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1747
        <ConnectionAttempts>2</ConnectionAttempts>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1748
        <ModemForDataAndFax>2</ModemForDataAndFax>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1749
        <ModemForPhoneServicesAndSMS>2</ModemForPhoneServicesAndSMS>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1750
        <LocationForDataAndFax>Location.Office</LocationForDataAndFax>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1751
        <LocationForPhoneServicesAndSMS>Location.Office</LocationForPhoneServicesAndSMS>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1752
        <GPRSClassCBearer>GSM</GPRSClassCBearer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1753
        <DefaultNetwork>Network.Intranet</DefaultNetwork>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1754
        <BearerAvailabilityCheckTSY>mm</BearerAvailabilityCheckTSY>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1755
    </GlobalSettings>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1756
</GlobalSettingsTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1757
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1758
<IncomingGPRSTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1759
    <IncomingGPRS operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1760
        <Name>Incoming GPRS Settings PlaceHolder</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1761
        <APN>Test</APN>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1762
        <PDPType>IPV4</PDPType>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1763
        <PDPAddress>0.0.0.0</PDPAddress>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1764
        <IfPromptForAuth>FALSE</IfPromptForAuth>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1765
        <IpAddrFromServer>TRUE</IpAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1766
        <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1767
        <ReqPrecedence>1</ReqPrecedence>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1768
        <ReqDelay>1</ReqDelay>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1769
        <ReqReliability>1</ReqReliability>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1770
        <ReqPeakThroughput>1</ReqPeakThroughput>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1771
        <ReqMeanThroughput>1</ReqMeanThroughput>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1772
        <MinPrecedence>1</MinPrecedence>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1773
        <MinDelay>1</MinDelay>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1774
        <MinReliability>1</MinReliability>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1775
        <MinPeakThroughput>1</MinPeakThroughput>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1776
        <MinMeanThroughput>1</MinMeanThroughput>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1777
        <DataCompression>FALSE</DataCompression>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1778
        <HeaderCompression>FALSE</HeaderCompression>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1779
        <AnonymousAccess>FALSE</AnonymousAccess>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1780
        <IfNetworks>ip</IfNetworks>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1781
        <IfAuthName>RasUser</IfAuthName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1782
        <IfAuthPass>pass</IfAuthPass>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1783
        <AuthRetries>1</AuthRetries>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1784
        <IpNameServer1>0.0.0.0</IpNameServer1>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1785
        <IpNameServer2>0.0.0.0</IpNameServer2>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1786
        <EnableLCPExtension>FALSE</EnableLCPExtension>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1787
        <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1788
        <GprsUseEdge>FALSE</GprsUseEdge>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1789
    </IncomingGPRS>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1790
</IncomingGPRSTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1791
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1792
<OutgoingGPRSTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1793
    <OutgoingGPRS operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1794
        <Name>GPRS01</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1795
        <APN>gprs01APNPlaceHolder</APN>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1796
        <PDPType>IPV4</PDPType>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1797
        <IfPromptForAuth>FALSE</IfPromptForAuth>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1798
        <IpAddrFromServer>TRUE</IpAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1799
        <IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1800
        <ReqPrecedence>0</ReqPrecedence>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1801
        <ReqDelay>0</ReqDelay>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1802
        <ReqReliability>0</ReqReliability>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1803
        <ReqPeakThroughput>0</ReqPeakThroughput>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1804
        <ReqMeanThroughput>0</ReqMeanThroughput>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1805
        <MinPrecedence>0</MinPrecedence>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1806
        <MinDelay>0</MinDelay>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1807
        <MinReliability>0</MinReliability>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1808
        <MinPeakThroughput>0</MinPeakThroughput>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1809
        <MinMeanThroughput>0</MinMeanThroughput>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1810
        <DataCompression>FALSE</DataCompression>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1811
        <HeaderCompression>FALSE</HeaderCompression>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1812
        <AnonymousAccess>FALSE</AnonymousAccess>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1813
        <IfNetworks>ip</IfNetworks>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1814
        <AuthRetries>1</AuthRetries>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1815
        <EnableLCPExtension>FALSE</EnableLCPExtension>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1816
        <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1817
        <GprsUseEdge>FALSE</GprsUseEdge>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1818
        <GprsAccessPointType>0</GprsAccessPointType>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1819
        <QosWarningTimeout>0</QosWarningTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1820
    </OutgoingGPRS>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1821
    <OutgoingGPRS operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1822
        <Name>GPRS02</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1823
        <APN>gprs02APNPlaceHolder</APN>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1824
        <PDPType>IPV4</PDPType>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1825
        <IfPromptForAuth>FALSE</IfPromptForAuth>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1826
        <IpAddrFromServer>TRUE</IpAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1827
        <IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1828
        <ReqPrecedence>0</ReqPrecedence>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1829
        <ReqDelay>0</ReqDelay>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1830
        <ReqReliability>0</ReqReliability>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1831
        <ReqPeakThroughput>0</ReqPeakThroughput>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1832
        <ReqMeanThroughput>0</ReqMeanThroughput>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1833
        <MinPrecedence>0</MinPrecedence>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1834
        <MinDelay>0</MinDelay>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1835
        <MinReliability>0</MinReliability>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1836
        <MinPeakThroughput>0</MinPeakThroughput>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1837
        <MinMeanThroughput>0</MinMeanThroughput>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1838
        <DataCompression>FALSE</DataCompression>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1839
        <HeaderCompression>FALSE</HeaderCompression>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1840
        <AnonymousAccess>FALSE</AnonymousAccess>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1841
        <IfNetworks>ip</IfNetworks>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1842
        <AuthRetries>1</AuthRetries>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1843
        <EnableLCPExtension>FALSE</EnableLCPExtension>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1844
        <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1845
        <GprsUseEdge>FALSE</GprsUseEdge>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1846
        <GprsAccessPointType>0</GprsAccessPointType>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1847
        <QosWarningTimeout>0</QosWarningTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1848
    </OutgoingGPRS>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1849
    <OutgoingGPRS operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1850
        <Name>GPRS03</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1851
        <APN>gprs03APNPlaceHolder</APN>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1852
        <PDPType>IPV4</PDPType>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1853
        <IfPromptForAuth>FALSE</IfPromptForAuth>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1854
        <IpAddrFromServer>TRUE</IpAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1855
        <IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1856
        <ReqPrecedence>0</ReqPrecedence>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1857
        <ReqDelay>0</ReqDelay>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1858
        <ReqReliability>0</ReqReliability>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1859
        <ReqPeakThroughput>0</ReqPeakThroughput>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1860
        <ReqMeanThroughput>0</ReqMeanThroughput>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1861
        <MinPrecedence>0</MinPrecedence>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1862
        <MinDelay>0</MinDelay>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1863
        <MinReliability>0</MinReliability>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1864
        <MinPeakThroughput>0</MinPeakThroughput>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1865
        <MinMeanThroughput>0</MinMeanThroughput>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1866
        <DataCompression>FALSE</DataCompression>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1867
        <HeaderCompression>FALSE</HeaderCompression>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1868
        <AnonymousAccess>FALSE</AnonymousAccess>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1869
        <IfNetworks>ip</IfNetworks>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1870
        <AuthRetries>1</AuthRetries>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1871
        <EnableLCPExtension>FALSE</EnableLCPExtension>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1872
        <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1873
        <GprsUseEdge>FALSE</GprsUseEdge>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1874
        <GprsAccessPointType>0</GprsAccessPointType>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1875
        <QosWarningTimeout>0</QosWarningTimeout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1876
    </OutgoingGPRS>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1877
</OutgoingGPRSTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1878
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1879
<DefaultGPRSTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1880
    <DefaultGPRS operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1881
        <Name>Dummy Default GPRS Settings</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1882
        <APN>Access point name</APN>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1883
        <PDPType>IPV6</PDPType>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1884
        <PDPAddress>www.wid.com</PDPAddress>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1885
        <Usage>1</Usage>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1886
        <Precedence>1</Precedence>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1887
        <Delay>1</Delay>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1888
        <Reliability>1</Reliability>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1889
        <PeakThroughput>1</PeakThroughput>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1890
        <MeanThroughput>1</MeanThroughput>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1891
        <MinPrecedence>1</MinPrecedence>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1892
        <MinDelay>1</MinDelay>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1893
        <MinReliability>1</MinReliability>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1894
        <MinPeakThroughput>1</MinPeakThroughput>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1895
        <MinMeanThroughput>1</MinMeanThroughput>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1896
        <DataCompression>TRUE</DataCompression>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1897
        <HeaderCompression>TRUE</HeaderCompression>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1898
        <GprsUseEdge>FALSE</GprsUseEdge>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1899
        <AnonymousAccess>TRUE</AnonymousAccess>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1900
    </DefaultGPRS>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1901
</DefaultGPRSTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1902
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1903
<ProxyTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1904
    <Proxy operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1905
        <Name>ProxyTable1</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1906
        <ISPRef>DialOutISP.NT RAS</ISPRef>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1907
        <UseProxyServer>TRUE</UseProxyServer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1908
        <ProtocolName>http</ProtocolName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1909
        <ProxyServerName>www.dummyproxy.com</ProxyServerName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1910
        <PortNumber>80</PortNumber>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1911
        <Exceptions>www.dummyproxy.com/exception</Exceptions>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1912
    </Proxy>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1913
</ProxyTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1914
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1915
<LocationTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1916
    <Location operation="template">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1917
        <Name>Default Location</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1918
        <Mobile>TRUE</Mobile>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1919
        <UsePulseDial>FALSE</UsePulseDial>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1920
        <WaitForDialTone>FALSE</WaitForDialTone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1921
        <PauseAfterDialout>0</PauseAfterDialout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1922
        <IntlPrefixCode>+</IntlPrefixCode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1923
        <NatPrefixCode>0</NatPrefixCode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1924
        <NatCode>44</NatCode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1925
        <AreaCode>44</AreaCode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1926
        <DialOutCode>44</DialOutCode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1927
        <DisableCallWaitingCode>44</DisableCallWaitingCode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1928
    </Location>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1929
    <Location operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1930
        <Name>Office</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1931
        <Mobile>FALSE</Mobile>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1932
        <UsePulseDial>FALSE</UsePulseDial>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1933
        <WaitForDialTone>FALSE</WaitForDialTone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1934
        <PauseAfterDialout>0</PauseAfterDialout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1935
        <IntlPrefixCode>00</IntlPrefixCode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1936
        <NatPrefixCode>0</NatPrefixCode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1937
        <NatCode>44</NatCode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1938
        <AreaCode>171</AreaCode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1939
        <DialOutCode>9,</DialOutCode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1940
        <DisableCallWaitingCode>9,</DisableCallWaitingCode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1941
    </Location>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1942
    <Location operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1943
        <Name>Office Direct Dial</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1944
        <Mobile>FALSE</Mobile>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1945
        <UsePulseDial>FALSE</UsePulseDial>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1946
        <WaitForDialTone>FALSE</WaitForDialTone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1947
        <PauseAfterDialout>0</PauseAfterDialout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1948
        <IntlPrefixCode>00</IntlPrefixCode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1949
        <NatPrefixCode>0</NatPrefixCode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1950
        <NatCode>44</NatCode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1951
        <AreaCode>171</AreaCode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1952
        <DialOutCode>171</DialOutCode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1953
        <DisableCallWaitingCode>171</DisableCallWaitingCode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1954
    </Location>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1955
    <Location operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1956
        <Name>Mobile</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1957
        <Mobile>TRUE</Mobile>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1958
        <UsePulseDial>FALSE</UsePulseDial>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1959
        <WaitForDialTone>FALSE</WaitForDialTone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1960
        <PauseAfterDialout>0</PauseAfterDialout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1961
        <IntlPrefixCode>+</IntlPrefixCode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1962
        <NatPrefixCode>0</NatPrefixCode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1963
        <NatCode>44</NatCode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1964
        <AreaCode>44</AreaCode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1965
        <DialOutCode>44</DialOutCode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1966
        <DisableCallWaitingCode>44</DisableCallWaitingCode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1967
    </Location>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1968
    <Location operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1969
        <Name>Home</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1970
        <Mobile>FALSE</Mobile>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1971
        <UsePulseDial>TRUE</UsePulseDial>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1972
        <WaitForDialTone>TRUE</WaitForDialTone>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1973
        <PauseAfterDialout>0</PauseAfterDialout>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1974
        <IntlPrefixCode>00</IntlPrefixCode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1975
        <NatPrefixCode>0</NatPrefixCode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1976
        <NatCode>44</NatCode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1977
        <AreaCode>181</AreaCode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1978
        <DialOutCode>181</DialOutCode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1979
        <DisableCallWaitingCode>181</DisableCallWaitingCode>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1980
    </Location>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1981
</LocationTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1982
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1983
<SecureSocketTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1984
    <SecureSocket operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1985
        <Name>SecureSocketTable1</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1986
        <ProtocolName>ssl3.0</ProtocolName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1987
        <ProtoLibrary>ssladaptor.dll</ProtoLibrary>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1988
    </SecureSocket>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1989
    <SecureSocket operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1990
        <Name>SecureSocketTable2</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1991
        <ProtocolName>tls1.0</ProtocolName>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1992
        <ProtoLibrary>ssladaptor.dll</ProtoLibrary>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1993
    </SecureSocket>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1994
</SecureSocketTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1995
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1996
<BTDeviceTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1997
</BTDeviceTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1998
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1999
<BTPersistTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2000
</BTPersistTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2001
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2002
<BTSecurityTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2003
</BTSecurityTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2004
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2005
<BTDefaultTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2006
</BTDefaultTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2007
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2008
<WAPAccessPointTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2009
    <WAPAccessPoint operation="template">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2010
        <Name>Default Dial In ISP</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2011
        <CurrentBearer>WAPIPBearer</CurrentBearer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2012
    </WAPAccessPoint>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2013
    <WAPAccessPoint operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2014
        <Name>Dummy WAP Settings</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2015
        <CurrentBearer>WAPIPBearer</CurrentBearer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2016
        <StartPage>www.wapstart.com</StartPage>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2017
    </WAPAccessPoint>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2018
</WAPAccessPointTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2019
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2020
<WAPIPBearerTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2021
    <WAPIPBearer operation="template">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2022
        <Name>WAPIPBearerTable1</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2023
        <AccessPoint>WAPAccessPoint.-1</AccessPoint>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2024
        <GatewayAddress>0</GatewayAddress>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2025
        <WSPOption>CONNECTIONLESS</WSPOption>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2026
        <Security>FALSE</Security>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2027
        <IAPRef>IAP.-1</IAPRef>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2028
        <ProxyPortNumber>0</ProxyPortNumber>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2029
        <ProxyLogin>0</ProxyLogin>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2030
        <ProxyPassword>0</ProxyPassword>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2031
    </WAPIPBearer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2032
</WAPIPBearerTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2033
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2034
<WAPSMSBearerTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2035
    <WAPSMSBearer operation="template">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2036
        <Name>WAPSMSBearerTable1</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2037
        <AccessPoint>WAPAccessPoint.-1</AccessPoint>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2038
        <GatewayAddress>0</GatewayAddress>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2039
        <WSPOption>CONNECTIONLESS</WSPOption>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2040
        <Security>FALSE</Security>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2041
        <ServiceCentreAddress>0</ServiceCentreAddress>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2042
    </WAPSMSBearer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2043
    <WAPSMSBearer operation="add">
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2044
        <Name>WAPSMSBearerTable2</Name>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2045
        <AccessPoint>WAPAccessPoint.Dummy WAP Settings</AccessPoint>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2046
        <GatewayAddress>+4412345678901</GatewayAddress>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2047
        <WSPOption>CONNECTIONORIENTED</WSPOption>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2048
        <Security>FALSE</Security>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2049
        <ServiceCentreAddress>+442071234567</ServiceCentreAddress>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2050
    </WAPSMSBearer>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2051
</WAPSMSBearerTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2052
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2053
<VirtualBearerTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2054
</VirtualBearerTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2055
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2056
<VpnServiceTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2057
</VpnServiceTable>
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2058
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2059
79169c91b472 Add commdb and related ethernetced.xml file, and use it in the generic stem_rom.oby file
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2060
</CommDB:Config>