equal
deleted
inserted
replaced
|
1 // Copyright (c) 2003-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 // This header file holds 2G/3G specific bearer type information. |
|
15 // These values must be used by the NetMcpr/Licensee NetMcpr to |
|
16 // calculate the TCP window for a connection. |
|
17 // |
|
18 // |
|
19 |
|
20 /** |
|
21 @file |
|
22 @publishedPartner |
|
23 @released |
|
24 */ |
|
25 |
|
26 #ifndef __ETEL_BEARERS_H_ |
|
27 #define __ETEL_BEARERS_H_ |
|
28 |
|
29 |
|
30 /** |
|
31 * Identifies GPRS |
|
32 */ |
|
33 const TUint KGprsBearer = 20; |
|
34 |
|
35 /** |
|
36 * Identifies EDGE |
|
37 */ |
|
38 const TUint KEGprsBearer = 21; |
|
39 |
|
40 /** |
|
41 * Identifies UMTS |
|
42 */ |
|
43 const TUint KUmtsBearer = 22; |
|
44 |
|
45 /** |
|
46 * Identifies HSDPA |
|
47 */ |
|
48 const TUint KHsdpaBearer = 23; |
|
49 |
|
50 #endif //__ETEL_BEARERS_H_ |