|
1 // Copyright (c) 2000-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 // |
|
15 |
|
16 #ifndef _TE_ETELSATPCMDS1D_H_ |
|
17 #define _TE_ETELSATPCMDS1D_H_ |
|
18 |
|
19 #include <etel.h> |
|
20 |
|
21 class CTestSatPCmds1d : public CRSatTestStep |
|
22 { |
|
23 public: |
|
24 CTestSatPCmds1d() ; |
|
25 ~CTestSatPCmds1d(){} ; |
|
26 virtual enum TVerdict doTestStepL(); |
|
27 |
|
28 |
|
29 private: |
|
30 RSat::TOpenCsChannelV2 iOpenCsChannel; |
|
31 RSat::TOpenCsChannelV5 iOpenCsChannelV5; |
|
32 RSat::TOpenGprsChannelV4 iOpenGprsChannel; |
|
33 RSat::TOpenGprsChannelV5 iOpenGprsChannelV5; |
|
34 RSat::TOpenChannelBaseV2 iOpenBaseChannel; |
|
35 RSat::TOpenChannelRspV2 iOpenChannelRsp; |
|
36 RSat::TCloseChannelV2 iCloseChannel; |
|
37 RSat::TCloseChannelV5 iCloseChannelV5; |
|
38 RSat::TReceiveDataV2 iReceiveData; |
|
39 RSat::TReceiveDataV5 iReceiveDataV5; |
|
40 RSat::TReceiveDataRspV2 iReceiveDataRsp; |
|
41 RSat::TSendDataV2 iSendData; |
|
42 RSat::TSendDataV5 iSendDataV5; |
|
43 RSat::TSendDataRspV2 iSendDataRsp; |
|
44 RSat::TGetChannelStatusV2 iGetChannelStatus; |
|
45 RSat::TGetChannelStatusRspV2 iGetChannelStatusRsp; |
|
46 RSat::TDeclareServiceV2 iDeclareService; |
|
47 RSat::TServiceSearchV2 iServiceSearch; |
|
48 RSat::TServiceSearchV5 iServiceSearchV5; |
|
49 RSat::TServiceSearchRspV2 iServiceSearchRsp; |
|
50 RSat::TGetServiceInfoV2 iGetServiceInfo; |
|
51 RSat::TGetServiceInfoV5 iGetServiceInfoV5; |
|
52 RSat::TGetServiceInfoRspV2 iGetServiceInfoRsp; |
|
53 |
|
54 void ExtendedTest1L( TRequestStatus& reqStatus, |
|
55 RSat::TOpenCsChannelV2Pckg& aOpenCsChannelPckg, |
|
56 RSat::TOpenGprsChannelV4Pckg& aOpenGprsChannelPckg); |
|
57 |
|
58 void ExtendedTest2L( TRequestStatus& reqStatus); |
|
59 |
|
60 void ExtendedTest3L( TRequestStatus& reqStatus); |
|
61 |
|
62 void ExtendedTest4L( TRequestStatus& reqStatus); |
|
63 |
|
64 void ExtendedTest5L( TRequestStatus& reqStatus); |
|
65 |
|
66 void ExtendedTest6L( TRequestStatus& reqStatus); |
|
67 |
|
68 void ExtendedTest7L( TRequestStatus& reqStatus); |
|
69 |
|
70 void ExtendedTest8L( TRequestStatus& reqStatus); |
|
71 |
|
72 }; |
|
73 |
|
74 #endif // _TE_ETELSATPCMDS1D_H_ |