1.1 --- a/epoc32/include/mw/cmpluginpacketdatadef.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ b/epoc32/include/mw/cmpluginpacketdatadef.h Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -2,9 +2,9 @@
1.4 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
1.5 * All rights reserved.
1.6 * This component and the accompanying materials are made available
1.7 -* under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
1.8 +* under the terms of "Eclipse Public License v1.0"
1.9 * which accompanies this distribution, and is available
1.10 -* at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
1.11 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.12 *
1.13 * Initial Contributors:
1.14 * Nokia Corporation - initial contribution.
1.15 @@ -274,6 +274,155 @@
1.16 * ( TBool - default: None)
1.17 */
1.18
1.19 + EGPRSReqTrafficClass = 10200, /**<
1.20 + * Requested traffic class
1.21 + * Defined in etelqos.h in RPacketQoS::TTrafficClass.
1.22 + * (TUint32 - default: ETrafficClassUnspecified)
1.23 + */
1.24 +
1.25 + EGPRSMinTrafficClass, /**<
1.26 + * Minimum acceptable traffic class.
1.27 + * Defined in etelqos.h in RPacketQoS::TTrafficClass.
1.28 + * (TUint32 - default: ETrafficClassUnspecified)
1.29 + */
1.30 +
1.31 + EGPRSReqDeliveryOrder, /**<
1.32 + * Requested value for sequential SDU delivery.
1.33 + * Defined in etelqos.h in RPacketQoS::TDeliveryOrder.
1.34 + * (TUint32 - default: EDeliveryOrderUnspecified)
1.35 + */
1.36 +
1.37 + GPRSMinDeliveryOrder, /**<
1.38 + * Minimum acceptable value for sequential SDU delivery.
1.39 + * Defined in etelqos.h in RPacketQoS::TDeliveryOrder.
1.40 + * (TUint32 - default: EDeliveryOrderUnspecified)
1.41 + */
1.42 +
1.43 + EGPRSReqDeliverErroneousSDU, /**<
1.44 + * Requested value for erroneous SDU delivery.
1.45 + * Defined in etelqos.h in RPacketQoS::TErroneousSDUDelivery.
1.46 + * (TUint32 - default: EErroneousSDUDeliveryUnspecified)
1.47 + */
1.48 +
1.49 + EGPRSMinDeliverErroneousSDU, /**<
1.50 + * Minimum acceptable value for erroneous SDU delivery.
1.51 + * Defined in etelqos.h in RPacketQoS::TErroneousSDUDelivery.
1.52 + * (TUint32 - default: EErroneousSDUDeliveryUnspecified)
1.53 + */
1.54 +
1.55 + EGPRSReqMaxSDUSize, /**<
1.56 + * Request maximum SDU size.
1.57 + * (TInt32 - default: 0)
1.58 + */
1.59 +
1.60 + EGPRSMinAcceptableMaxSDUSize, /**<
1.61 + * Minimum acceptable SDU size.
1.62 + * (TInt32 - default: 0)
1.63 + */
1.64 +
1.65 + EGPRSReqMaxUplinkRate, /**<
1.66 + * Requested maximum bit rates on uplink.
1.67 + * (TInt32 - default: 0)
1.68 + */
1.69 +
1.70 + EGPRSReqMinUplinkRate, /**<
1.71 + * Requested minimum bit rates on uplink.
1.72 + * (TInt32 - default: 0)
1.73 + */
1.74 +
1.75 + EGPRSReqMaxDownlinkRate, /**<
1.76 + * Requested maximum bit rates on downlink.
1.77 + * (TInt32 - default: 0)
1.78 + */
1.79 +
1.80 + EGPRSReqMinDownlinkRate, /**<
1.81 + * Requested minimum bit rates on downlink.
1.82 + * (TInt32 - default: 0)
1.83 + */
1.84 +
1.85 + EGPRSReqBER, /**<
1.86 + * Requested target BER.
1.87 + * Defined in etelqos.h in RPacketQoS::TBitErrorRatio.
1.88 + * (TUint32 - default: EBERUnspecified)
1.89 + */
1.90 +
1.91 + EGPRSMaxBER, /**<
1.92 + * Maximum acceptable target BER.
1.93 + * Defined in etelqos.h in RPacketQoS::TBitErrorRatio.
1.94 + * (TUint32 - default: EBERUnspecified)
1.95 + */
1.96 +
1.97 + EGPRSReqSDUErrorRatio, /**<
1.98 + * Requested target SDU error ratio.
1.99 + * Defined in etelqos.h in RPacketQoS::TSDUErrorRatio.
1.100 + * (TUint32 - default: ESDUErrorRatioUnspecified)
1.101 + */
1.102 +
1.103 + EGPRSMaxSDUErrorRatio, /**<
1.104 + * Maximum acceptable target SDU error ratio.
1.105 + * Defined in etelqos.h in RPacketQoS::TSDUErrorRatio.
1.106 + * (TUint32 - default: ESDUErrorRatioUnspecified)
1.107 + */
1.108 +
1.109 + EGPRSReqTrafficHandlingPriority, /**<
1.110 + * Requested traffic handling priority.
1.111 + * Defined in etelqos.h in RPacketQoS::TTrafficHandlingPriority.
1.112 + * (TUint32 - default: ETrafficPriorityUnspecified)
1.113 + */
1.114 +
1.115 + EGPRSMinTrafficHandlingPriority, /**<
1.116 + * Minimum acceptable traffic handling priority.
1.117 + * Defined in etelqos.h in RPacketQoS::TTrafficHandlingPriority.
1.118 + * (TUint32 - default: ETrafficPriorityUnspecified)
1.119 + */
1.120 +
1.121 + EGPRSReqTransferDelay, /**<
1.122 + * Requested transfer delay(in milliseconds).
1.123 + * (TInt32 - default: 0)
1.124 + */
1.125 +
1.126 + EGPRSMaxTransferDelay, /**<
1.127 + * Maximum acceptable transfer delay(in milliseconds).
1.128 + * (TInt32 - default: 0)
1.129 + */
1.130 +
1.131 + EGPRSReqGuaranteedUplinkRate, /**<
1.132 + * Requested guaranteed bit rates on uplink.
1.133 + * (TInt32 - default: 0)
1.134 + */
1.135 +
1.136 + EGPRSMinGuaranteedUplinkRate, /**<
1.137 + * Minimum acceptable guaranteed bit rates on uplink.
1.138 + * (TInt32 - default: 0)
1.139 + */
1.140 +
1.141 + EGPRSReqGuaranteedDownlinkRate, /**<
1.142 + * Requested guaranteed bit rates on downlink.
1.143 + * (TInt32 - default: 0)
1.144 + */
1.145 +
1.146 + EGPRSMinGuaranteedDownlinkRate, /**<
1.147 + * Minimum acceptable guaranteed bit rates on downlink.
1.148 + * (TInt32 - default: 0)
1.149 + */
1.150 +
1.151 + EGPRSSignallingIndication, /**<
1.152 + * Signalling indication.
1.153 + * (TBool - default: EFalse)
1.154 + */
1.155 +
1.156 + EGPRS_ImCnSignallingIndication, /**<
1.157 + * IP Multimeida System (IMS) Core Network (CN) Signalling Indicator.
1.158 + * (TBool - default: EFalse)
1.159 + */
1.160 +
1.161 + EGPRSSourceStatisticsDescriptor, /**<
1.162 + * Static source descriptor.
1.163 + * Defined in etelqos.h in RPacketQoS::TSourceStatisticsDescriptor.
1.164 + * (TUint32 - default: ESourceStatisticsDescriptorUnknown)
1.165 + */
1.166 +
1.167 +
1.168 EPacketDataRangeMax = 19999 /**<
1.169 * Marks the end of packet data specific
1.170 * attributes.