|
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // qosextn_constants.h - Constants used in qos extension APIs |
|
15 // |
|
16 |
|
17 |
|
18 |
|
19 /** |
|
20 @internalComponent |
|
21 */ |
|
22 #ifndef __QOSEXTN_CONSTANTS_H__ |
|
23 #define __QOSEXTN_CONSTANTS_H__ |
|
24 |
|
25 // UMTS (release 99 and release 5) constants |
|
26 _LIT8(KDescDeliveryOfErroneusSduRequested, "DeliveryOfErroneusSduRequested"); |
|
27 _LIT8(KDescDeliveryOrderRequested, "DeliveryOrderRequested"); |
|
28 _LIT8(KDescErrorRatioRequested, "ErrorRatioRequested"); |
|
29 _LIT8(KDescGuaBitrateDownlinkRequested, "GuaBitrateDownlinkRequested"); |
|
30 _LIT8(KDescGuaBitrateUplinkRequested, "GuaBitrateUplinkRequested"); |
|
31 _LIT8(KDescMaxBitrateDownlinkRequested, "MaxBitrateDownlinkRequested"); |
|
32 _LIT8(KDescMaxBitrateUplinkRequested, "MaxBitrateUplinkRequested"); |
|
33 _LIT8(KDescMaxSduSizeRequested, "MaxSduSizeRequested"); |
|
34 _LIT8(KDescPriorityRequested, "PriorityRequested"); |
|
35 _LIT8(KDescResidualBerRequested, "ResidualBerRequested"); |
|
36 _LIT8(KDescTrafficClassRequested, "TrafficClassRequested"); |
|
37 _LIT8(KDescTransferDelayRequested, "TransferDelayRequested"); |
|
38 _LIT8(KDescSignallingIndicatorRequested, "SignallingIndicatorRequested"); |
|
39 _LIT8(KDescSrcStatDescRequested, "SrcStatDescRequested"); |
|
40 |
|
41 _LIT8(KDescDeliveryOfErroneusSduMinimum, "DeliveryOfErroneusSduMinimum"); |
|
42 _LIT8(KDescDeliveryOrderMinimum, "DeliveryOrderMinimum"); |
|
43 _LIT8(KDescErrorRatioMinimum, "ErrorRatioMinimum"); |
|
44 _LIT8(KDescGuaBitrateDownlinkMinimum, "GuaBitrateDownlinkMinimum"); |
|
45 _LIT8(KDescGuaBitrateUplinkMinimum, "GuaBitrateUplinkMinimum"); |
|
46 _LIT8(KDescMaxBitrateDownlinkMinimum, "MaxBitrateDownlinkMinimum"); |
|
47 _LIT8(KDescMaxBitrateUplinkMinimum, "MaxBitrateUplinkMinimum"); |
|
48 _LIT8(KDescMaxSduSizeMinimum, "MaxSduSizeMinimum"); |
|
49 _LIT8(KDescPriorityMinimum, "PriorityMinimum"); |
|
50 _LIT8(KDescResidualBerMinimum, "ResidualBerMinimum"); |
|
51 _LIT8(KDescTrafficClassMinimum, "TrafficClassMinimum"); |
|
52 _LIT8(KDescTransferDelayMinimum, "TransferDelayMinimum"); |
|
53 _LIT8(KDescSignallingIndicatorMinimum, "SignallingIndicatorMinimum"); |
|
54 _LIT8(KDescSrcStatDescMinimum, "SrcStatDescMinimum"); |
|
55 |
|
56 _LIT8(KDescTrafficClassNegotiated, "TrafficClassNegotiated"); |
|
57 _LIT8(KDescDeliveryOrderNegotiated, "DeliveryOrderNegotiated"); |
|
58 _LIT8(KDescDeliveryOfErroneusSduNegotiated, "DeliveryOfErroneusSduNegotiated"); |
|
59 _LIT8(KDescResidualBerNegotiated, "ResidualBerNegotiated"); |
|
60 _LIT8(KDescErrorRatioNegotiated, "ErrorRatioNegotiated"); |
|
61 _LIT8(KDescPriorityNegotiated, "PriorityNegotiated"); |
|
62 _LIT8(KDescTransferDelayNegotiated, "TransferDelayNegotiated"); |
|
63 _LIT8(KDescMaxSduSizeNegotiated, "MaxSduSizeNegotiated"); |
|
64 _LIT8(KDescMaxBitrateUplinkNegotiated, "MaxBitrateUplinkNegotiated"); |
|
65 _LIT8(KDescMaxBitrateDownlinkNegotiated, "MaxBitrateDownlinkNegotiated"); |
|
66 _LIT8(KDescGuaBitrateUplinkNegotiated, "GuaBitrateUplinkNegotiated"); |
|
67 _LIT8(KDescGuaBitrateDownlinkNegotiated, "GuaBitrateDownlinkNegotiated"); |
|
68 _LIT8(KDescSignallingIndicatorNegotiated, "SignallingIndicatorNegotiated"); |
|
69 _LIT8(KDescSrcStatDescNegotiated, "SrcStatDescNegotiated"); |
|
70 |
|
71 _LIT8(KDescHeaderCompression, "HeaderCompression"); |
|
72 _LIT8(KDescErrorCode, "ErrorCode"); |
|
73 |
|
74 // SBLP constants |
|
75 _LIT8(KDescSblpMediaAuthorizationToken, "SblpMediaAuthorizationToken"); |
|
76 _LIT8(KDescSblpMediaComponentNumber, "SblpMediaComponentNumber"); |
|
77 _LIT8(KDescSblpIPFlowNumber, "SblpIPFlowNumber"); |
|
78 |
|
79 // IMS constants |
|
80 _LIT8(KDescIMSSignallingIndicator, "IMSSignallingIndicator"); |
|
81 |
|
82 |
|
83 #endif // __QOSEXTN_CONSTANTS_H__ |