24
|
1 |
// Copyright (c) 2001-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_SIM_SAT_TEST__
|
|
17 |
#define __TE_SIM_SAT_TEST__
|
|
18 |
|
|
19 |
#include "Te_SimTestStepBase.h"
|
|
20 |
#include "Te_SimConstants.h"
|
|
21 |
|
|
22 |
class CSimSatTest : public CSimTestsTestStepBase
|
|
23 |
{
|
|
24 |
public:
|
|
25 |
CSimSatTest();
|
|
26 |
virtual TVerdict doTestStepL();
|
|
27 |
|
|
28 |
private:
|
|
29 |
RSat iSat;
|
|
30 |
};
|
|
31 |
|
|
32 |
|
|
33 |
class CSimSatRetMMPCmdTest : public CSimTestsTestStepBase
|
|
34 |
{
|
|
35 |
public:
|
|
36 |
CSimSatRetMMPCmdTest();
|
|
37 |
virtual TVerdict doTestStepL();
|
|
38 |
|
|
39 |
private:
|
|
40 |
TInt testSAT8501L();
|
|
41 |
TInt testSAT8502L();
|
|
42 |
TInt testSAT8503L();
|
|
43 |
TInt testSAT8504L();
|
|
44 |
TInt testSAT8505L();
|
|
45 |
TInt testSAT8506L();
|
|
46 |
TInt testSAT8507L();
|
|
47 |
TInt testSAT8508L();
|
|
48 |
|
|
49 |
RSat iSat;
|
|
50 |
|
|
51 |
};
|
|
52 |
|
|
53 |
class CSimSatSubMMPCmdTest : public CSimTestsTestStepBase
|
|
54 |
{
|
|
55 |
public:
|
|
56 |
CSimSatSubMMPCmdTest();
|
|
57 |
virtual TVerdict doTestStepL();
|
|
58 |
|
|
59 |
private:
|
|
60 |
TInt testSAT8509L();
|
|
61 |
TInt testSAT8510L();
|
|
62 |
TInt testSAT8511L();
|
|
63 |
TInt testSAT8512L();
|
|
64 |
TInt testSAT8513L();
|
|
65 |
TInt testSAT8514L();
|
|
66 |
TInt testSAT8515L();
|
|
67 |
TInt testSAT8516L();
|
|
68 |
|
|
69 |
RSat iSat;
|
|
70 |
|
|
71 |
};
|
|
72 |
|
|
73 |
class CSimSatDispMMPCmdTest : public CSimTestsTestStepBase
|
|
74 |
{
|
|
75 |
|
|
76 |
public:
|
|
77 |
CSimSatDispMMPCmdTest();
|
|
78 |
virtual TVerdict doTestStepL();
|
|
79 |
|
|
80 |
private:
|
|
81 |
TInt testSAT8516L();
|
|
82 |
TInt testSAT8517L();
|
|
83 |
TInt testSAT8518L();
|
|
84 |
TInt testSAT8519L();
|
|
85 |
TInt testSAT8520L();
|
|
86 |
TInt testSAT8521L();
|
|
87 |
TInt testSAT8522L();
|
|
88 |
TInt testSAT8523L();
|
|
89 |
TInt testSAT8524L();
|
|
90 |
TInt testSAT8525L();
|
|
91 |
TInt testSAT8526L();
|
|
92 |
|
|
93 |
RSat iSat;
|
|
94 |
|
|
95 |
};
|
|
96 |
|
|
97 |
class CSimSatSetFrmsPCmdTest : public CSimTestsTestStepBase
|
|
98 |
{
|
|
99 |
|
|
100 |
public:
|
|
101 |
CSimSatSetFrmsPCmdTest();
|
|
102 |
virtual TVerdict doTestStepL();
|
|
103 |
|
|
104 |
private:
|
|
105 |
TInt testSAT8527L();
|
|
106 |
TInt testSAT8528L();
|
|
107 |
TInt testSAT8529L();
|
|
108 |
TInt testSAT8530L();
|
|
109 |
|
|
110 |
RSat iSat;
|
|
111 |
};
|
|
112 |
|
|
113 |
class CSimSatGetFrmsPCmdTest : public CSimTestsTestStepBase
|
|
114 |
{
|
|
115 |
public:
|
|
116 |
CSimSatGetFrmsPCmdTest();
|
|
117 |
virtual TVerdict doTestStepL();
|
|
118 |
|
|
119 |
private:
|
|
120 |
TInt testSAT8531L();
|
|
121 |
TInt testSAT8532L();
|
|
122 |
TInt testSAT8533L();
|
|
123 |
|
|
124 |
RSat iSat;
|
|
125 |
|
|
126 |
};
|
|
127 |
|
|
128 |
class CSimSatMmsNotificationDownload : public CSimTestsTestStepBase
|
|
129 |
{
|
|
130 |
public:
|
|
131 |
CSimSatMmsNotificationDownload();
|
|
132 |
virtual TVerdict doTestStepL();
|
|
133 |
|
|
134 |
private:
|
|
135 |
TInt testSAT8534L();
|
|
136 |
TInt testSAT8535L();
|
|
137 |
TInt testSAT8536L();
|
|
138 |
TInt testSAT8537L();
|
|
139 |
TInt testSAT8538L();
|
|
140 |
|
|
141 |
RSat iSat;
|
|
142 |
};
|
|
143 |
|
|
144 |
class CSimSatUssdDataDownload : public CSimTestsTestStepBase
|
|
145 |
{
|
|
146 |
public:
|
|
147 |
CSimSatUssdDataDownload();
|
|
148 |
virtual TVerdict doTestStepL();
|
|
149 |
|
|
150 |
private:
|
|
151 |
TInt testSAT8539L();
|
|
152 |
TInt testSAT8540L();
|
|
153 |
|
|
154 |
RSat iSat;
|
|
155 |
};
|
|
156 |
|
|
157 |
class CSimSatProvideLocalInfo : public CSimTestsTestStepBase
|
|
158 |
{
|
|
159 |
public:
|
|
160 |
CSimSatProvideLocalInfo();
|
|
161 |
virtual TVerdict doTestStepL();
|
|
162 |
private:
|
|
163 |
TInt testSAT8544L();
|
|
164 |
TInt testSAT8545L();
|
|
165 |
TInt testSAT8546L();
|
|
166 |
TInt testSAT8547L();
|
|
167 |
TInt testSAT8548L();
|
|
168 |
TInt testSAT8549L();
|
|
169 |
|
|
170 |
RSat iSat;
|
|
171 |
|
|
172 |
};
|
|
173 |
|
|
174 |
class CSimSatLnchBrwsr : public CSimTestsTestStepBase
|
|
175 |
{
|
|
176 |
public:
|
|
177 |
CSimSatLnchBrwsr();
|
|
178 |
virtual TVerdict doTestStepL();
|
|
179 |
|
|
180 |
private:
|
|
181 |
TInt testSAT8550L();
|
|
182 |
TInt testSAT8551L();
|
|
183 |
TInt testSAT8552L();
|
|
184 |
TInt testSAT8553L();
|
|
185 |
TInt testSAT8554L();
|
|
186 |
TInt testSAT8555L();
|
|
187 |
RSat iSat;
|
|
188 |
};
|
|
189 |
|
|
190 |
class CSimSatOpenChnl : public CSimTestsTestStepBase
|
|
191 |
{
|
|
192 |
public:
|
|
193 |
CSimSatOpenChnl();
|
|
194 |
virtual TVerdict doTestStepL();
|
|
195 |
|
|
196 |
private:
|
|
197 |
TInt testSAT8556L();
|
|
198 |
TInt testSAT8557L();
|
|
199 |
TInt testSAT8558L();
|
|
200 |
TInt testSAT8559L();
|
|
201 |
|
|
202 |
RSat iSat;
|
|
203 |
};
|
|
204 |
|
|
205 |
class CSimSatPlayTone : public CSimTestsTestStepBase
|
|
206 |
{
|
|
207 |
public:
|
|
208 |
CSimSatPlayTone();
|
|
209 |
virtual TVerdict doTestStepL();
|
|
210 |
|
|
211 |
private:
|
|
212 |
TInt testSAT8560L();
|
|
213 |
TInt testSAT8561L();
|
|
214 |
TInt testSAT8562L();
|
|
215 |
TInt testSAT8563L();
|
|
216 |
|
|
217 |
RSat iSat;
|
|
218 |
};
|
|
219 |
|
|
220 |
class CSimSatSetupCall : public CSimTestsTestStepBase
|
|
221 |
{
|
|
222 |
public:
|
|
223 |
CSimSatSetupCall();
|
|
224 |
virtual TVerdict doTestStepL();
|
|
225 |
|
|
226 |
private:
|
|
227 |
TInt testSAT8564L();
|
|
228 |
TInt testSAT8565L();
|
|
229 |
TInt testSAT8566L();
|
|
230 |
TInt testSAT8567L();
|
|
231 |
TInt testSAT8568L();
|
|
232 |
|
|
233 |
RSat iSat;
|
|
234 |
};
|
|
235 |
|
|
236 |
class CSimSatRefresh : public CSimTestsTestStepBase
|
|
237 |
{
|
|
238 |
public:
|
|
239 |
CSimSatRefresh();
|
|
240 |
virtual TVerdict doTestStepL();
|
|
241 |
|
|
242 |
private:
|
|
243 |
TInt testSAT8569L();
|
|
244 |
TInt testSAT8570L();
|
|
245 |
TInt testSAT8571L();
|
|
246 |
|
|
247 |
RSat iSat;
|
|
248 |
};
|
|
249 |
|
|
250 |
class CSimSatEventDnld : public CSimTestsTestStepBase
|
|
251 |
{
|
|
252 |
public:
|
|
253 |
CSimSatEventDnld();
|
|
254 |
virtual TVerdict doTestStepL();
|
|
255 |
|
|
256 |
private:
|
|
257 |
TInt testSAT8572L();
|
|
258 |
TInt testSAT8573L();
|
|
259 |
TInt testSAT8574L();
|
|
260 |
TInt testSAT8575L();
|
|
261 |
TInt testSAT8576L();
|
|
262 |
TInt testSAT8577L();
|
|
263 |
|
|
264 |
RSat iSat;
|
|
265 |
};
|
|
266 |
|
|
267 |
class CSimSatSendUssd : public CSimTestsTestStepBase
|
|
268 |
{
|
|
269 |
public:
|
|
270 |
CSimSatSendUssd();
|
|
271 |
virtual TVerdict doTestStepL();
|
|
272 |
|
|
273 |
private:
|
|
274 |
TInt testSAT8578L();
|
|
275 |
TInt testSAT8579L();
|
|
276 |
TInt testSAT8580L();
|
|
277 |
TInt testSAT8581L();
|
|
278 |
TInt testSAT8582L();
|
|
279 |
|
|
280 |
RSat iSat;
|
|
281 |
};
|
|
282 |
|
|
283 |
class CSimSatGenPCmd : public CSimTestsTestStepBase
|
|
284 |
{
|
|
285 |
public:
|
|
286 |
CSimSatGenPCmd();
|
|
287 |
virtual TVerdict doTestStepL();
|
|
288 |
|
|
289 |
private:
|
|
290 |
TInt testSAT8583L();
|
|
291 |
TInt testSAT8584L();
|
|
292 |
|
|
293 |
RSat iSat;
|
|
294 |
};
|
|
295 |
|
|
296 |
class CSimSatElemFile : public CSimTestsTestStepBase
|
|
297 |
{
|
|
298 |
public:
|
|
299 |
CSimSatElemFile();
|
|
300 |
virtual TVerdict doTestStepL();
|
|
301 |
|
|
302 |
private:
|
|
303 |
TInt testSAT8585L();
|
|
304 |
TInt testSAT8586L();
|
|
305 |
|
|
306 |
RSat iSat;
|
|
307 |
};
|
|
308 |
|
|
309 |
#endif // __TE_SIM_SAT_TEST__
|
|
310 |
|