diff -r e1b950c65cb4 -r 837f303aceeb epoc32/include/mw/cmpluginpacketdatadef.h --- a/epoc32/include/mw/cmpluginpacketdatadef.h Wed Mar 31 12:27:01 2010 +0100 +++ b/epoc32/include/mw/cmpluginpacketdatadef.h Wed Mar 31 12:33:34 2010 +0100 @@ -2,9 +2,9 @@ * Copyright (c) 2006 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 "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members +* under the terms of "Eclipse Public License v1.0" * which accompanies this distribution, and is available -* at the URL "http://www.symbianfoundation.org/legal/licencesv10.html". +* at the URL "http://www.eclipse.org/legal/epl-v10.html". * * Initial Contributors: * Nokia Corporation - initial contribution. @@ -274,6 +274,155 @@ * ( TBool - default: None) */ + EGPRSReqTrafficClass = 10200, /**< + * Requested traffic class + * Defined in etelqos.h in RPacketQoS::TTrafficClass. + * (TUint32 - default: ETrafficClassUnspecified) + */ + + EGPRSMinTrafficClass, /**< + * Minimum acceptable traffic class. + * Defined in etelqos.h in RPacketQoS::TTrafficClass. + * (TUint32 - default: ETrafficClassUnspecified) + */ + + EGPRSReqDeliveryOrder, /**< + * Requested value for sequential SDU delivery. + * Defined in etelqos.h in RPacketQoS::TDeliveryOrder. + * (TUint32 - default: EDeliveryOrderUnspecified) + */ + + GPRSMinDeliveryOrder, /**< + * Minimum acceptable value for sequential SDU delivery. + * Defined in etelqos.h in RPacketQoS::TDeliveryOrder. + * (TUint32 - default: EDeliveryOrderUnspecified) + */ + + EGPRSReqDeliverErroneousSDU, /**< + * Requested value for erroneous SDU delivery. + * Defined in etelqos.h in RPacketQoS::TErroneousSDUDelivery. + * (TUint32 - default: EErroneousSDUDeliveryUnspecified) + */ + + EGPRSMinDeliverErroneousSDU, /**< + * Minimum acceptable value for erroneous SDU delivery. + * Defined in etelqos.h in RPacketQoS::TErroneousSDUDelivery. + * (TUint32 - default: EErroneousSDUDeliveryUnspecified) + */ + + EGPRSReqMaxSDUSize, /**< + * Request maximum SDU size. + * (TInt32 - default: 0) + */ + + EGPRSMinAcceptableMaxSDUSize, /**< + * Minimum acceptable SDU size. + * (TInt32 - default: 0) + */ + + EGPRSReqMaxUplinkRate, /**< + * Requested maximum bit rates on uplink. + * (TInt32 - default: 0) + */ + + EGPRSReqMinUplinkRate, /**< + * Requested minimum bit rates on uplink. + * (TInt32 - default: 0) + */ + + EGPRSReqMaxDownlinkRate, /**< + * Requested maximum bit rates on downlink. + * (TInt32 - default: 0) + */ + + EGPRSReqMinDownlinkRate, /**< + * Requested minimum bit rates on downlink. + * (TInt32 - default: 0) + */ + + EGPRSReqBER, /**< + * Requested target BER. + * Defined in etelqos.h in RPacketQoS::TBitErrorRatio. + * (TUint32 - default: EBERUnspecified) + */ + + EGPRSMaxBER, /**< + * Maximum acceptable target BER. + * Defined in etelqos.h in RPacketQoS::TBitErrorRatio. + * (TUint32 - default: EBERUnspecified) + */ + + EGPRSReqSDUErrorRatio, /**< + * Requested target SDU error ratio. + * Defined in etelqos.h in RPacketQoS::TSDUErrorRatio. + * (TUint32 - default: ESDUErrorRatioUnspecified) + */ + + EGPRSMaxSDUErrorRatio, /**< + * Maximum acceptable target SDU error ratio. + * Defined in etelqos.h in RPacketQoS::TSDUErrorRatio. + * (TUint32 - default: ESDUErrorRatioUnspecified) + */ + + EGPRSReqTrafficHandlingPriority, /**< + * Requested traffic handling priority. + * Defined in etelqos.h in RPacketQoS::TTrafficHandlingPriority. + * (TUint32 - default: ETrafficPriorityUnspecified) + */ + + EGPRSMinTrafficHandlingPriority, /**< + * Minimum acceptable traffic handling priority. + * Defined in etelqos.h in RPacketQoS::TTrafficHandlingPriority. + * (TUint32 - default: ETrafficPriorityUnspecified) + */ + + EGPRSReqTransferDelay, /**< + * Requested transfer delay(in milliseconds). + * (TInt32 - default: 0) + */ + + EGPRSMaxTransferDelay, /**< + * Maximum acceptable transfer delay(in milliseconds). + * (TInt32 - default: 0) + */ + + EGPRSReqGuaranteedUplinkRate, /**< + * Requested guaranteed bit rates on uplink. + * (TInt32 - default: 0) + */ + + EGPRSMinGuaranteedUplinkRate, /**< + * Minimum acceptable guaranteed bit rates on uplink. + * (TInt32 - default: 0) + */ + + EGPRSReqGuaranteedDownlinkRate, /**< + * Requested guaranteed bit rates on downlink. + * (TInt32 - default: 0) + */ + + EGPRSMinGuaranteedDownlinkRate, /**< + * Minimum acceptable guaranteed bit rates on downlink. + * (TInt32 - default: 0) + */ + + EGPRSSignallingIndication, /**< + * Signalling indication. + * (TBool - default: EFalse) + */ + + EGPRS_ImCnSignallingIndication, /**< + * IP Multimeida System (IMS) Core Network (CN) Signalling Indicator. + * (TBool - default: EFalse) + */ + + EGPRSSourceStatisticsDescriptor, /**< + * Static source descriptor. + * Defined in etelqos.h in RPacketQoS::TSourceStatisticsDescriptor. + * (TUint32 - default: ESourceStatisticsDescriptorUnknown) + */ + + EPacketDataRangeMax = 19999 /**< * Marks the end of packet data specific * attributes.