Symbian3/SDK/Source/GUID-CD57B3EB-B8FD-53CE-B319-FB6275BE391E.dita
changeset 0 89d6a7a84779
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Symbian3/SDK/Source/GUID-CD57B3EB-B8FD-53CE-B319-FB6275BE391E.dita	Thu Jan 21 18:18:20 2010 +0000
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
+<!-- This component and the accompanying materials are made available under the terms of the License 
+"Eclipse Public License v1.0" which accompanies this distribution, 
+and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
+<!-- Initial Contributors:
+    Nokia Corporation - initial contribution.
+Contributors: 
+-->
+<!DOCTYPE concept
+  PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
+<concept xml:lang="en" id="GUID-CD57B3EB-B8FD-53CE-B319-FB6275BE391E"><title>What is Contention?</title><shortdesc>This topic describes how and when contention issues occur in Packet Data Protocol (PDP) contexts. </shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody><p>Mobile devices use PDP contexts and Access Points to connect to networks. A PDP context contains information about the current subscriber session. A Primary PDP context has a QoS profile and has a unique IP address. The Primary PDP context is always activated first. For more information about QoS see <xref href="GUID-9A20701F-5744-5F5F-BB0C-AB58EFB7D087.dita">Quality of Service</xref>. </p> <p>A network can support multiple Access Point Names (APN) but may only allow a limited number of primary active PDP contexts. These restrictions are imposed by the network providers. </p> <p>The following steps give a brief summary of what happens in the system when a contention issue occurs: </p> <ol id="GUID-B64C9DF0-F116-5094-9421-84084D503995"><li id="GUID-11BD6F41-DCFF-5E6C-9E78-0A90DFDC8149"><p>All available primary PDP contexts are activated by applications that use GPRS connections. Each GPRS connection uses a different Access Point. Each Access Point has an associated priority. The priority range is 1-KMaxTUint where 1 is high priority and KMaxTUint is low priority. </p> <p> <b>Note:</b> The Access Point priorities are stored in the Comms Database AccessPointTable. You can specify a priority for access point using Comms Database config file in “cfg” format. If a priority is not assigned to an access point the default value is KMaxTUint is given. A zero priority value is invalid. </p> </li> <li id="GUID-C0DD2489-170A-5700-B253-F7419BC7798E"><p>One more application attempts to open a GPRS connection which requires another primary PDP context. Due to the network limitation on the number of primary PDP contexts, this is not possible. </p> </li> <li id="GUID-03DDCF54-F19A-5E61-BE32-E26C5E3CAB0E"><p>The connection priorities are noted. If the incoming connection has a higher priority than an existing connection, the existing connection is stopped. This means that the primary PDP context associated with this connection is made available, and it can be used by the incoming connection. </p> </li> <li id="GUID-50ED67FE-A4D6-5E3C-A0CE-DFD660A6E935"><p>The incoming connection is started. The stopped connection receives a <codeph>KLinkLayerClosed</codeph> progress notification with the <codeph>KErrConnectionContention</codeph> error code. </p> </li> </ol> <p>Contention management lets you control network connections when the number of PDP contexts available is limited. </p> </conbody><related-links><link href="GUID-0E0D4E95-470F-54BE-8DCB-719976C8B84C.dita"><linktext>What is Contention
+                Management?</linktext> </link> <link href="GUID-FF81C5C5-09B7-5194-928E-0BA87417B2CD.dita"><linktext>What are Access Point
+                Priorities?</linktext> </link> </related-links></concept>
\ No newline at end of file