24
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<!--
|
|
3 |
Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
4 |
All rights reserved.
|
|
5 |
This component and the accompanying materials are made available
|
|
6 |
under the terms of "Eclipse Public License v1.0"
|
|
7 |
which accompanies this distribution, and is available
|
|
8 |
at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
9 |
|
|
10 |
Initial Contributors:
|
|
11 |
Nokia Corporation - initial contribution.
|
|
12 |
|
|
13 |
Contributors:
|
|
14 |
|
|
15 |
Description:
|
|
16 |
CommDB Settings File for GT0233 PREQ398 Raw IP NIF testing.
|
|
17 |
All Rights Reserved
|
|
18 |
|
|
19 |
-->
|
|
20 |
|
|
21 |
|
|
22 |
|
|
23 |
<CommDB:Config xmlns="SymbianOS.Generic.Comms-Infras.CommDB"
|
|
24 |
xmlns:CommDB="SymbianOS.Generic.Comms-Infras.CommDB"
|
|
25 |
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
26 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
27 |
xsi:schemaLocation="SymbianOS.Generic.Comms-Infras.CommDB CommDB.xsd">
|
|
28 |
|
|
29 |
<InformationTable>
|
|
30 |
</InformationTable>
|
|
31 |
|
|
32 |
<NetworkTable>
|
|
33 |
<Network operation="add">
|
|
34 |
<Name>Intranet</Name>
|
|
35 |
</Network>
|
|
36 |
|
|
37 |
<Network operation="add">
|
|
38 |
<Name>Intranet2</Name>
|
|
39 |
</Network>
|
|
40 |
</NetworkTable>
|
|
41 |
|
|
42 |
<IAPTable>
|
|
43 |
<IAP operation="add">
|
|
44 |
<Name>Loopback_GPRS_1</Name>
|
|
45 |
<IAPService>OutgoingGPRS.PPP_Bounce_1</IAPService>
|
|
46 |
<IAPBearer>ModemBearer.Loopback_PPP_1</IAPBearer>
|
|
47 |
<IAPNetwork>Network.Intranet</IAPNetwork>
|
|
48 |
<IAPNetworkWeighting>0</IAPNetworkWeighting>
|
|
49 |
<LocationRef>Location.Mobile</LocationRef>
|
|
50 |
</IAP>
|
|
51 |
<IAP operation="add">
|
|
52 |
<Name>Loopback_GRPS_2</Name>
|
|
53 |
<IAPService>OutgoingGPRS.SPUD_Echo_2</IAPService>
|
|
54 |
<IAPBearer>ModemBearer.Loopback_SPUD_2</IAPBearer>
|
|
55 |
<IAPNetwork>Network.Intranet</IAPNetwork>
|
|
56 |
<IAPNetworkWeighting>0</IAPNetworkWeighting>
|
|
57 |
<LocationRef>Location.Mobile</LocationRef>
|
|
58 |
</IAP>
|
|
59 |
|
|
60 |
<IAP operation="add">
|
|
61 |
<Name>Loopback_GRPS_3</Name>
|
|
62 |
<IAPService>OutgoingGPRS.PPP_Bounce_3</IAPService>
|
|
63 |
<IAPBearer>ModemBearer.Loopback_PPP_3</IAPBearer>
|
|
64 |
<IAPNetwork>Network.Intranet2</IAPNetwork>
|
|
65 |
<IAPNetworkWeighting>0</IAPNetworkWeighting>
|
|
66 |
<LocationRef>Location.Mobile</LocationRef>
|
|
67 |
</IAP>
|
|
68 |
<IAP operation="add">
|
|
69 |
<Name>Loopback_GRPS_4</Name>
|
|
70 |
<IAPService>OutgoingGPRS.SPUD_Echo_4</IAPService>
|
|
71 |
<IAPBearer>ModemBearer.Loopback_SPUD_4</IAPBearer>
|
|
72 |
<IAPNetwork>Network.Intranet2</IAPNetwork>
|
|
73 |
<IAPNetworkWeighting>0</IAPNetworkWeighting>
|
|
74 |
<LocationRef>Location.Mobile</LocationRef>
|
|
75 |
</IAP>
|
|
76 |
<IAP operation="add">
|
|
77 |
<Name>Loopback_GRPS_5</Name>
|
|
78 |
<IAPService>OutgoingGPRS.PPP_Bounce_1</IAPService>
|
|
79 |
<IAPBearer>ModemBearer.Loopback_PPP_1</IAPBearer>
|
|
80 |
<IAPNetwork>Network.Intranet2</IAPNetwork>
|
|
81 |
<IAPNetworkWeighting>0</IAPNetworkWeighting>
|
|
82 |
<LocationRef>Location.Mobile</LocationRef>
|
|
83 |
</IAP>
|
|
84 |
</IAPTable>
|
|
85 |
|
|
86 |
|
|
87 |
<ModemBearerTable>
|
|
88 |
<ModemBearer operation="template">
|
|
89 |
<Name>Default Loopback Modem</Name>
|
|
90 |
<Agent>NULLAGT</Agent>
|
|
91 |
<CSYName>PKTLOOPBACK</CSYName>
|
|
92 |
<BCAStack>C32Bca</BCAStack>
|
|
93 |
<TSYName>SIM</TSYName>
|
|
94 |
<DataBits>8</DataBits>
|
|
95 |
<StopBits>1</StopBits>
|
|
96 |
<Parity>NONE</Parity>
|
|
97 |
<Rate>115200</Rate>
|
|
98 |
<Handshaking>0</Handshaking>
|
|
99 |
<SpecialRate>0</SpecialRate>
|
|
100 |
<XonChar>0</XonChar>
|
|
101 |
<XoffChar>0</XoffChar>
|
|
102 |
<FaxClassPref>AUTO</FaxClassPref>
|
|
103 |
<SpeakerPref>NEVER</SpeakerPref>
|
|
104 |
<SpeakerVolPref>QUIET</SpeakerVolPref>
|
|
105 |
<ModemInitString>AT</ModemInitString>
|
|
106 |
<DataInitString>AT</DataInitString>
|
|
107 |
<FaxInitString>AT</FaxInitString>
|
|
108 |
<DialPauseLength>S8=</DialPauseLength>
|
|
109 |
<SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
|
|
110 |
<SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
|
|
111 |
<SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
|
|
112 |
<SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
|
|
113 |
<SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
|
|
114 |
<SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
|
|
115 |
<SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
|
|
116 |
<DialToneWaitModifier>W</DialToneWaitModifier>
|
|
117 |
<CallProgress1>X1</CallProgress1>
|
|
118 |
<CallProgress2>X2</CallProgress2>
|
|
119 |
<CallProgress3>X3</CallProgress3>
|
|
120 |
<CallProgress4>X4</CallProgress4>
|
|
121 |
<EchoOff>E0</EchoOff>
|
|
122 |
<VerboseText>V1</VerboseText>
|
|
123 |
<QuietOff>Q0</QuietOff>
|
|
124 |
<QuietOn>Q1</QuietOn>
|
|
125 |
<DialCommandStateModifier>;</DialCommandStateModifier>
|
|
126 |
<OnLine>O</OnLine>
|
|
127 |
<ResetConfiguration>Z</ResetConfiguration>
|
|
128 |
<ReturnToFactoryDefs>&F</ReturnToFactoryDefs>
|
|
129 |
<DCDOnDuringLink>&C1</DCDOnDuringLink>
|
|
130 |
<DTRHangUp>&D2</DTRHangUp>
|
|
131 |
<DSRAlwaysOn>&S0</DSRAlwaysOn>
|
|
132 |
<RTSCTSHandshake>&K3</RTSCTSHandshake>
|
|
133 |
<XonXoffHandshake>&K4</XonXoffHandshake>
|
|
134 |
<EscapeCharacter>+</EscapeCharacter>
|
|
135 |
<EscapeGuardPeriod>S12</EscapeGuardPeriod>
|
|
136 |
<NoDialTone>NO DIAL TONE</NoDialTone>
|
|
137 |
<Busy>BUSY</Busy>
|
|
138 |
<NoAnswer>NO ANSWER</NoAnswer>
|
|
139 |
<Carrier>CARRIER</Carrier>
|
|
140 |
<Connect>CONNECT</Connect>
|
|
141 |
<CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
|
|
142 |
<CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
|
|
143 |
<CompressionNone>COMPRESSION:NONE</CompressionNone>
|
|
144 |
<ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
|
|
145 |
<ProtocolALT>PROTOCOL:ALT</ProtocolALT>
|
|
146 |
<ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
|
|
147 |
<ProtocolNone>PROTOCOL:NONE</ProtocolNone>
|
|
148 |
<MessageValidityPeriod>0</MessageValidityPeriod>
|
|
149 |
<MessageDeliveryReport>FALSE</MessageDeliveryReport>
|
|
150 |
<LastSessionClosedTimeout>30</LastSessionClosedTimeout>
|
|
151 |
<LastSocketClosedTimeout>60</LastSocketClosedTimeout>
|
|
152 |
<LastSocketActivityTimeout>180</LastSocketActivityTimeout>
|
|
153 |
<CommRole>0</CommRole>
|
|
154 |
</ModemBearer>
|
|
155 |
|
|
156 |
<ModemBearer operation="add">
|
|
157 |
<Name>Loopback_PPP_1</Name>
|
|
158 |
<IfName>PPP</IfName>
|
|
159 |
<CSYName>PKTLOOPBACK</CSYName>
|
|
160 |
<PortName>PKTLOOPBACK::501</PortName>
|
|
161 |
</ModemBearer>
|
|
162 |
|
|
163 |
<ModemBearer operation="add">
|
|
164 |
<Name>Loopback_SPUD_2</Name>
|
|
165 |
<IfName>SPUD</IfName>
|
|
166 |
</ModemBearer>
|
|
167 |
|
|
168 |
<ModemBearer operation="add">
|
|
169 |
<Name>Loopback_PPP_3</Name>
|
|
170 |
<IfName>PPP</IfName>
|
|
171 |
<CSYName>PKTLOOPBACK</CSYName>
|
|
172 |
<PortName>PKTLOOPBACK::503</PortName>
|
|
173 |
</ModemBearer>
|
|
174 |
|
|
175 |
<ModemBearer operation="add">
|
|
176 |
<Name>Loopback_SPUD_4</Name>
|
|
177 |
<IfName>SPUD</IfName>
|
|
178 |
</ModemBearer>
|
|
179 |
|
|
180 |
<ModemBearer operation="add">
|
|
181 |
<Name>WinTunnel_SPUD_5</Name>
|
|
182 |
<Agent>NULLAGT</Agent>
|
|
183 |
<IfName>SPUD</IfName>
|
|
184 |
</ModemBearer>
|
|
185 |
|
|
186 |
</ModemBearerTable>
|
|
187 |
|
|
188 |
<LANBearerTable>
|
|
189 |
</LANBearerTable>
|
|
190 |
|
|
191 |
<LANServiceTable>
|
|
192 |
</LANServiceTable>
|
|
193 |
|
|
194 |
<DialInISPTable>
|
|
195 |
</DialInISPTable>
|
|
196 |
|
|
197 |
<DialOutISPTable>
|
|
198 |
</DialOutISPTable>
|
|
199 |
|
|
200 |
<AgentLookupTable>
|
|
201 |
</AgentLookupTable>
|
|
202 |
|
|
203 |
<CDMA2000PacketServiceTable>
|
|
204 |
</CDMA2000PacketServiceTable>
|
|
205 |
|
|
206 |
<DefaultCDMA2000Table>
|
|
207 |
</DefaultCDMA2000Table>
|
|
208 |
|
|
209 |
<ChargecardTable>
|
|
210 |
</ChargecardTable>
|
|
211 |
|
|
212 |
<ConnectionPreferencesTable>
|
|
213 |
<!-- We must have at least one record with ranking of 1, else Netcon fails. -->
|
|
214 |
<ConnectionPreferences operation="add">
|
|
215 |
<Name>ConnectionPreferencesTable1</Name>
|
|
216 |
<Ranking>1</Ranking>
|
|
217 |
<Direction>OUTGOING</Direction>
|
|
218 |
<DialogPref>DONOTPROMPT</DialogPref>
|
|
219 |
<BearerSet>PSD</BearerSet>
|
|
220 |
<IAPRef>IAP.Loopback_GRPS_2</IAPRef>
|
|
221 |
</ConnectionPreferences>
|
|
222 |
</ConnectionPreferencesTable>
|
|
223 |
|
|
224 |
<GlobalSettingsTable>
|
|
225 |
<GlobalSettings operation="add">
|
|
226 |
<Name>GlobalSettingsTable1</Name>
|
|
227 |
<RedialAttempts>3</RedialAttempts>
|
|
228 |
<SmsReceiveMode>2</SmsReceiveMode>
|
|
229 |
<GPRSAttachMode>1</GPRSAttachMode>
|
|
230 |
<AcceptIncomingGprs>1</AcceptIncomingGprs>
|
|
231 |
<ConnectionAttempts>2</ConnectionAttempts>
|
|
232 |
<ModemForDataAndFax>2</ModemForDataAndFax>
|
|
233 |
<ModemForPhoneServicesAndSMS>2</ModemForPhoneServicesAndSMS>
|
|
234 |
<LocationForDataAndFax>Location.Mobile</LocationForDataAndFax>
|
|
235 |
<LocationForPhoneServicesAndSMS>Location.Mobile</LocationForPhoneServicesAndSMS>
|
|
236 |
<GPRSClassCBearer>GSM</GPRSClassCBearer>
|
|
237 |
<DefaultNetwork>Network.Intranet</DefaultNetwork>
|
|
238 |
<BearerAvailabilityCheckTSY>mm</BearerAvailabilityCheckTSY>
|
|
239 |
</GlobalSettings>
|
|
240 |
</GlobalSettingsTable>
|
|
241 |
|
|
242 |
<IncomingGPRSTable>
|
|
243 |
</IncomingGPRSTable>
|
|
244 |
|
|
245 |
<OutgoingGPRSTable>
|
|
246 |
<OutgoingGPRS operation="template">
|
|
247 |
<Name>Default Outgoing GPRS</Name>
|
|
248 |
<APN>Test</APN>
|
|
249 |
<PDPType>IPV4</PDPType>
|
|
250 |
<IfPromptForAuth>FALSE</IfPromptForAuth>
|
|
251 |
<IpAddrFromServer>FALSE</IpAddrFromServer>
|
|
252 |
<IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer>
|
|
253 |
<ReqPrecedence>2</ReqPrecedence>
|
|
254 |
<ReqDelay>4</ReqDelay>
|
|
255 |
<ReqReliability>3</ReqReliability>
|
|
256 |
<ReqPeakThroughput>3</ReqPeakThroughput>
|
|
257 |
<ReqMeanThroughput>31</ReqMeanThroughput>
|
|
258 |
<MinPrecedence>2</MinPrecedence>
|
|
259 |
<MinDelay>4</MinDelay>
|
|
260 |
<MinReliability>3</MinReliability>
|
|
261 |
<MinPeakThroughput>3</MinPeakThroughput>
|
|
262 |
<MinMeanThroughput>31</MinMeanThroughput>
|
|
263 |
<DataCompression>FALSE</DataCompression>
|
|
264 |
<HeaderCompression>FALSE</HeaderCompression>
|
|
265 |
<AnonymousAccess>FALSE</AnonymousAccess>
|
|
266 |
<IpNetMask>255.255.255.0</IpNetMask>
|
|
267 |
<IfNetworks>ip</IfNetworks>
|
|
268 |
<IfAuthName>RasUser</IfAuthName>
|
|
269 |
<AuthRetries>1</AuthRetries>
|
|
270 |
<IpNameServer1>194.72.6.51</IpNameServer1>
|
|
271 |
<IpNameServer2>194.72.6.51</IpNameServer2>
|
|
272 |
<IpGateway>192.168.20.11</IpGateway>
|
|
273 |
<EnableLCPExtension>FALSE</EnableLCPExtension>
|
|
274 |
<DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
|
|
275 |
<GprsUseEdge>FALSE</GprsUseEdge>
|
|
276 |
<UmtsR99QoSAndOnRef>UmtsR99QoSAndOn.R99Default1</UmtsR99QoSAndOnRef>
|
|
277 |
</OutgoingGPRS>
|
|
278 |
|
|
279 |
<OutgoingGPRS operation="add">
|
|
280 |
<Name>PPP_Bounce_1</Name>
|
|
281 |
<PDPType>IPV4</PDPType>
|
|
282 |
<IfPromptForAuth>FALSE</IfPromptForAuth>
|
|
283 |
<IpAddrFromServer>FALSE</IpAddrFromServer>
|
|
284 |
<IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer>
|
|
285 |
<IpAddr>192.168.20.13</IpAddr>
|
|
286 |
<IpGateway>192.168.1.2</IpGateway>
|
|
287 |
</OutgoingGPRS>
|
|
288 |
|
|
289 |
<OutgoingGPRS operation="add">
|
|
290 |
<Name>SPUD_Echo_2</Name>
|
|
291 |
<PDPType>IPV4</PDPType>
|
|
292 |
<IfParams>lowernif=PPP</IfParams>
|
|
293 |
<IfPromptForAuth>FALSE</IfPromptForAuth>
|
|
294 |
<IpAddrFromServer>FALSE</IpAddrFromServer>
|
|
295 |
<IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer>
|
|
296 |
<IpAddr>192.168.1.2</IpAddr>
|
|
297 |
<IpGateway>192.168.20.11</IpGateway>
|
|
298 |
</OutgoingGPRS>
|
|
299 |
|
|
300 |
<OutgoingGPRS operation="add">
|
|
301 |
<Name>PPP_Bounce_3</Name>
|
|
302 |
<PDPType>IPV4</PDPType>
|
|
303 |
<IfPromptForAuth>FALSE</IfPromptForAuth>
|
|
304 |
<IpAddrFromServer>FALSE</IpAddrFromServer>
|
|
305 |
<IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer>
|
|
306 |
<IpAddr>192.168.20.11</IpAddr>
|
|
307 |
<IpGateway>192.168.1.2</IpGateway>
|
|
308 |
</OutgoingGPRS>
|
|
309 |
|
|
310 |
<OutgoingGPRS operation="add">
|
|
311 |
<Name>SPUD_Echo_4</Name>
|
|
312 |
<PDPType>IPV4</PDPType>
|
|
313 |
<IfParams>lowernif=PPP</IfParams>
|
|
314 |
<IfPromptForAuth>FALSE</IfPromptForAuth>
|
|
315 |
<IpAddrFromServer>FALSE</IpAddrFromServer>
|
|
316 |
<IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer>
|
|
317 |
<IpAddr>192.168.2.4</IpAddr>
|
|
318 |
</OutgoingGPRS>
|
|
319 |
</OutgoingGPRSTable>
|
|
320 |
|
|
321 |
<DefaultGPRSTable>
|
|
322 |
<DefaultGPRS operation="add">
|
|
323 |
<Name>Dummy Default GPRS Settings</Name>
|
|
324 |
<APN>Access point name</APN>
|
|
325 |
<PDPType>IPV6</PDPType>
|
|
326 |
<PDPAddress>www.wid.com</PDPAddress>
|
|
327 |
<Usage>1</Usage>
|
|
328 |
<Precedence>1</Precedence>
|
|
329 |
<Delay>1</Delay>
|
|
330 |
<Reliability>1</Reliability>
|
|
331 |
<PeakThroughput>1</PeakThroughput>
|
|
332 |
<MeanThroughput>1</MeanThroughput>
|
|
333 |
<MinPrecedence>1</MinPrecedence>
|
|
334 |
<MinDelay>1</MinDelay>
|
|
335 |
<MinReliability>1</MinReliability>
|
|
336 |
<MinPeakThroughput>1</MinPeakThroughput>
|
|
337 |
<MinMeanThroughput>1</MinMeanThroughput>
|
|
338 |
<DataCompression>TRUE</DataCompression>
|
|
339 |
<HeaderCompression>TRUE</HeaderCompression>
|
|
340 |
<GprsUseEdge>FALSE</GprsUseEdge>
|
|
341 |
<AnonymousAccess>TRUE</AnonymousAccess>
|
|
342 |
</DefaultGPRS>
|
|
343 |
</DefaultGPRSTable>
|
|
344 |
|
|
345 |
<ProxyTable>
|
|
346 |
</ProxyTable>
|
|
347 |
|
|
348 |
<LocationTable>
|
|
349 |
<Location operation="template">
|
|
350 |
<Name>Default Location</Name>
|
|
351 |
<Mobile>TRUE</Mobile>
|
|
352 |
<UsePulseDial>FALSE</UsePulseDial>
|
|
353 |
<WaitForDialTone>FALSE</WaitForDialTone>
|
|
354 |
<PauseAfterDialout>0</PauseAfterDialout>
|
|
355 |
<IntlPrefixCode>+</IntlPrefixCode>
|
|
356 |
<NatPrefixCode>0</NatPrefixCode>
|
|
357 |
<NatCode>44</NatCode>
|
|
358 |
</Location>
|
|
359 |
|
|
360 |
<Location operation="add">
|
|
361 |
<Name>Office</Name>
|
|
362 |
<Mobile>FALSE</Mobile>
|
|
363 |
<UsePulseDial>FALSE</UsePulseDial>
|
|
364 |
<WaitForDialTone>FALSE</WaitForDialTone>
|
|
365 |
<PauseAfterDialout>0</PauseAfterDialout>
|
|
366 |
<IntlPrefixCode>00</IntlPrefixCode>
|
|
367 |
<NatPrefixCode>0</NatPrefixCode>
|
|
368 |
<NatCode>44</NatCode>
|
|
369 |
<AreaCode>171</AreaCode>
|
|
370 |
<DialOutCode>9,</DialOutCode>
|
|
371 |
</Location>
|
|
372 |
|
|
373 |
<Location operation="add">
|
|
374 |
<Name>Mobile</Name>
|
|
375 |
<Mobile>TRUE</Mobile>
|
|
376 |
<UsePulseDial>FALSE</UsePulseDial>
|
|
377 |
<WaitForDialTone>FALSE</WaitForDialTone>
|
|
378 |
<PauseAfterDialout>0</PauseAfterDialout>
|
|
379 |
<IntlPrefixCode>+</IntlPrefixCode>
|
|
380 |
<NatPrefixCode>0</NatPrefixCode>
|
|
381 |
<NatCode>44</NatCode>
|
|
382 |
</Location>
|
|
383 |
|
|
384 |
</LocationTable>
|
|
385 |
|
|
386 |
<UmtsR99QoSAndOnTable>
|
|
387 |
<UmtsR99QoSAndOn operation="add">
|
|
388 |
<Name>R99Default1</Name>
|
|
389 |
<ReqTrafficClass>1</ReqTrafficClass>
|
|
390 |
<MinTrafficClass>1</MinTrafficClass>
|
|
391 |
<ReqDeliveryOrder>1</ReqDeliveryOrder>
|
|
392 |
<MinDeliveryOrder>1</MinDeliveryOrder>
|
|
393 |
<ReqDeliverErroneousSDU>1</ReqDeliverErroneousSDU>
|
|
394 |
<MinDeliverErroneousSDU>1</MinDeliverErroneousSDU>
|
|
395 |
<ReqMaxSDUSize>0</ReqMaxSDUSize>
|
|
396 |
<MinAcceptableMaxSDUSize>0</MinAcceptableMaxSDUSize>
|
|
397 |
<ReqMaxUplinkRate>0</ReqMaxUplinkRate>
|
|
398 |
<ReqMinUplinkRate>0</ReqMinUplinkRate>
|
|
399 |
<ReqMaxDownlinkRate>0</ReqMaxDownlinkRate>
|
|
400 |
<ReqMinDownlinkRate>0</ReqMinDownlinkRate>
|
|
401 |
<ReqBER>1</ReqBER>
|
|
402 |
<MaxBER>1</MaxBER>
|
|
403 |
<ReqSDUErrorRatio>1</ReqSDUErrorRatio>
|
|
404 |
<MaxSDUErrorRatio>1</MaxSDUErrorRatio>
|
|
405 |
<ReqTrafficHandlingPriority>1</ReqTrafficHandlingPriority>
|
|
406 |
<MinTrafficHandlingPriority>1</MinTrafficHandlingPriority>
|
|
407 |
<ReqTransferDelay>0</ReqTransferDelay>
|
|
408 |
<MaxTransferDelay>0</MaxTransferDelay>
|
|
409 |
<ReqGuaranteedUplinkRate>0</ReqGuaranteedUplinkRate>
|
|
410 |
<MinGuaranteedUplinkRat>0</MinGuaranteedUplinkRat>
|
|
411 |
<ReqGuaranteedDownlinkRate>0</ReqGuaranteedDownlinkRate>
|
|
412 |
<MinGuaranteedDownlinkRate>0</MinGuaranteedDownlinkRate>
|
|
413 |
</UmtsR99QoSAndOn>
|
|
414 |
</UmtsR99QoSAndOnTable>
|
|
415 |
|
|
416 |
<SecureSocketTable>
|
|
417 |
</SecureSocketTable>
|
|
418 |
|
|
419 |
<BTDeviceTable>
|
|
420 |
</BTDeviceTable>
|
|
421 |
|
|
422 |
<BTPersistTable>
|
|
423 |
</BTPersistTable>
|
|
424 |
|
|
425 |
<BTSecurityTable>
|
|
426 |
</BTSecurityTable>
|
|
427 |
|
|
428 |
<BTDefaultTable>
|
|
429 |
</BTDefaultTable>
|
|
430 |
|
|
431 |
<WAPAccessPointTable>
|
|
432 |
</WAPAccessPointTable>
|
|
433 |
|
|
434 |
<WAPIPBearerTable>
|
|
435 |
</WAPIPBearerTable>
|
|
436 |
|
|
437 |
<WAPSMSBearerTable>
|
|
438 |
</WAPSMSBearerTable>
|
|
439 |
|
|
440 |
<VirtualBearerTable>
|
|
441 |
</VirtualBearerTable>
|
|
442 |
|
|
443 |
<VpnServiceTable>
|
|
444 |
</VpnServiceTable>
|
|
445 |
|
|
446 |
|
|
447 |
</CommDB:Config>
|