comparison spandsp-0.0.6pre17/spandsp/tsb85.xml @ 4:26cd8f1ef0b1

import spandsp-0.0.6pre17
author Peter Meerwald <pmeerw@cosy.sbg.ac.at>
date Fri, 25 Jun 2010 15:50:58 +0200
parents
children
comparison
equal deleted inserted replaced
3:c6c5a16ce2f2 4:26cd8f1ef0b1
1 <?xml version="1.0"?>
2 <!DOCTYPE fax-tests SYSTEM "./fax-tests.dtd">
3 <fax-tests>
4 <!-- $Id: tsb85.xml,v 1.22 2009/05/24 07:18:36 steveu Exp $ -->
5 <config>
6 <path type="IMAGE" value="../test-data/etsi/fax"/>
7 </config>
8 <messages>
9 <!-- TCF = 2700 bytes at 14400, 2250 at 12000, 1800 at 9600, 1350 at 7200, 900 at 4800 or 450 at 2400 -->
10 <!-- Bad TCF == 10101010.... -->
11 <!-- slow HDLC preamble == 37 flag bytes -->
12 <!-- slow HDLC inter-frame flag sequence == 1 flag byte -->
13 <!-- slow HDLC end flag sequence == 5 flag bytes -->
14 <!-- synchronisation sequence == 250ms of zeros. = 450 bytes at 14400, 375 at 12000, 300 at 9600, 225 at 7200, 150 at 4800 or 75 at 2400 -->
15 <!-- fast HDLC inter-frame flag sequence == 1 flag byte -->
16 <!-- fast HDLC end flag sequence == 10 flag bytes -->
17 <!-- STAIRSTEP image is 1728x1728 pixels. Its is about 15k, so an average of 68.2 bits per row. To
18 cook it as a 31k page requires a min_bits of 141. To cook it as a 63k page requires a min_bits of
19 286. To cook it as a 64k page requires a min_bits of 291 -->
20 </messages>
21 <test-group name="Annex A - Receive test procedures">
22 <test name="MRGN01">
23 <!-- Tester calls DUT and sends 2 WHITE pages. DUT should send CSI for this test procedure. -->
24 <step type="CALL"/>
25 <step dir="T" type="SET" tag="IDENT" value="+0123456789"/>
26
27 <!--<step dir="T" type="CNG"/>-->
28
29 <step dir="R" type="CED">
30 <check name="MRGN01M01" desc="receipt of CED"/>
31 <check name="MRGN01M02" desc="CED is 2.6s to 4s"/>
32 </step>
33 <step dir="R" type="HDLC" modem="V.21" tag="NSF" value="FF C0 04 ..." timeout="60000">
34 <check name="MRGN01M05" desc="preamble is 850ms to 1150ms"/>
35 <check name="MRGN01M07" desc="NSF and CSI framing"/>
36 </step>
37 <step dir="R" type="HDLC" modem="V.21" tag="CSI" value="FF C0 02 9C 1C EC 6C AC 2C CC 4C 8C 0C D4 04 04 04 04 04 04 04 04 04">
38 <check name="MRGN01M06" desc="CSI received"/>
39 <check name="MRGN01M08" desc="CSI FIF content"/>
40 </step>
41 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ...">
42 <check name="MRGN01M03" desc="receipt of DIS"/>
43 <check name="MRGN01M04" desc="CED to DIS silence is 55ms to 95ms"/>
44 <check name="MRGN01M09" desc="DIS framing"/>
45 <check name="MRGN01M10" desc="DIS FIF content"/>
46 </step>
47 <step dir="R" type="SILENCE"/>
48
49 <step type="WAIT" value="75"/>
50 <step dir="T" type="PREAMBLE" modem="V.21"/>
51 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
52 <step dir="T" type="POSTAMBLE"/>
53 <step type="WAIT" value="75"/>
54 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
55
56 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21">
57 <check name="MRGN01M11" desc="Respond CFR to DCS TCF"/>
58 <check name="MRGN01M12" desc="CFR preamble"/>
59 <check name="MRGN01M13" desc="CFR framing"/>
60 </step>
61 <step dir="R" type="SILENCE"/>
62
63 <step type="WAIT" value="75"/>
64 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
65 <step type="WAIT" value="75"/>
66 <step dir="T" type="PREAMBLE" modem="V.21"/>
67 <step dir="T" type="HDLC" tag="MPS" value="FF C8 72"/>
68 <step dir="T" type="POSTAMBLE"/>
69
70 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31">
71 <check name="MRGN01M14" desc="Respond MCF to MPS"/>
72 </step>
73 <step dir="R" type="SILENCE"/>
74
75 <step type="WAIT" value="75"/>
76 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
77 <step type="WAIT" value="75"/>
78 <step dir="T" type="PREAMBLE" modem="V.21"/>
79 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
80 <step dir="T" type="POSTAMBLE"/>
81
82 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31">
83 <check name="MRGN01M15" desc="MCF preamble"/>
84 <check name="MRGN01M16" desc="MCF framing"/>
85 <check name="MRGN01M17" desc="Respond MCF to EOP"/>
86 </step>
87 <step dir="R" type="SILENCE"/>
88
89 <step type="WAIT" value="75"/>
90 <step dir="T" type="PREAMBLE" modem="V.21"/>
91 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F">
92 <check name="MRGN01M18" desc="Disconnect after receiving DCN"/>
93 </step>
94 <step dir="T" type="POSTAMBLE"/>
95 </test>
96 <test name="MRGN02">
97 <!-- Tester calls DUT and sends DIAG_1 and DIAG_2 pages. -->
98 <step type="CALL"/>
99
100 <!--<step dir="T" type="CNG"/>-->
101
102 <step dir="R" type="CED"/>
103 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
104 <step dir="R" type="SILENCE"/>
105
106 <step type="WAIT" value="75"/>
107 <step dir="T" type="PREAMBLE" modem="V.21"/>
108 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
109 <step dir="T" type="POSTAMBLE"/>
110 <step type="WAIT" value="75"/>
111 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
112
113 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
114 <step dir="R" type="SILENCE"/>
115
116 <step type="WAIT" value="75"/>
117 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_diago1.tif">
118 <check name="MRGN02M01" desc="decoding of all A4 one dimensional encoding codes"/>
119 </step>
120 <step type="WAIT" value="75"/>
121 <step dir="T" type="PREAMBLE" modem="V.21"/>
122 <step dir="T" type="HDLC" tag="MPS" value="FF C8 72"/>
123 <step dir="T" type="POSTAMBLE"/>
124
125 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
126 <step dir="R" type="SILENCE"/>
127
128 <step type="WAIT" value="75"/>
129 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_diago2.tif">
130 <check name="MRGN02M01" desc="decoding of all A4 one dimensional encoding codes"/>
131 </step>
132 <step type="WAIT" value="75"/>
133 <step dir="T" type="PREAMBLE" modem="V.21"/>
134 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
135 <step dir="T" type="POSTAMBLE"/>
136
137 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
138 <step dir="R" type="SILENCE"/>
139
140 <step type="WAIT" value="75"/>
141 <step dir="T" type="PREAMBLE" modem="V.21"/>
142 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
143 <step dir="T" type="POSTAMBLE"/>
144 </test>
145 <test name="MRGN03">
146 <!-- Tester calls DUT and sends DURATION_1 and DURATION_2 pages. -->
147 <step type="CALL"/>
148
149 <!--<step dir="T" type="CNG"/>-->
150
151 <step dir="R" type="CED"/>
152 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
153 <step dir="R" type="SILENCE"/>
154
155 <step type="WAIT" value="75"/>
156 <step dir="T" type="PREAMBLE" modem="V.21"/>
157 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
158 <step dir="T" type="POSTAMBLE"/>
159 <step type="WAIT" value="75"/>
160 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
161
162 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
163 <step dir="R" type="SILENCE"/>
164
165 <step type="WAIT" value="75"/>
166 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_duration1.tif">
167 <check name="MRGN02M01" desc="Accept 4.9s long scan line"/>
168 </step>
169 <step type="WAIT" value="75"/>
170 <step dir="T" type="PREAMBLE" modem="V.21"/>
171 <step dir="T" type="HDLC" tag="MPS" value="FF C8 72"/>
172 <step dir="T" type="POSTAMBLE"/>
173
174 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
175 <step dir="R" type="SILENCE"/>
176
177 <step type="WAIT" value="75"/>
178 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_duration2.tif">
179 <check name="MRGN02M02" desc="Reject 5.1s long scan line"/>
180 </step>
181 <step type="WAIT" value="75"/>
182 <step dir="T" type="PREAMBLE" modem="V.21"/>
183 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
184 <step dir="T" type="POSTAMBLE"/>
185
186 <step type="WAIT" value="6000"/>
187 <step dir="T" type="PREAMBLE" modem="V.21"/>
188 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
189 <step dir="T" type="POSTAMBLE"/>
190
191 <step type="WAIT" value="6000"/>
192 <step dir="T" type="PREAMBLE" modem="V.21"/>
193 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
194 <step dir="T" type="POSTAMBLE"/>
195
196 <step type="WAIT" value="6000"/>
197 <step dir="T" type="PREAMBLE" modem="V.21"/>
198 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
199 <step dir="T" type="POSTAMBLE"/>
200 </test>
201 <test name="MRGN04">
202 <!-- Tester calls DUT and sends 4.9% ERROR page and one 15.1% ERROR page. -->
203 <step type="CALL"/>
204
205 <!--<step dir="T" type="CNG"/>-->
206
207 <step dir="R" type="CED"/>
208 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
209 <step dir="R" type="SILENCE"/>
210
211 <step type="WAIT" value="75"/>
212 <step dir="T" type="PREAMBLE" modem="V.21"/>
213 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
214 <step dir="T" type="POSTAMBLE"/>
215 <step type="WAIT" value="75"/>
216 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
217
218 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
219 <step dir="R" type="SILENCE"/>
220
221 <step type="WAIT" value="75"/>
222 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_error.tif" bad_rows="
223 79, 85, 105, 111, 133, 137, 157, 163, 183, 189, 209, 215, 235, 248, 261, 267,
224 287, 293, 313"/>
225 <step type="WAIT" value="75"/>
226 <step dir="T" type="PREAMBLE" modem="V.21"/>
227 <step dir="T" type="HDLC" tag="MPS" value="FF C8 72"/>
228 <step dir="T" type="POSTAMBLE"/>
229
230 <step dir="R" type="HDLC" modem="V.21" tag="MCF or RTP" value="FF C8 31" xxx="FF C8 33">
231 <check name="MRGN02M01" desc="Accept 4.9% of scan lines in error"/>
232 </step>
233 <step dir="R" type="SILENCE"/>
234
235 <step type="WAIT" value="75"/>
236 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_error.tif" bad_rows="
237 79, 85, 105, 111, 133, 137, 157, 163, 183, 189, 209, 215, 235, 248, 261, 267,
238 287, 293, 313, 73, 76, 88, 91, 94, 99, 102, 117, 120, 125, 128, 143, 146,
239 151, 154, 169, 172, 177, 180, 195, 198, 203, 206, 221, 224, 229, 232, 247, 250,
240 255, 258, 273, 276, 281, 284, 299, 302, 307, 310, 319, 325, 328"/>
241 <step type="WAIT" value="75"/>
242 <step dir="T" type="PREAMBLE" modem="V.21"/>
243 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
244 <step dir="T" type="POSTAMBLE"/>
245
246 <step dir="R" type="HDLC" modem="V.21" tag="RTN" value="FF C8 32">
247 <check name="MRGN02M01" desc="Reject 15.1% of scan lines in error"/>
248 </step>
249 <step dir="R" type="SILENCE"/>
250
251 <step type="WAIT" value="75"/>
252 <step dir="T" type="PREAMBLE" modem="V.21"/>
253 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
254 <step dir="T" type="POSTAMBLE"/>
255 </test>
256 <test name="MRGN05">
257 <!-- Tester calls DUT and sends 1 IMPRESS page using a low signal intensity. -->
258 <step type="CALL"/>
259
260 <!--<step dir="T" type="CNG"/>-->
261
262 <step dir="R" type="CED"/>
263 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
264 <step dir="R" type="SILENCE"/>
265
266 <step type="WAIT" value="75"/>
267 <step dir="T" type="PREAMBLE" modem="V.21"/>
268 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
269 <step dir="T" type="POSTAMBLE"/>
270 <step type="WAIT" value="75"/>
271 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
272
273 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
274 <step dir="R" type="SILENCE"/>
275
276 <step type="WAIT" value="75"/>
277 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_impress.tif"/>
278 <step type="WAIT" value="75"/>
279 <step dir="T" type="PREAMBLE" modem="V.21"/>
280 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
281 <step dir="T" type="POSTAMBLE"/>
282
283 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31">
284 <check name="MRGN05M01" desc="Check IMPRESS picture orientation"/>
285 <check name="MRGN05M02" desc="Check IMPRESS area 9 - horizontal intensity"/>
286 <check name="MRGN05M03" desc="Check IMPRESS area 2 - horizontal alignment"/>
287 <check name="MRGN05M04" desc="Check IMPRESS area 1 - vertical alignment"/>
288 <check name="MRGN05M05" desc="Check IMPRESS area 16 - vertical density"/>
289 <check name="MRGN05M06" desc="Check IMPRESS area 4 - odd alternate pixels black"/>
290 <check name="MRGN05M07" desc="Check IMPRESS area 5 - even alternate pixels black"/>
291 <check name="MRGN05M08" desc="Check IMPRESS area 7 - alternate lines black"/>
292 <check name="MRGN05M09" desc="Check IMPRESS area 11 - isolated black pixels"/>
293 <check name="MRGN05M10" desc="Check IMPRESS area 13 - white cross on black"/>
294 <check name="MRGN05M11" desc="Check IMPRESS area 14 - black cross on white"/>
295 <check name="MRGN05M12" desc="Check IMPRESS area 15 - vertical one pixel wide line"/>
296 </step>
297 <step dir="R" type="SILENCE"/>
298
299 <step type="WAIT" value="75"/>
300 <step dir="T" type="PREAMBLE" modem="V.21"/>
301 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
302 <step dir="T" type="POSTAMBLE"/>
303 </test>
304 <test name="MRGN06a">
305 <!-- Tester calls DUT and sends 2 WHITE pages. -->
306 <step type="CALL"/>
307
308 <!--<step dir="T" type="CNG"/>-->
309
310 <step dir="R" type="CED"/>
311 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
312 <step dir="R" type="SILENCE"/>
313
314 <step type="WAIT" value="55"/>
315 <step dir="T" type="PREAMBLE" modem="V.21"/>
316 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00">
317 <check name="MRGN06M01" desc="Low side of acceptable DIS to DCS limit as receiver (55ms)"/>
318 <check name="MRGN06M03" desc="Accept DCS with 8 byte FIF"/>
319 </step>
320 <step dir="T" type="POSTAMBLE"/>
321 <step type="WAIT" value="75"/>
322 <step dir="T" type="TCF" modem="V.27ter/4800" value="810"/>
323
324 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
325 <step dir="R" type="SILENCE"/>
326
327 <step type="WAIT" value="55"/>
328 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
329 <step type="WAIT" value="55"/>
330 <step dir="T" type="PREAMBLE" modem="V.21"/>
331 <step dir="T" type="HDLC" tag="MPS" value="FF C8 72"/>
332 <step dir="T" type="POSTAMBLE"/>
333
334 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
335 <step dir="R" type="SILENCE"/>
336
337 <step type="WAIT" value="55"/>
338 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
339 <step type="WAIT" value="55"/>
340 <step dir="T" type="PREAMBLE" modem="V.21"/>
341 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
342 <step dir="T" type="POSTAMBLE"/>
343
344 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
345 <step dir="R" type="SILENCE"/>
346
347 <step type="WAIT" value="75"/>
348 <step dir="T" type="PREAMBLE" modem="V.21"/>
349 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
350 <step dir="T" type="POSTAMBLE"/>
351 </test>
352 <test name="MRGN06b">
353 <!-- Tester calls DUT and sends 2 WHITE pages. -->
354 <step type="CALL"/>
355
356 <!--<step dir="T" type="CNG"/>-->
357
358 <step dir="R" type="CED"/>
359 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
360 <step dir="R" type="SILENCE"/>
361
362 <step type="WAIT" value="2550"/>
363 <step dir="T" type="PREAMBLE" modem="V.21"/>
364 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00">
365 <check name="MRGN06M02" desc="High side of acceptable DIS to DCS limit as receiver (2550ms)"/>
366 <check name="MRGN06M03" desc="Accept DCS with 8 byte FIF"/>
367 </step>
368 <step dir="T" type="POSTAMBLE"/>
369 <step type="WAIT" value="95"/>
370 <step dir="T" type="TCF" modem="V.27ter/4800" value="990"/>
371
372 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
373 <step dir="R" type="SILENCE"/>
374
375 <step type="WAIT" value="5000"/>
376 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
377 <step type="WAIT" value="5000"/>
378 <step dir="T" type="PREAMBLE" modem="V.21"/>
379 <step dir="T" type="HDLC" tag="MPS" value="FF C8 72"/>
380 <step dir="T" type="POSTAMBLE"/>
381
382 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
383 <step dir="R" type="SILENCE"/>
384
385 <step type="WAIT" value="5000"/>
386 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
387 <step type="WAIT" value="5000"/>
388 <step dir="T" type="PREAMBLE" modem="V.21"/>
389 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
390 <step dir="T" type="POSTAMBLE"/>
391
392 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
393 <step dir="R" type="SILENCE"/>
394
395 <step type="WAIT" value="75"/>
396 <step dir="T" type="PREAMBLE" modem="V.21"/>
397 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
398 <step dir="T" type="POSTAMBLE"/>
399 </test>
400 <test name="MRGN07">
401 <!-- Tester calls DUT and sends 1 WHITE page. -->
402 <step type="CALL"/>
403
404 <!--<step dir="T" type="CNG"/>-->
405
406 <step dir="R" type="CED"/>
407 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
408 <step dir="R" type="SILENCE"/>
409
410 <step type="WAIT" value="75"/>
411 <step dir="T" type="PREAMBLE" modem="V.21"/>
412 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
413 <step dir="T" type="POSTAMBLE"/>
414 <step type="WAIT" value="75"/>
415 <step dir="T" type="TCF" modem="V.27ter/4800" value="900" pattern="900"/> <!-- 01010 for the whole TCF -->
416
417 <step dir="R" type="HDLC" modem="V.21" tag="FTT" value="FF C8 22">
418 <check name="MRGN07M01" desc="FTT returned for corrupted TCF pattern"/>
419 </step>
420 <step dir="R" type="SILENCE"/>
421
422 <step type="WAIT" value="75"/>
423 <step dir="T" type="PREAMBLE" modem="V.21"/>
424 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
425 <step dir="T" type="POSTAMBLE"/>
426 <step type="WAIT" value="75"/>
427 <step dir="T" type="TCF" modem="V.27ter/4800" value="900" pattern="7"/> <!-- 01010 for 50 bits, and then zero for the test of the TCF -->
428
429 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
430 <step dir="R" type="SILENCE"/>
431
432 <step type="WAIT" value="75"/>
433 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
434 <step type="WAIT" value="75"/>
435 <step dir="T" type="PREAMBLE" modem="V.21"/>
436 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
437 <step dir="T" type="POSTAMBLE"/>
438
439 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
440 <step dir="R" type="SILENCE"/>
441
442 <step type="WAIT" value="75"/>
443 <step dir="T" type="PREAMBLE" modem="V.21"/>
444 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
445 <step dir="T" type="POSTAMBLE"/>
446 </test>
447 <test name="MRGN08">
448 <!-- Tester calls DUT and sends 1 WHITE page. -->
449 <step type="CALL"/>
450
451 <!--<step dir="T" type="CNG"/>-->
452
453 <step dir="R" type="CED"/>
454 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
455 <step dir="R" type="SILENCE"/>
456
457 <step type="WAIT" value="75"/>
458 <step dir="T" type="PREAMBLE" modem="V.21"/>
459 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
460 <step dir="T" type="POSTAMBLE"/>
461 <step type="WAIT" value="75"/>
462 <step dir="T" type="TCF" modem="V.27ter/2400" value="450"/>
463
464 <step dir="R" type="HDLC" modem="V.21" tag="FTT" value="FF C8 22">
465 <check name="MRGN07M01" desc="FTT returned for corrupted TCF pattern"/>
466 <check name="MRGN07M02" desc="FTT preamble between 850ms and 1150ms"/>
467 <check name="MRGN07M03" desc="FTT is 0xFF, 0xC8, FCF with MSB of zero, and no FIF bytes"/>
468 </step>
469 <step dir="R" type="SILENCE"/>
470
471 <step type="WAIT" value="75"/>
472 <step dir="T" type="PREAMBLE" modem="V.21"/>
473 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
474 <step dir="T" type="POSTAMBLE"/>
475 <step type="WAIT" value="75"/>
476 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
477
478 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21">
479 <check name="MRGN07M04" desc="Accept TCF"/>
480 </step>
481 <step dir="R" type="SILENCE"/>
482
483 <step type="WAIT" value="75"/>
484 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
485 <step type="WAIT" value="75"/>
486 <step dir="T" type="PREAMBLE" modem="V.21"/>
487 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
488 <step dir="T" type="POSTAMBLE"/>
489
490 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
491 <step dir="R" type="SILENCE"/>
492
493 <step type="WAIT" value="75"/>
494 <step dir="T" type="PREAMBLE" modem="V.21"/>
495 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
496 <step dir="T" type="POSTAMBLE"/>
497 </test>
498 <test name="MRGN09">
499 <!-- Tester calls DUT and sends 2 WHITE pages. -->
500 <step type="CALL" value="etsi_300_242_a4_white.tif"/>
501
502 <step dir="R" type="CED"/>
503 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
504 <step dir="R" type="SILENCE"/>
505
506 <step type="WAIT" value="75"/>
507 <step dir="T" type="PREAMBLE" modem="V.21"/>
508 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
509 <step dir="T" type="POSTAMBLE"/>
510 <step type="WAIT" value="75"/>
511 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
512
513 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
514 <step dir="R" type="SILENCE"/>
515
516 <step type="WAIT" value="75"/>
517 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
518 <step type="WAIT" value="75"/>
519 <step dir="T" type="PREAMBLE" modem="V.21"/>
520 <step dir="T" type="HDLC" tag="EOM" value="FF C8 71"/>
521 <step dir="T" type="POSTAMBLE"/>
522
523 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
524 <step dir="R" type="SILENCE"/>
525
526 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="10000">
527 <check name="MRGN09M01" desc="Device goes to phase B after receiving EOM"/>
528 <check name="MRGN09M02" desc="T2 elapses after MCF response to EOM. MCF to DIS interval must be between 5.0s and 7.0s"/>
529 </step>
530 <step dir="R" type="SILENCE"/>
531
532 <step type="WAIT" value="75"/>
533 <step dir="T" type="PREAMBLE" modem="V.21"/>
534 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
535 <step dir="T" type="POSTAMBLE"/>
536 <step type="WAIT" value="75"/>
537 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
538
539 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
540 <step dir="R" type="SILENCE"/>
541
542 <step type="WAIT" value="75"/>
543 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
544 <step type="WAIT" value="75"/>
545 <step dir="T" type="PREAMBLE" modem="V.21"/>
546 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
547 <step dir="T" type="POSTAMBLE"/>
548
549 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
550 <step dir="R" type="SILENCE"/>
551
552 <step type="WAIT" value="75"/>
553 <step dir="T" type="PREAMBLE" modem="V.21"/>
554 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
555 <step dir="T" type="POSTAMBLE"/>
556 </test>
557 <test name="MRGN10">
558 <!-- Tester calls DUT and sends 1 WHITE page. -->
559 <step type="CALL"/>
560
561 <!--<step dir="T" type="CNG"/>-->
562
563 <step dir="R" type="CED"/>
564 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..."/>
565 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..."/>
566 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ...">
567 <check name="MRGN10M01" desc="Two non-responses to DIS"/>
568 </step>
569 <step dir="R" type="SILENCE"/>
570
571 <step type="WAIT" value="75"/>
572 <step dir="T" type="PREAMBLE" modem="V.21"/>
573 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
574 <step dir="T" type="POSTAMBLE"/>
575 <step type="WAIT" value="75"/>
576 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
577
578 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
579 <step dir="R" type="SILENCE"/>
580
581 <step type="WAIT" value="75"/>
582 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
583 <step type="WAIT" value="75"/>
584 <step dir="T" type="PREAMBLE" modem="V.21"/>
585 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
586 <step dir="T" type="POSTAMBLE"/>
587
588 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
589 <step dir="R" type="SILENCE"/>
590
591 <step type="WAIT" value="75"/>
592 <step dir="T" type="PREAMBLE" modem="V.21"/>
593 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
594 <step dir="T" type="POSTAMBLE"/>
595 </test>
596 <test name="MRGN11">
597 <!-- Tester calls DUT and sends 1 WHITE page. -->
598 <step type="CALL"/>
599
600 <!--<step dir="T" type="CNG"/>-->
601
602 <step dir="R" type="CED"/>
603 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
604 <step dir="R" type="SILENCE"/>
605
606 <step type="WAIT" value="75"/>
607 <step dir="T" type="PREAMBLE" modem="V.21"/>
608 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00" crc_error="0"/>
609 <step dir="T" type="POSTAMBLE"/>
610 <step type="WAIT" value="75"/>
611 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
612
613 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..."/>
614 <step dir="R" type="SILENCE"/>
615
616 <step type="WAIT" value="75"/>
617 <step dir="T" type="PREAMBLE" modem="V.21"/>
618 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00" crc_error="0"/>
619 <step dir="T" type="POSTAMBLE"/>
620 <step type="WAIT" value="75"/>
621 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
622
623 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ...">
624 <check name="MRGN11M01" desc="Two bad FCS responses to first DIS"/>
625 </step>
626 <step dir="R" type="SILENCE"/>
627
628 <step type="WAIT" value="75"/>
629 <step dir="T" type="PREAMBLE" modem="V.21"/>
630 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
631 <step dir="T" type="POSTAMBLE"/>
632 <step type="WAIT" value="75"/>
633 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
634
635 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
636 <step dir="R" type="SILENCE"/>
637
638 <step type="WAIT" value="75"/>
639 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
640 <step type="WAIT" value="75"/>
641 <step dir="T" type="PREAMBLE" modem="V.21"/>
642 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
643 <step dir="T" type="POSTAMBLE"/>
644
645 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
646 <step dir="R" type="SILENCE"/>
647
648 <step type="WAIT" value="75"/>
649 <step dir="T" type="PREAMBLE" modem="V.21"/>
650 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
651 <step dir="T" type="POSTAMBLE"/>
652 </test>
653 <test name="MRGN12">
654 <!-- Tester calls DUT and sends 1 WHITE page. -->
655 <step type="CALL"/>
656
657 <!--<step dir="T" type="CNG"/>-->
658
659 <step dir="R" type="CED"/>
660 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
661 <step dir="R" type="SILENCE"/>
662
663 <step type="WAIT" value="75"/>
664 <step dir="T" type="PREAMBLE" modem="V.21"/>
665 <step dir="T" type="HDLC" tag="CRP" value="FF C8 58"/>
666 <step dir="T" type="POSTAMBLE"/>
667
668 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
669 <step dir="R" type="SILENCE"/>
670
671 <step type="WAIT" value="75"/>
672 <step dir="T" type="PREAMBLE" modem="V.21"/>
673 <step dir="T" type="HDLC" tag="CRP" value="FF C8 58">
674 <check name="MRGN12M01" desc="Two CRP responses to first DIS"/>
675 </step>
676 <step dir="T" type="POSTAMBLE"/>
677
678 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
679 <step dir="R" type="SILENCE"/>
680
681 <step type="WAIT" value="75"/>
682 <step dir="T" type="PREAMBLE" modem="V.21"/>
683 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
684 <step dir="T" type="POSTAMBLE"/>
685 <step type="WAIT" value="75"/>
686 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
687
688 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
689 <step dir="R" type="SILENCE"/>
690
691 <step type="WAIT" value="75"/>
692 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
693 <step type="WAIT" value="75"/>
694 <step dir="T" type="PREAMBLE" modem="V.21"/>
695 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
696 <step dir="T" type="POSTAMBLE"/>
697
698 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
699 <step dir="R" type="SILENCE"/>
700
701 <step type="WAIT" value="75"/>
702 <step dir="T" type="PREAMBLE" modem="V.21"/>
703 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
704 <step dir="T" type="POSTAMBLE"/>
705 </test>
706 <test name="MRGN13">
707 <!-- Tester calls DUT and sends 1 WHITE page. -->
708 <step type="CALL"/>
709
710 <!--<step dir="T" type="CNG"/>-->
711
712 <step dir="R" type="CED"/>
713 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
714 <step dir="R" type="SILENCE"/>
715
716 <step type="WAIT" value="75"/>
717 <step dir="T" type="PREAMBLE" modem="V.21"/>
718 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
719 <step dir="T" type="POSTAMBLE"/>
720
721 <step dir="R" type="HDLC" modem="V.21" tag="FTT" value="FF C8 22" timeout="9000"/>
722 <step dir="R" type="SILENCE"/>
723
724 <step type="WAIT" value="75"/>
725 <step dir="T" type="PREAMBLE" modem="V.21"/>
726 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
727 <step dir="T" type="POSTAMBLE"/>
728
729 <step dir="R" type="HDLC" modem="V.21" tag="FTT" value="FF C8 22" timeout="9000">
730 <check name="MRGN13M01" desc="Two DCS lacking TCF responses to first DIS"/>
731 </step>
732 <step dir="R" type="SILENCE"/>
733
734 <step type="WAIT" value="75"/>
735 <step dir="T" type="PREAMBLE" modem="V.21"/>
736 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
737 <step dir="T" type="POSTAMBLE"/>
738 <step type="WAIT" value="75"/>
739 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
740
741 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
742 <step dir="R" type="SILENCE"/>
743
744 <step type="WAIT" value="75"/>
745 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
746 <step type="WAIT" value="75"/>
747 <step dir="T" type="PREAMBLE" modem="V.21"/>
748 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
749 <step dir="T" type="POSTAMBLE"/>
750
751 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
752 <step dir="R" type="SILENCE"/>
753
754 <step type="WAIT" value="75"/>
755 <step dir="T" type="PREAMBLE" modem="V.21"/>
756 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
757 <step dir="T" type="POSTAMBLE"/>
758 </test>
759 <test name="MRGN14">
760 <!-- Tester calls DUT and sends 1 WHITE page. -->
761 <step type="CALL"/>
762
763 <!--<step dir="T" type="CNG"/>-->
764
765 <step dir="R" type="CED"/>
766 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
767 <step dir="R" type="SILENCE"/>
768
769 <step type="WAIT" value="75"/>
770 <step dir="T" type="PREAMBLE" modem="V.21"/>
771 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
772 <step dir="T" type="POSTAMBLE"/>
773 <step type="WAIT" value="75"/>
774 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
775
776 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
777 <step dir="R" type="SILENCE"/>
778
779 <step type="WAIT" value="75"/>
780 <step dir="T" type="PREAMBLE" modem="V.21"/>
781 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00" crc_error="0"/>
782 <step dir="T" type="POSTAMBLE"/>
783 <step type="WAIT" value="75"/>
784 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
785
786 <!-- dir="R" type="HDLC" modem="V.21" tag="CRP" value="FF C8 58 | nothing"> -->
787 <step type="WAIT" value="3450">
788 <check name="MRGN14M01" desc="One bad FCS DCS command after CFR"/>
789 </step>
790
791 <step type="WAIT" value="75"/>
792 <step dir="T" type="PREAMBLE" modem="V.21"/>
793 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
794 <step dir="T" type="POSTAMBLE"/>
795 <step type="WAIT" value="75"/>
796 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
797
798 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
799 <step dir="R" type="SILENCE"/>
800
801 <step type="WAIT" value="75"/>
802 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
803 <step type="WAIT" value="75"/>
804 <step dir="T" type="PREAMBLE" modem="V.21"/>
805 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
806 <step dir="T" type="POSTAMBLE"/>
807
808 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
809 <step dir="R" type="SILENCE"/>
810
811 <step dir="T" type="PREAMBLE" modem="V.21"/>
812 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
813 <step dir="T" type="POSTAMBLE"/>
814 </test>
815 <test name="MRGN15">
816 <!-- Tester calls DUT and sends 1 WHITE page. -->
817 <step type="CALL"/>
818
819 <!--<step dir="T" type="CNG"/>-->
820
821 <step dir="R" type="CED"/>
822 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
823 <step dir="R" type="SILENCE"/>
824
825 <step type="WAIT" value="75"/>
826 <step dir="T" type="PREAMBLE" modem="V.21"/>
827 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
828 <step dir="T" type="POSTAMBLE"/>
829 <step type="WAIT" value="75"/>
830 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
831
832 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
833 <step dir="R" type="SILENCE"/>
834
835 <step type="WAIT" value="75"/>
836 <step dir="T" type="PREAMBLE" modem="V.21"/>
837 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
838 <step dir="T" type="POSTAMBLE"/>
839
840 <step dir="R" type="HDLC" modem="V.21" tag="FTT" value="FF C8 22" timeout="10000">
841 <check name="MRGN15M01" desc="One DCS lacking TCF command after CFR"/>
842 </step>
843 <step dir="R" type="SILENCE"/>
844
845 <step type="WAIT" value="75"/>
846 <step dir="T" type="PREAMBLE" modem="V.21"/>
847 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
848 <step dir="T" type="POSTAMBLE"/>
849 <step type="WAIT" value="75"/>
850 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
851
852 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
853 <step dir="R" type="SILENCE"/>
854
855 <step type="WAIT" value="75"/>
856 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
857 <step type="WAIT" value="75"/>
858 <step dir="T" type="PREAMBLE" modem="V.21"/>
859 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
860 <step dir="T" type="POSTAMBLE"/>
861
862 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
863 <step dir="R" type="SILENCE"/>
864
865 <step type="WAIT" value="75"/>
866 <step dir="T" type="PREAMBLE" modem="V.21"/>
867 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
868 <step dir="T" type="POSTAMBLE"/>
869 </test>
870 <test name="MRGN16">
871 <!-- Tester calls DUT and sends 2 WHITE pages separately. -->
872 <step type="CALL"/>
873
874 <!--<step dir="T" type="CNG"/>-->
875
876 <step dir="R" type="CED"/>
877 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
878 <step dir="R" type="SILENCE"/>
879
880 <step type="WAIT" value="75"/>
881 <step dir="T" type="PREAMBLE" modem="V.21"/>
882 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
883 <step dir="T" type="POSTAMBLE"/>
884 <step type="WAIT" value="75"/>
885 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
886
887 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
888 <step dir="R" type="SILENCE"/>
889
890 <step type="WAIT" value="75"/>
891 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
892 <step type="WAIT" value="75"/>
893 <step dir="T" type="PREAMBLE" modem="V.21"/>
894 <step dir="T" type="HDLC" tag="EOM" value="FF C8 71"/>
895 <step dir="T" type="POSTAMBLE"/>
896
897 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
898 <step dir="R" type="SILENCE"/>
899
900 <step type="WAIT" value="75"/>
901 <step dir="T" type="PREAMBLE" modem="V.21"/>
902 <step dir="T" type="HDLC" tag="EOM" value="FF C8 71"/>
903 <step dir="T" type="POSTAMBLE"/>
904
905 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
906 <step dir="R" type="SILENCE"/>
907
908 <step type="WAIT" value="75"/>
909 <step dir="T" type="PREAMBLE" modem="V.21"/>
910 <step dir="T" type="HDLC" tag="EOM" value="FF C8 71">
911 <check name="MRGN16M01" desc="Repeated EOM commands"/>
912 </step>
913 <step dir="T" type="POSTAMBLE"/>
914
915 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
916 <step dir="R" type="SILENCE"/>
917
918 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
919 <step dir="R" type="SILENCE"/>
920
921 <step type="WAIT" value="75"/>
922 <step dir="T" type="PREAMBLE" modem="V.21"/>
923 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
924 <step dir="T" type="POSTAMBLE"/>
925 <step type="WAIT" value="75"/>
926 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
927
928 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
929 <step dir="R" type="SILENCE"/>
930
931 <step type="WAIT" value="75"/>
932 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
933 <step type="WAIT" value="75"/>
934 <step dir="T" type="PREAMBLE" modem="V.21"/>
935 <step dir="T" type="HDLC" tag="MPS" value="FF C8 72"/>
936 <step dir="T" type="POSTAMBLE"/>
937
938 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
939 <step dir="R" type="SILENCE"/>
940
941 <step type="WAIT" value="75"/>
942 <step dir="T" type="PREAMBLE" modem="V.21"/>
943 <step dir="T" type="HDLC" tag="MPS" value="FF C8 72"/>
944 <step dir="T" type="POSTAMBLE"/>
945
946 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
947 <step dir="R" type="SILENCE"/>
948
949 <step type="WAIT" value="75"/>
950 <step dir="T" type="PREAMBLE" modem="V.21"/>
951 <step dir="T" type="HDLC" tag="MPS" value="FF C8 72">
952 <check name="MRGN16M02" desc="Repeated MPS commands"/>
953 </step>
954 <step dir="T" type="POSTAMBLE"/>
955
956 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
957 <step dir="R" type="SILENCE"/>
958
959 <step type="WAIT" value="75"/>
960 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
961 <step type="WAIT" value="75"/>
962 <step dir="T" type="PREAMBLE" modem="V.21"/>
963 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
964 <step dir="T" type="POSTAMBLE"/>
965
966 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
967 <step dir="R" type="SILENCE"/>
968
969 <step type="WAIT" value="75"/>
970 <step dir="T" type="PREAMBLE" modem="V.21"/>
971 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74">
972 <check name="MRGN16M03" desc="Repeated EOP commands"/>
973 </step>
974 <step dir="T" type="POSTAMBLE"/>
975
976 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
977 <step dir="R" type="SILENCE"/>
978
979 <step type="WAIT" value="75"/>
980 <step dir="T" type="PREAMBLE" modem="V.21"/>
981 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
982 <step dir="T" type="POSTAMBLE"/>
983 </test>
984 <test name="MRGN17">
985 <!-- Tester called DUT, and sends 2 WHITE pages -->
986 <step type="CALL"/>
987
988 <!--<step dir="T" type="CNG"/>-->
989
990 <step dir="R" type="CED"/>
991 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
992 <step dir="R" type="SILENCE"/>
993
994 <step type="WAIT" value="75"/>
995 <step dir="T" type="PREAMBLE" modem="V.21"/>
996 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
997 <step dir="T" type="POSTAMBLE"/>
998 <step type="WAIT" value="75"/>
999 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
1000
1001 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
1002 <step dir="R" type="SILENCE"/>
1003
1004 <step type="WAIT" value="75"/>
1005 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
1006 <step type="WAIT" value="75"/>
1007 <step dir="T" type="PREAMBLE" modem="V.21"/>
1008 <step dir="T" type="HDLC" tag="EOM" value="FF C8 71" crc_error="0"/>
1009 <step dir="T" type="POSTAMBLE"/>
1010
1011 <!-- <step dir="R" type="HDLC" modem="V.21" tag="CRP" value="FF C8 58 | nothing" timeout="3450"/> -->
1012 <step type="WAIT" value="3450"/>
1013
1014 <step type="WAIT" value="75"/>
1015 <step dir="T" type="PREAMBLE" modem="V.21"/>
1016 <step dir="T" type="HDLC" tag="EOM" value="FF C8 71" crc_error="0"/>
1017 <step dir="T" type="POSTAMBLE"/>
1018
1019 <!-- <step dir="R" type="HDLC" modem="V.21" tag="CRP" value="FF C8 58 | nothing" timeout="3450"/> -->
1020 <step type="WAIT" value="3450"/>
1021
1022 <step type="WAIT" value="75"/>
1023 <step dir="T" type="PREAMBLE" modem="V.21"/>
1024 <step dir="T" type="HDLC" tag="EOM" value="FF C8 71"/>
1025 <step dir="T" type="POSTAMBLE"/>
1026
1027 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31">
1028 <check name="MRGN17M01" desc="Do not respond to bad EOM commands"/>
1029 </step>
1030 <step dir="R" type="SILENCE"/>
1031
1032 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="10000"/>
1033 <step dir="R" type="SILENCE"/>
1034
1035 <step type="WAIT" value="75"/>
1036 <step dir="T" type="PREAMBLE" modem="V.21"/>
1037 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
1038 <step dir="T" type="POSTAMBLE"/>
1039 <step type="WAIT" value="75"/>
1040 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
1041
1042 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
1043 <step dir="R" type="SILENCE"/>
1044
1045 <step type="WAIT" value="75"/>
1046 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
1047 <step type="WAIT" value="75"/>
1048 <step dir="T" type="PREAMBLE" modem="V.21"/>
1049 <step dir="T" type="HDLC" tag="MPS" value="FF C8 72" crc_error="0"/>
1050 <step dir="T" type="POSTAMBLE"/>
1051
1052 <!-- <step dir="R" type="HDLC" modem="V.21" tag="CRP" value="FF C8 58 | nothing" timeout="6000"/> -->
1053 <step type="WAIT" value="6000"/>
1054
1055 <step type="WAIT" value="75"/>
1056 <step dir="T" type="PREAMBLE" modem="V.21"/>
1057 <step dir="T" type="HDLC" tag="MPS" value="FF C8 72" crc_error="0"/>
1058 <step dir="T" type="POSTAMBLE"/>
1059
1060 <!-- <step dir="R" type="HDLC" modem="V.21" tag="CRP" value="FF C8 58 | nothing" timeout="6000"/> -->
1061 <step type="WAIT" value="6000"/>
1062
1063 <step type="WAIT" value="75"/>
1064 <step dir="T" type="PREAMBLE" modem="V.21"/>
1065 <step dir="T" type="HDLC" tag="MPS" value="FF C8 72"/>
1066 <step dir="T" type="POSTAMBLE"/>
1067
1068 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31">
1069 <check name="MRGN17M02" desc="Do not respond to bad MPS commands"/>
1070 </step>
1071 <step dir="R" type="SILENCE"/>
1072
1073 <step type="WAIT" value="75"/>
1074 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
1075 <step type="WAIT" value="75"/>
1076 <step dir="T" type="PREAMBLE" modem="V.21"/>
1077 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74" crc_error="0"/>
1078 <step dir="T" type="POSTAMBLE"/>
1079
1080 <!-- <step dir="R" type="HDLC" modem="V.21" tag="CRP" value="FF C8 58 | nothing" timeout="3450"/> -->
1081 <step type="WAIT" value="3450"/>
1082
1083 <step type="WAIT" value="75"/>
1084 <step dir="T" type="PREAMBLE" modem="V.21"/>
1085 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74" crc_error="0"/>
1086 <step dir="T" type="POSTAMBLE"/>
1087
1088 <!-- <step dir="R" type="HDLC" modem="V.21" tag="CRP" value="FF C8 58 | nothing" timeout="3450"/> -->
1089 <step type="WAIT" value="3450"/>
1090
1091 <step type="WAIT" value="75"/>
1092 <step dir="T" type="PREAMBLE" modem="V.21"/>
1093 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
1094 <step dir="T" type="POSTAMBLE"/>
1095
1096 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31">
1097 <check name="MRGN17M03" desc="Do not respond to bad EOP commands"/>
1098 </step>
1099 <step dir="R" type="SILENCE"/>
1100
1101 <step type="WAIT" value="75"/>
1102 <step dir="T" type="PREAMBLE" modem="V.21"/>
1103 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
1104 <step dir="T" type="POSTAMBLE"/>
1105 </test>
1106 </test-group>
1107 <test-group name="Annex B - Capability receive test procedures">
1108 <test name="ORGC01">
1109 <!-- Tester calls DUT and sends DIAG_1 and DIAG_2 pages. -->
1110 <step type="CALL"/>
1111
1112 <!--<step dir="T" type="CNG"/>-->
1113
1114 <step dir="R" type="CED"/>
1115 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
1116 <step dir="R" type="SILENCE"/>
1117
1118 <step type="WAIT" value="75"/>
1119 <step dir="T" type="PREAMBLE" modem="V.21"/>
1120 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
1121 <step dir="T" type="POSTAMBLE"/>
1122 <step type="WAIT" value="75"/>
1123 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
1124
1125 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
1126 <step dir="R" type="SILENCE"/>
1127
1128 <step type="WAIT" value="75"/>
1129 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_diago1.tif"/>
1130 <step type="WAIT" value="75"/>
1131 <step dir="T" type="PREAMBLE" modem="V.21"/>
1132 <step dir="T" type="HDLC" tag="MPS" value="FF C8 72"/>
1133 <step dir="T" type="POSTAMBLE"/>
1134
1135 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
1136 <step dir="R" type="SILENCE"/>
1137
1138 <step type="WAIT" value="75"/>
1139 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_diago2.tif"/>
1140 <step type="WAIT" value="75"/>
1141 <step dir="T" type="PREAMBLE" modem="V.21"/>
1142 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
1143 <step dir="T" type="POSTAMBLE"/>
1144
1145 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
1146 <step dir="R" type="SILENCE"/>
1147
1148 <step type="WAIT" value="75"/>
1149 <step dir="T" type="PREAMBLE" modem="V.21"/>
1150 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
1151 <step dir="T" type="POSTAMBLE"/>
1152 </test>
1153 <test name="ORGC02">
1154 <!-- Tester calls DUT and sends 2 WHITE pages. -->
1155 <step type="CALL"/>
1156
1157 <!--<step dir="T" type="CNG"/>-->
1158
1159 <step dir="R" type="CED"/>
1160 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
1161 <step dir="R" type="SILENCE"/>
1162
1163 <step type="WAIT" value="75"/>
1164 <step dir="T" type="PREAMBLE" modem="V.21"/>
1165 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
1166 <step dir="T" type="POSTAMBLE"/>
1167 <step type="WAIT" value="75"/>
1168 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
1169
1170 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
1171 <step dir="R" type="SILENCE"/>
1172
1173 <step type="WAIT" value="75"/>
1174 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
1175 <step type="WAIT" value="75"/>
1176 <step dir="T" type="PREAMBLE" modem="V.21"/>
1177 <step dir="T" type="HDLC" tag="MPS" value="FF C8 72"/>
1178 <step dir="T" type="POSTAMBLE"/>
1179
1180 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
1181 <step dir="R" type="SILENCE"/>
1182
1183 <step type="WAIT" value="75"/>
1184 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
1185 <step type="WAIT" value="75"/>
1186 <step dir="T" type="PREAMBLE" modem="V.21"/>
1187 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
1188 <step dir="T" type="POSTAMBLE"/>
1189
1190 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
1191 <step dir="R" type="SILENCE"/>
1192
1193 <step type="WAIT" value="75"/>
1194 <step dir="T" type="PREAMBLE" modem="V.21"/>
1195 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
1196 <step dir="T" type="POSTAMBLE"/>
1197 </test>
1198 <test name="ORGC03">
1199 <!-- Tester calls DUT and sends 1 IMPRESS page. -->
1200 <step type="CALL"/>
1201
1202 <!--<step dir="T" type="CNG"/>-->
1203
1204 <step dir="R" type="CED"/>
1205 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
1206 <step dir="R" type="SILENCE"/>
1207
1208 <step type="WAIT" value="75"/>
1209 <step dir="T" type="PREAMBLE" modem="V.21"/>
1210 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
1211 <step dir="T" type="POSTAMBLE"/>
1212 <step type="WAIT" value="75"/>
1213 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
1214
1215 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
1216 <step dir="R" type="SILENCE"/>
1217
1218 <step type="WAIT" value="75"/>
1219 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_impress.tif"/>
1220 <step type="WAIT" value="75"/>
1221 <step dir="T" type="PREAMBLE" modem="V.21"/>
1222 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
1223 <step dir="T" type="POSTAMBLE"/>
1224
1225 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
1226 <step dir="R" type="SILENCE"/>
1227
1228 <step type="WAIT" value="75"/>
1229 <step dir="T" type="PREAMBLE" modem="V.21"/>
1230 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
1231 <step dir="T" type="POSTAMBLE"/>
1232 </test>
1233 </test-group>
1234 <test-group name="Annex C - ECM receive test procedures">
1235 <test name="OREN01">
1236 <!-- Tester calls DUT and sends one 31k byte STAIRSTEP page and one 15k byte STAIRSTEP page. -->
1237 <step type="CALL"/>
1238
1239 <!--<step dir="T" type="CNG"/>-->
1240
1241 <step dir="R" type="CED"/>
1242 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
1243 <step dir="R" type="SILENCE"/>
1244
1245 <step type="WAIT" value="75"/>
1246 <step dir="T" type="PREAMBLE" modem="V.21"/>
1247 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 1F 30"/>
1248 <step dir="T" type="POSTAMBLE"/>
1249 <step type="WAIT" value="75"/>
1250 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
1251
1252 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
1253 <step dir="R" type="SILENCE"/>
1254
1255 <step type="WAIT" value="75"/>
1256 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
1257 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif" min_bits="141"/>
1258 <step dir="T" type="POSTAMBLE"/>
1259 <step type="WAIT" value="75"/>
1260 <step dir="T" type="PREAMBLE" modem="V.21"/>
1261 <step dir="T" type="HDLC" tag="PPS-NULL" value="FF C8 7D 00 00 00 08"/>
1262 <step dir="T" type="POSTAMBLE"/>
1263
1264 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
1265 <step dir="R" type="SILENCE"/>
1266
1267 <step type="WAIT" value="75"/>
1268 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
1269 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif"/>
1270 <step dir="T" type="POSTAMBLE"/>
1271 <step type="WAIT" value="75"/>
1272 <step dir="T" type="PREAMBLE" modem="V.21"/>
1273 <step dir="T" type="HDLC" tag="PPS-MPS" value="FF C8 7D 72 00 00 08"/>
1274 <step dir="T" type="POSTAMBLE"/>
1275
1276 <possible-step>
1277 <step dir="R" type="HDLC" modem="V.21" tag="RNR" value="FF C8 37"/>
1278 <step dir="R" type="SILENCE"/>
1279
1280 <step type="WAIT" value="75"/>
1281 <step dir="T" type="PREAMBLE" modem="V.21"/>
1282 <step dir="T" type="HDLC" tag="RR" value="FF C8 76"/>
1283 <step dir="T" type="POSTAMBLE"/>
1284 </possible-step>
1285
1286 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
1287 <step dir="R" type="SILENCE"/>
1288
1289 <step type="WAIT" value="75"/>
1290 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
1291 <step dir="T" type="PP" value="etsi_300_242_a4_white.tif"/>
1292 <step dir="T" type="POSTAMBLE"/>
1293 <step type="WAIT" value="75"/>
1294 <step dir="T" type="PREAMBLE" modem="V.21"/>
1295 <step dir="T" type="HDLC" tag="PPS-MPS" value="FF C8 7D 72 00 00 08"/>
1296 <step dir="T" type="POSTAMBLE"/>
1297
1298 <possible-step>
1299 <step dir="R" type="HDLC" modem="V.21" tag="RNR" value="FF C8 37"/>
1300 <step dir="R" type="SILENCE"/>
1301
1302 <step type="WAIT" value="75"/>
1303 <step dir="T" type="PREAMBLE" modem="V.21"/>
1304 <step dir="T" type="HDLC" tag="RR" value="FF C8 76"/>
1305 <step dir="T" type="POSTAMBLE"/>
1306 </possible-step>
1307
1308 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
1309 <step dir="R" type="SILENCE"/>
1310
1311 <step type="WAIT" value="75"/>
1312 <step dir="T" type="PREAMBLE" modem="V.21"/>
1313 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
1314 <step dir="T" type="POSTAMBLE"/>
1315 </test>
1316 <test name="OREN02">
1317 <!-- Tester calls DUT and sends one 31k byte STAIRSTEP page and one 15k byte STAIRSTEP page. -->
1318 <step type="CALL"/>
1319
1320 <!--<step dir="T" type="CNG"/>-->
1321
1322 <step dir="R" type="CED"/>
1323 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
1324 <step dir="R" type="SILENCE"/>
1325
1326 <step type="WAIT" value="75"/>
1327 <step dir="T" type="PREAMBLE" modem="V.21"/>
1328 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 44 0F 30"/>
1329 <step dir="T" type="POSTAMBLE"/>
1330 <step type="WAIT" value="75"/>
1331 <step dir="T" type="TCF" modem="V.17/14400" value="2700"/>
1332
1333 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
1334 <step dir="R" type="SILENCE"/>
1335
1336 <!-- First page -->
1337 <step type="WAIT" value="75"/>
1338 <step dir="T" type="PREAMBLE" modem="V.17/14400"/>
1339 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif" min_bits="141" crc_error="0"/>
1340 <step dir="T" type="POSTAMBLE"/>
1341 <step type="WAIT" value="75"/>
1342 <step dir="T" type="PREAMBLE" modem="V.21"/>
1343 <step dir="T" type="HDLC" tag="PPS-NULL" value="FF C8 7D 00 00 00 FF"/>
1344 <step dir="T" type="POSTAMBLE"/>
1345
1346 <step dir="R" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00"/>
1347 <step dir="R" type="SILENCE"/>
1348
1349 <step type="WAIT" value="75"/>
1350 <step dir="T" type="PREAMBLE" modem="V.17/14400"/>
1351 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif" min_bits="141"/>
1352 <step dir="T" type="POSTAMBLE"/>
1353 <step type="WAIT" value="75"/>
1354 <step dir="T" type="PREAMBLE" modem="V.21"/>
1355 <step dir="T" type="HDLC" tag="PPS-NULL" value="FF C8 7D 00 00 00 FF"/>
1356 <step dir="T" type="POSTAMBLE"/>
1357
1358 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
1359 <step dir="R" type="SILENCE"/>
1360
1361 <step type="WAIT" value="75"/>
1362 <step dir="T" type="PREAMBLE" modem="V.17/14400"/>
1363 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif" min_bits="141" block="1" crc_error="356"/>
1364 <step dir="T" type="POSTAMBLE"/>
1365 <step type="WAIT" value="75"/>
1366 <step dir="T" type="PREAMBLE" modem="V.21"/>
1367 <step dir="T" type="HDLC" tag="PPS-MPS" value="FF C8 7D 72 00 80 3B"/>
1368 <step dir="T" type="POSTAMBLE"/>
1369
1370 <step dir="R" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 00 00 00 00 00 00 00 00 00 00 00 00 08 00 00 00 00 00 00 00 00 00 00 00 00 00 00 07 FF FF FF FF"/>
1371 <step dir="R" type="SILENCE"/>
1372
1373 <step type="WAIT" value="75"/>
1374 <step dir="T" type="PREAMBLE" modem="V.17/14400"/>
1375 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif" min_bits="141" block="1"/>
1376 <step dir="T" type="POSTAMBLE"/>
1377 <step type="WAIT" value="75"/>
1378 <step dir="T" type="PREAMBLE" modem="V.21"/>
1379 <step dir="T" type="HDLC" tag="PPS-MPS" value="FF C8 7D 72 00 80 6B"/>
1380 <step dir="T" type="POSTAMBLE"/>
1381
1382 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
1383 <step dir="R" type="SILENCE"/>
1384
1385 <!-- Second page -->
1386 <step type="WAIT" value="75"/>
1387 <step dir="T" type="PREAMBLE" modem="V.17/14400"/>
1388 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif" crc_error="214"/>
1389 <step dir="T" type="POSTAMBLE"/>
1390 <step type="WAIT" value="75"/>
1391 <step dir="T" type="PREAMBLE" modem="V.21"/>
1392 <step dir="T" type="HDLC" tag="PPS-MPS" value="FF C8 7D 72 80 00 6B"/>
1393 <step dir="T" type="POSTAMBLE"/>
1394
1395 <step dir="R" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 03 FF FF FF FF FF"/>
1396 <step dir="R" type="SILENCE"/>
1397
1398 <step type="WAIT" value="75"/>
1399 <step dir="T" type="PREAMBLE" modem="V.17/14400"/>
1400 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif"/>
1401 <step dir="T" type="POSTAMBLE"/>
1402 <step type="WAIT" value="75"/>
1403 <step dir="T" type="PREAMBLE" modem="V.21"/>
1404 <step dir="T" type="HDLC" tag="PPS-MPS" value="FF C8 7D 72 80 00 6B"/>
1405 <step dir="T" type="POSTAMBLE"/>
1406
1407 <possible-step>
1408 <step dir="R" type="HDLC" modem="V.21" tag="RNR" value="FF C8 37"/>
1409 <step dir="R" type="SILENCE"/>
1410
1411 <step type="WAIT" value="75"/>
1412 <step dir="T" type="PREAMBLE" modem="V.21"/>
1413 <step dir="T" type="HDLC" tag="RR" value="FF C8 76"/>
1414 <step dir="T" type="POSTAMBLE"/>
1415 </possible-step>
1416
1417 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
1418
1419 <step type="WAIT" value="75"/>
1420 <step dir="T" type="PREAMBLE" modem="V.21"/>
1421 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
1422 <step dir="T" type="POSTAMBLE"/>
1423 </test>
1424 <test name="OREN03">
1425 <!-- Tester calls DUT and sends one 15k byte STAIRSTEP page. -->
1426 <step type="CALL"/>
1427
1428 <!--<step dir="T" type="CNG"/>-->
1429
1430 <step dir="R" type="CED"/>
1431 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
1432
1433 <step type="WAIT" value="75"/>
1434 <step dir="T" type="PREAMBLE" modem="V.21"/>
1435 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 1F 30"/>
1436 <step dir="T" type="POSTAMBLE"/>
1437 <step type="WAIT" value="75"/>
1438 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
1439
1440 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
1441
1442 <step type="WAIT" value="75"/>
1443 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
1444 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif" crc_error="0"/>
1445 <step dir="T" type="POSTAMBLE"/>
1446 <step type="WAIT" value="75"/>
1447 <step dir="T" type="PREAMBLE" modem="V.21"/>
1448 <step dir="T" type="HDLC" tag="PPS-EOP" value="FF C8 7D 74 00 00 10"/>
1449 <step dir="T" type="POSTAMBLE"/>
1450
1451 <possible-step>
1452 <step dir="R" type="HDLC" modem="V.21" tag="RNR" value="FF C8 37"/>
1453 <step dir="R" type="SILENCE"/>
1454
1455 <step type="WAIT" value="75"/>
1456 <step dir="T" type="PREAMBLE" modem="V.21"/>
1457 <step dir="T" type="HDLC" tag="RR" value="FF C8 76"/>
1458 <step dir="T" type="POSTAMBLE"/>
1459 </possible-step>
1460
1461 <step dir="R" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 FF FF FF FF FF"/>
1462 <step dir="R" type="SILENCE"/>
1463
1464 <step type="WAIT" value="75"/>
1465 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
1466 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif" crc_error="0"/>
1467 <step dir="T" type="POSTAMBLE"/>
1468 <step type="WAIT" value="75"/>
1469 <step dir="T" type="PREAMBLE" modem="V.21"/>
1470 <step dir="T" type="HDLC" tag="PPS-EOP" value="FF C8 7D 74 00 00 10"/>
1471 <step dir="T" type="POSTAMBLE"/>
1472
1473 <possible-step>
1474 <step dir="R" type="HDLC" modem="V.21" tag="RNR" value="FF C8 37"/>
1475 <step dir="R" type="SILENCE"/>
1476
1477 <step type="WAIT" value="75"/>
1478 <step dir="T" type="PREAMBLE" modem="V.21"/>
1479 <step dir="T" type="HDLC" tag="RR" value="FF C8 76"/>
1480 <step dir="T" type="POSTAMBLE"/>
1481 </possible-step>
1482
1483 <step dir="R" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 FF FF FF FF FF"/>
1484 <step dir="R" type="SILENCE"/>
1485
1486 <step type="WAIT" value="75"/>
1487 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
1488 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif" crc_error="0"/>
1489 <step dir="T" type="POSTAMBLE"/>
1490 <step type="WAIT" value="75"/>
1491 <step dir="T" type="PREAMBLE" modem="V.21"/>
1492 <step dir="T" type="HDLC" tag="PPS-EOP" value="FF C8 7D 74 00 00 10"/>
1493 <step dir="T" type="POSTAMBLE"/>
1494
1495 <possible-step>
1496 <step dir="R" type="HDLC" modem="V.21" tag="RNR" value="FF C8 37"/>
1497 <step dir="R" type="SILENCE"/>
1498
1499 <step type="WAIT" value="75"/>
1500 <step dir="T" type="PREAMBLE" modem="V.21"/>
1501 <step dir="T" type="HDLC" tag="RR" value="FF C8 76"/>
1502 <step dir="T" type="POSTAMBLE"/>
1503 </possible-step>
1504
1505 <step dir="R" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 FF FF FF FF FF"/>
1506 <step dir="R" type="SILENCE"/>
1507
1508 <step type="WAIT" value="75"/>
1509 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
1510 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif" crc_error="0"/>
1511 <step dir="T" type="POSTAMBLE"/>
1512 <step type="WAIT" value="75"/>
1513 <step dir="T" type="PREAMBLE" modem="V.21"/>
1514 <step dir="T" type="HDLC" tag="PPS-EOP" value="FF C8 7D 74 00 00 10"/>
1515 <step dir="T" type="POSTAMBLE"/>
1516
1517 <possible-step>
1518 <step dir="R" type="HDLC" modem="V.21" tag="RNR" value="FF C8 37"/>
1519 <step dir="R" type="SILENCE"/>
1520
1521 <step type="WAIT" value="75"/>
1522 <step dir="T" type="PREAMBLE" modem="V.21"/>
1523 <step dir="T" type="HDLC" tag="RR" value="FF C8 76"/>
1524 <step dir="T" type="POSTAMBLE"/>
1525 </possible-step>
1526
1527 <step dir="R" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 FF FF FF FF FF"/>
1528 <step dir="R" type="SILENCE"/>
1529
1530 <step type="WAIT" value="75"/>
1531 <step dir="T" type="PREAMBLE" modem="V.21"/>
1532 <step dir="T" type="HDLC" tag="CTC" value="FF C8 48"/>
1533 <step dir="T" type="POSTAMBLE"/>
1534
1535 <step dir="R" type="HDLC" modem="V.21" tag="CTR" value="FF C8 23"/>
1536 <step dir="R" type="SILENCE"/>
1537
1538 <step type="WAIT" value="75"/>
1539 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
1540 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif"/>
1541 <step dir="T" type="POSTAMBLE"/>
1542 <step type="WAIT" value="75"/>
1543 <step dir="T" type="PREAMBLE" modem="V.21"/>
1544 <step dir="T" type="HDLC" tag="PPS-EOP" value="FF C8 7D 74 00 00 6B"/>
1545 <step dir="T" type="POSTAMBLE"/>
1546
1547 <possible-step>
1548 <step dir="R" type="HDLC" modem="V.21" tag="RNR" value="FF C8 37"/>
1549 <step dir="R" type="SILENCE"/>
1550
1551 <step type="WAIT" value="75"/>
1552 <step dir="T" type="PREAMBLE" modem="V.21"/>
1553 <step dir="T" type="HDLC" tag="RR" value="FF C8 76"/>
1554 <step dir="T" type="POSTAMBLE"/>
1555 </possible-step>
1556
1557 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
1558 <step dir="R" type="SILENCE"/>
1559
1560 <step type="WAIT" value="75"/>
1561 <step dir="T" type="PREAMBLE" modem="V.21"/>
1562 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
1563 <step dir="T" type="POSTAMBLE"/>
1564 </test>
1565 <test name="OREN04">
1566 <!-- Tester calls DUT and sends one 31k byte STAIRSTEP page. -->
1567 <step type="CALL"/>
1568
1569 <!--<step dir="T" type="CNG"/>-->
1570
1571 <step dir="R" type="CED"/>
1572 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
1573 <step dir="R" type="SILENCE"/>
1574
1575 <step type="WAIT" value="75"/>
1576 <step dir="T" type="PREAMBLE" modem="V.21"/>
1577 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 1F 30"/>
1578 <step dir="T" type="POSTAMBLE"/>
1579 <step type="WAIT" value="75"/>
1580 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
1581
1582 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
1583 <step dir="R" type="SILENCE"/>
1584
1585 <step type="WAIT" value="75"/>
1586 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
1587 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif" min_bits="141" crc_error="0"/>
1588 <step dir="T" type="POSTAMBLE"/>
1589 <step type="WAIT" value="75"/>
1590 <step dir="T" type="PREAMBLE" modem="V.21"/>
1591 <step dir="T" type="HDLC" tag="PPS-NULL" value="FF C8 7D 00 00 00 6B"/>
1592 <step dir="T" type="POSTAMBLE"/>
1593
1594 <possible-step>
1595 <step dir="R" type="HDLC" modem="V.21" tag="RNR" value="FF C8 37"/>
1596 <step dir="R" type="SILENCE"/>
1597
1598 <step type="WAIT" value="75"/>
1599 <step dir="T" type="PREAMBLE" modem="V.21"/>
1600 <step dir="T" type="HDLC" tag="RR" value="FF C8 76"/>
1601 <step dir="T" type="POSTAMBLE"/>
1602 </possible-step>
1603
1604 <step dir="R" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00"/>
1605 <step dir="R" type="SILENCE"/>
1606
1607 <step type="WAIT" value="75"/>
1608 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
1609 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif" min_bits="141" crc_error="0"/>
1610 <step dir="T" type="POSTAMBLE"/>
1611 <step type="WAIT" value="75"/>
1612 <step dir="T" type="PREAMBLE" modem="V.21"/>
1613 <step dir="T" type="HDLC" tag="PPS-NULL" value="FF C8 7D 00 00 00 6B"/>
1614 <step dir="T" type="POSTAMBLE"/>
1615
1616 <possible-step>
1617 <step dir="R" type="HDLC" modem="V.21" tag="RNR" value="FF C8 37"/>
1618 <step dir="R" type="SILENCE"/>
1619
1620 <step type="WAIT" value="75"/>
1621 <step dir="T" type="PREAMBLE" modem="V.21"/>
1622 <step dir="T" type="HDLC" tag="RR" value="FF C8 76"/>
1623 <step dir="T" type="POSTAMBLE"/>
1624 </possible-step>
1625
1626 <step dir="R" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00"/>
1627 <step dir="R" type="SILENCE"/>
1628
1629 <step type="WAIT" value="75"/>
1630 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
1631 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif" min_bits="141" crc_error="0"/>
1632 <step dir="T" type="POSTAMBLE"/>
1633 <step type="WAIT" value="75"/>
1634 <step dir="T" type="PREAMBLE" modem="V.21"/>
1635 <step dir="T" type="HDLC" tag="PPS-NULL" value="FF C8 7D 00 00 00 6B"/>
1636 <step dir="T" type="POSTAMBLE"/>
1637
1638 <possible-step>
1639 <step dir="R" type="HDLC" modem="V.21" tag="RNR" value="FF C8 37"/>
1640 <step dir="R" type="SILENCE"/>
1641
1642 <step type="WAIT" value="75"/>
1643 <step dir="T" type="PREAMBLE" modem="V.21"/>
1644 <step dir="T" type="HDLC" tag="RR" value="FF C8 76"/>
1645 <step dir="T" type="POSTAMBLE"/>
1646 </possible-step>
1647
1648 <step dir="R" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00"/>
1649 <step dir="R" type="SILENCE"/>
1650
1651 <step type="WAIT" value="75"/>
1652 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
1653 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif" min_bits="141" crc_error="0"/>
1654 <step dir="T" type="POSTAMBLE"/>
1655 <step type="WAIT" value="75"/>
1656 <step dir="T" type="PREAMBLE" modem="V.21"/>
1657 <step dir="T" type="HDLC" tag="PPS-NULL" value="FF C8 7D 00 00 00 6B"/>
1658 <step dir="T" type="POSTAMBLE"/>
1659
1660 <possible-step>
1661 <step dir="R" type="HDLC" modem="V.21" tag="RNR" value="FF C8 37"/>
1662 <step dir="R" type="SILENCE"/>
1663
1664 <step type="WAIT" value="75"/>
1665 <step dir="T" type="PREAMBLE" modem="V.21"/>
1666 <step dir="T" type="HDLC" tag="RR" value="FF C8 76"/>
1667 <step dir="T" type="POSTAMBLE"/>
1668 </possible-step>
1669
1670 <step dir="R" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00"/>
1671 <step dir="R" type="SILENCE"/>
1672
1673 <step type="WAIT" value="75"/>
1674 <step dir="T" type="PREAMBLE" modem="V.21"/>
1675 <step dir="T" type="HDLC" tag="EOR-NULL" value="FF C8 73 00"/>
1676 <step dir="T" type="POSTAMBLE"/>
1677
1678 <step dir="R" type="HDLC" modem="V.21" tag="ERR" value="FF C8 38"/>
1679 <step dir="R" type="SILENCE"/>
1680
1681 <step type="WAIT" value="75"/>
1682 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
1683 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif" min_bits="141"/>
1684 <step dir="T" type="POSTAMBLE"/>
1685 <step type="WAIT" value="75"/>
1686 <step dir="T" type="PREAMBLE" modem="V.21"/>
1687 <step dir="T" type="HDLC" tag="PPS-EOP" value="FF C8 7D 74 00 00 6B"/>
1688 <step dir="T" type="POSTAMBLE"/>
1689
1690 <possible-step>
1691 <step dir="R" type="HDLC" modem="V.21" tag="RNR" value="FF C8 37"/>
1692 <step dir="R" type="SILENCE"/>
1693
1694 <step type="WAIT" value="75"/>
1695 <step dir="T" type="PREAMBLE" modem="V.21"/>
1696 <step dir="T" type="HDLC" tag="RR" value="FF C8 76"/>
1697 <step dir="T" type="POSTAMBLE"/>
1698 </possible-step>
1699
1700 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
1701 <step dir="R" type="SILENCE"/>
1702
1703 <step type="WAIT" value="75"/>
1704 <step dir="T" type="PREAMBLE" modem="V.21"/>
1705 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
1706 <step dir="T" type="POSTAMBLE"/>
1707 </test>
1708 <test name="OREN05">
1709 <!-- Tester calls DUT and sends one 31k byte STAIRSTEP page. -->
1710 <step type="CALL"/>
1711
1712 <!--<step dir="T" type="CNG"/>-->
1713
1714 <step dir="R" type="CED"/>
1715 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
1716 <step dir="R" type="SILENCE"/>
1717
1718 <step type="WAIT" value="75"/>
1719 <step dir="T" type="PREAMBLE" modem="V.21"/>
1720 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 1F 30"/>
1721 <step dir="T" type="POSTAMBLE"/>
1722 <step type="WAIT" value="75"/>
1723 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
1724
1725 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
1726 <step dir="R" type="SILENCE"/>
1727
1728 <step type="WAIT" value="75"/>
1729 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
1730 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif" min_bits="141"/>
1731 <step dir="T" type="POSTAMBLE"/>
1732 <step type="WAIT" value="75"/>
1733 <step dir="T" type="PREAMBLE" modem="V.21"/>
1734 <step dir="T" type="HDLC" tag="PPS-NULL" value="FF C8 7D 00 00 00 FF"/>
1735 <step dir="T" type="POSTAMBLE"/>
1736
1737 <possible-step>
1738 <step dir="R" type="HDLC" modem="V.21" tag="RNR" value="FF C8 37"/>
1739 <step dir="R" type="SILENCE"/>
1740
1741 <step type="WAIT" value="75"/>
1742 <step dir="T" type="PREAMBLE" modem="V.21"/>
1743 <step dir="T" type="HDLC" tag="RR" value="FF C8 76"/>
1744 <step dir="T" type="POSTAMBLE"/>
1745 </possible-step>
1746
1747 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
1748 <step dir="R" type="SILENCE"/>
1749
1750 <step type="WAIT" value="75"/>
1751 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
1752 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif" min_bits="141" crc_error="0"/>
1753 <step dir="T" type="POSTAMBLE"/>
1754 <step type="WAIT" value="75"/>
1755 <step dir="T" type="PREAMBLE" modem="V.21"/>
1756 <step dir="T" type="HDLC" tag="PPS-NULL" value="FF C8 7D 00 00 00 FF"/>
1757 <step dir="T" type="POSTAMBLE"/>
1758
1759 <possible-step>
1760 <step dir="R" type="HDLC" modem="V.21" tag="RNR" value="FF C8 37"/>
1761 <step dir="R" type="SILENCE"/>
1762
1763 <step type="WAIT" value="75"/>
1764 <step dir="T" type="PREAMBLE" modem="V.21"/>
1765 <step dir="T" type="HDLC" tag="RR" value="FF C8 76"/>
1766 <step dir="T" type="POSTAMBLE"/>
1767 </possible-step>
1768
1769 <step dir="R" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00"/>
1770 <step dir="R" type="SILENCE"/>
1771
1772 <step type="WAIT" value="75"/>
1773 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
1774 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif" min_bits="141" crc_error="0"/>
1775 <step dir="T" type="POSTAMBLE"/>
1776 <step type="WAIT" value="75"/>
1777 <step dir="T" type="PREAMBLE" modem="V.21"/>
1778 <step dir="T" type="HDLC" tag="PPS-NULL" value="FF C8 7D 00 00 00 FF"/>
1779 <step dir="T" type="POSTAMBLE"/>
1780
1781 <possible-step>
1782 <step dir="R" type="HDLC" modem="V.21" tag="RNR" value="FF C8 37"/>
1783 <step dir="R" type="SILENCE"/>
1784
1785 <step type="WAIT" value="75"/>
1786 <step dir="T" type="PREAMBLE" modem="V.21"/>
1787 <step dir="T" type="HDLC" tag="RR" value="FF C8 76"/>
1788 <step dir="T" type="POSTAMBLE"/>
1789 </possible-step>
1790
1791 <step dir="R" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00"/>
1792 <step dir="R" type="SILENCE"/>
1793
1794 <step type="WAIT" value="75"/>
1795 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
1796 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif" min_bits="141" crc_error="0"/>
1797 <step dir="T" type="POSTAMBLE"/>
1798 <step type="WAIT" value="75"/>
1799 <step dir="T" type="PREAMBLE" modem="V.21"/>
1800 <step dir="T" type="HDLC" tag="PPS-NULL" value="FF C8 7D 00 00 00 FF"/>
1801 <step dir="T" type="POSTAMBLE"/>
1802
1803 <possible-step>
1804 <step dir="R" type="HDLC" modem="V.21" tag="RNR" value="FF C8 37"/>
1805 <step dir="R" type="SILENCE"/>
1806
1807 <step type="WAIT" value="75"/>
1808 <step dir="T" type="PREAMBLE" modem="V.21"/>
1809 <step dir="T" type="HDLC" tag="RR" value="FF C8 76"/>
1810 <step dir="T" type="POSTAMBLE"/>
1811 </possible-step>
1812
1813 <step dir="R" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00"/>
1814 <step dir="R" type="SILENCE"/>
1815
1816 <step type="WAIT" value="75"/>
1817 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
1818 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif" min_bits="141" crc_error="0"/>
1819 <step dir="T" type="POSTAMBLE"/>
1820 <step type="WAIT" value="75"/>
1821 <step dir="T" type="PREAMBLE" modem="V.21"/>
1822 <step dir="T" type="HDLC" tag="PPS-NULL" value="FF C8 7D 00 00 00 FF"/>
1823 <step dir="T" type="POSTAMBLE"/>
1824
1825 <possible-step>
1826 <step dir="R" type="HDLC" modem="V.21" tag="RNR" value="FF C8 37"/>
1827 <step dir="R" type="SILENCE"/>
1828
1829 <step type="WAIT" value="75"/>
1830 <step dir="T" type="PREAMBLE" modem="V.21"/>
1831 <step dir="T" type="HDLC" tag="RR" value="FF C8 76"/>
1832 <step dir="T" type="POSTAMBLE"/>
1833 </possible-step>
1834
1835 <step dir="R" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00"/>
1836 <step dir="R" type="SILENCE"/>
1837
1838 <step type="WAIT" value="75"/>
1839 <step dir="T" type="PREAMBLE" modem="V.21"/>
1840 <step dir="T" type="HDLC" tag="EOR-EOP" value="FF C8 73 74"/>
1841 <step dir="T" type="POSTAMBLE"/>
1842
1843 <step dir="R" type="HDLC" modem="V.21" tag="ERR" value="FF C8 38"/>
1844 <step dir="R" type="SILENCE"/>
1845
1846 <step type="WAIT" value="75"/>
1847 <step dir="T" type="PREAMBLE" modem="V.21"/>
1848 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
1849 <step dir="T" type="POSTAMBLE"/>
1850 </test>
1851 <test name="OREN06">
1852 <!-- Tester calls DUT and sends two 15k byte STAIRSTEP pages. -->
1853 <step type="CALL"/>
1854
1855 <!--<step dir="T" type="CNG"/>-->
1856
1857 <step dir="R" type="CED"/>
1858 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
1859 <step dir="R" type="SILENCE"/>
1860
1861 <step type="WAIT" value="75"/>
1862 <step dir="T" type="PREAMBLE" modem="V.21"/>
1863 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 1F 30"/>
1864 <step dir="T" type="POSTAMBLE"/>
1865 <step type="WAIT" value="75"/>
1866 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
1867
1868 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
1869 <step dir="R" type="SILENCE"/>
1870
1871 <step type="WAIT" value="75"/>
1872 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
1873 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif" crc_error="0"/>
1874 <step dir="T" type="POSTAMBLE"/>
1875 <step type="WAIT" value="75"/>
1876 <step dir="T" type="PREAMBLE" modem="V.21"/>
1877 <step dir="T" type="HDLC" tag="PPS-MPS" value="FF C8 7D 72 00 00 6B"/>
1878 <step dir="T" type="POSTAMBLE"/>
1879
1880 <possible-step>
1881 <step dir="R" type="HDLC" modem="V.21" tag="RNR" value="FF C8 37"/>
1882 <step dir="R" type="SILENCE"/>
1883
1884 <step type="WAIT" value="75"/>
1885 <step dir="T" type="PREAMBLE" modem="V.21"/>
1886 <step dir="T" type="HDLC" tag="RR" value="FF C8 76"/>
1887 <step dir="T" type="POSTAMBLE"/>
1888 </possible-step>
1889
1890 <step dir="R" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 FF FF FF FF FF"/>
1891 <step dir="R" type="SILENCE"/>
1892
1893 <step type="WAIT" value="75"/>
1894 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
1895 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif" crc_error="0"/>
1896 <step dir="T" type="POSTAMBLE"/>
1897 <step type="WAIT" value="75"/>
1898 <step dir="T" type="PREAMBLE" modem="V.21"/>
1899 <step dir="T" type="HDLC" tag="PPS-MPS" value="FF C8 7D 72 00 00 6B"/>
1900 <step dir="T" type="POSTAMBLE"/>
1901
1902 <possible-step>
1903 <step dir="R" type="HDLC" modem="V.21" tag="RNR" value="FF C8 37"/>
1904 <step dir="R" type="SILENCE"/>
1905
1906 <step type="WAIT" value="75"/>
1907 <step dir="T" type="PREAMBLE" modem="V.21"/>
1908 <step dir="T" type="HDLC" tag="RR" value="FF C8 76"/>
1909 <step dir="T" type="POSTAMBLE"/>
1910 </possible-step>
1911
1912 <step dir="R" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 FF FF FF FF FF"/>
1913 <step dir="R" type="SILENCE"/>
1914
1915 <step type="WAIT" value="75"/>
1916 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
1917 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif" crc_error="0"/>
1918 <step dir="T" type="POSTAMBLE"/>
1919 <step type="WAIT" value="75"/>
1920 <step dir="T" type="PREAMBLE" modem="V.21"/>
1921 <step dir="T" type="HDLC" tag="PPS-MPS" value="FF C8 7D 72 00 00 6B"/>
1922 <step dir="T" type="POSTAMBLE"/>
1923
1924 <possible-step>
1925 <step dir="R" type="HDLC" modem="V.21" tag="RNR" value="FF C8 37"/>
1926 <step dir="R" type="SILENCE"/>
1927
1928 <step type="WAIT" value="75"/>
1929 <step dir="T" type="PREAMBLE" modem="V.21"/>
1930 <step dir="T" type="HDLC" tag="RR" value="FF C8 76"/>
1931 <step dir="T" type="POSTAMBLE"/>
1932 </possible-step>
1933
1934 <step dir="R" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 FF FF FF FF FF"/>
1935 <step dir="R" type="SILENCE"/>
1936
1937 <step type="WAIT" value="75"/>
1938 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
1939 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif" crc_error="0"/>
1940 <step dir="T" type="POSTAMBLE"/>
1941 <step type="WAIT" value="75"/>
1942 <step dir="T" type="PREAMBLE" modem="V.21"/>
1943 <step dir="T" type="HDLC" tag="PPS-MPS" value="FF C8 7D 72 00 00 6B"/>
1944 <step dir="T" type="POSTAMBLE"/>
1945
1946 <possible-step>
1947 <step dir="R" type="HDLC" modem="V.21" tag="RNR" value="FF C8 37"/>
1948 <step dir="R" type="SILENCE"/>
1949
1950 <step type="WAIT" value="75"/>
1951 <step dir="T" type="PREAMBLE" modem="V.21"/>
1952 <step dir="T" type="HDLC" tag="RR" value="FF C8 76"/>
1953 <step dir="T" type="POSTAMBLE"/>
1954 </possible-step>
1955
1956 <step dir="R" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 FF FF FF FF FF"/>
1957 <step dir="R" type="SILENCE"/>
1958
1959 <step type="WAIT" value="75"/>
1960 <step dir="T" type="PREAMBLE" modem="V.21"/>
1961 <step dir="T" type="HDLC" tag="EOR-MPS" value="FF C8 73 72"/>
1962 <step dir="T" type="POSTAMBLE"/>
1963
1964 <step dir="R" type="HDLC" modem="V.21" tag="ERR" value="FF C8 38"/>
1965 <step dir="R" type="SILENCE"/>
1966
1967 <step type="WAIT" value="75"/>
1968 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
1969 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif"/>
1970 <step dir="T" type="POSTAMBLE"/>
1971 <step type="WAIT" value="75"/>
1972 <step dir="T" type="PREAMBLE" modem="V.21"/>
1973 <step dir="T" type="HDLC" tag="PPS-EOP" value="FF C8 7D 74 00 00 6B"/>
1974 <step dir="T" type="POSTAMBLE"/>
1975
1976 <possible-step>
1977 <step dir="R" type="HDLC" modem="V.21" tag="RNR" value="FF C8 37"/>
1978 <step dir="R" type="SILENCE"/>
1979
1980 <step type="WAIT" value="75"/>
1981 <step dir="T" type="PREAMBLE" modem="V.21"/>
1982 <step dir="T" type="HDLC" tag="RR" value="FF C8 76"/>
1983 <step dir="T" type="POSTAMBLE"/>
1984 </possible-step>
1985
1986 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
1987 <step dir="R" type="SILENCE"/>
1988
1989 <step type="WAIT" value="75"/>
1990 <step dir="T" type="PREAMBLE" modem="V.21"/>
1991 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
1992 <step dir="T" type="POSTAMBLE"/>
1993 </test>
1994 <test name="OREN07">
1995 <!-- Tester calls DUT and sends one 15k byte STAIRSTEP page. -->
1996 <step type="CALL"/>
1997
1998 <!--<step dir="T" type="CNG"/>-->
1999
2000 <step dir="R" type="CED"/>
2001 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
2002
2003 <step type="WAIT" value="75"/>
2004 <step dir="T" type="PREAMBLE" modem="V.21"/>
2005 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 1F 30"/>
2006 <step dir="T" type="POSTAMBLE"/>
2007 <step type="WAIT" value="75"/>
2008 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
2009
2010 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
2011 <step dir="R" type="SILENCE"/>
2012
2013 <step type="WAIT" value="75"/>
2014 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
2015 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif" crc_error="0"/>
2016 <step dir="T" type="POSTAMBLE"/>
2017 <step type="WAIT" value="75"/>
2018 <step dir="T" type="PREAMBLE" modem="V.21"/>
2019 <step dir="T" type="HDLC" tag="PPS-EOP" value="FF C8 7D 74 00 00 6B"/>
2020 <step dir="T" type="POSTAMBLE"/>
2021
2022 <possible-step>
2023 <step dir="R" type="HDLC" modem="V.21" tag="RNR" value="FF C8 37"/>
2024 <step dir="R" type="SILENCE"/>
2025
2026 <step type="WAIT" value="75"/>
2027 <step dir="T" type="PREAMBLE" modem="V.21"/>
2028 <step dir="T" type="HDLC" tag="RR" value="FF C8 76"/>
2029 <step dir="T" type="POSTAMBLE"/>
2030 </possible-step>
2031
2032 <step dir="R" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 FF FF FF FF FF"/>
2033 <step dir="R" type="SILENCE"/>
2034
2035 <step type="WAIT" value="75"/>
2036 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
2037 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif" crc_error="0"/>
2038 <step dir="T" type="POSTAMBLE"/>
2039 <step type="WAIT" value="75"/>
2040 <step dir="T" type="PREAMBLE" modem="V.21"/>
2041 <step dir="T" type="HDLC" tag="PPS-EOP" value="FF C8 7D 74 00 00 6B"/>
2042 <step dir="T" type="POSTAMBLE"/>
2043
2044 <possible-step>
2045 <step dir="R" type="HDLC" modem="V.21" tag="RNR" value="FF C8 37"/>
2046 <step dir="R" type="SILENCE"/>
2047
2048 <step type="WAIT" value="75"/>
2049 <step dir="T" type="PREAMBLE" modem="V.21"/>
2050 <step dir="T" type="HDLC" tag="RR" value="FF C8 76"/>
2051 <step dir="T" type="POSTAMBLE"/>
2052 </possible-step>
2053
2054 <step dir="R" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 FF FF FF FF FF"/>
2055 <step dir="R" type="SILENCE"/>
2056
2057 <step type="WAIT" value="75"/>
2058 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
2059 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif" crc_error="0"/>
2060 <step dir="T" type="POSTAMBLE"/>
2061 <step type="WAIT" value="75"/>
2062 <step dir="T" type="PREAMBLE" modem="V.21"/>
2063 <step dir="T" type="HDLC" tag="PPS-EOP" value="FF C8 7D 74 00 00 6B"/>
2064 <step dir="T" type="POSTAMBLE"/>
2065
2066 <possible-step>
2067 <step dir="R" type="HDLC" modem="V.21" tag="RNR" value="FF C8 37"/>
2068 <step dir="R" type="SILENCE"/>
2069
2070 <step type="WAIT" value="75"/>
2071 <step dir="T" type="PREAMBLE" modem="V.21"/>
2072 <step dir="T" type="HDLC" tag="RR" value="FF C8 76"/>
2073 <step dir="T" type="POSTAMBLE"/>
2074 </possible-step>
2075
2076 <step dir="R" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 FF FF FF FF FF"/>
2077 <step dir="R" type="SILENCE"/>
2078
2079 <step type="WAIT" value="75"/>
2080 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
2081 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif" crc_error="0"/>
2082 <step dir="T" type="POSTAMBLE"/>
2083 <step type="WAIT" value="75"/>
2084 <step dir="T" type="PREAMBLE" modem="V.21"/>
2085 <step dir="T" type="HDLC" tag="PPS-EOP" value="FF C8 7D 74 00 00 6B"/>
2086 <step dir="T" type="POSTAMBLE"/>
2087
2088 <possible-step>
2089 <step dir="R" type="HDLC" modem="V.21" tag="RNR" value="FF C8 37"/>
2090 <step dir="R" type="SILENCE"/>
2091
2092 <step type="WAIT" value="75"/>
2093 <step dir="T" type="PREAMBLE" modem="V.21"/>
2094 <step dir="T" type="HDLC" tag="RR" value="FF C8 76"/>
2095 <step dir="T" type="POSTAMBLE"/>
2096 </possible-step>
2097
2098 <step dir="R" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 FF FF FF FF FF"/>
2099 <step dir="R" type="SILENCE"/>
2100
2101 <step type="WAIT" value="75"/>
2102 <step dir="T" type="PREAMBLE" modem="V.21"/>
2103 <step dir="T" type="HDLC" tag="EOR-EOP" value="FF C8 73 74"/>
2104 <step dir="T" type="POSTAMBLE"/>
2105
2106 <step dir="R" type="HDLC" modem="V.21" tag="ERR" value="FF C8 38"/>
2107 <step dir="R" type="SILENCE"/>
2108
2109 <step type="WAIT" value="75"/>
2110 <step dir="T" type="PREAMBLE" modem="V.21"/>
2111 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
2112 <step dir="T" type="POSTAMBLE"/>
2113 </test>
2114 <test name="OREN08">
2115 <!-- Tester calls DUT and sends two 15k byte STAIRSTEP pages. -->
2116 <step type="CALL"/>
2117
2118 <!--<step dir="T" type="CNG"/>-->
2119
2120 <step dir="R" type="CED"/>
2121 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
2122 <step dir="R" type="SILENCE"/>
2123
2124 <step type="WAIT" value="75"/>
2125 <step dir="T" type="PREAMBLE" modem="V.21"/>
2126 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 1F 30"/>
2127 <step dir="T" type="POSTAMBLE"/>
2128 <step type="WAIT" value="75"/>
2129 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
2130
2131 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
2132 <step dir="R" type="SILENCE"/>
2133
2134 <step type="WAIT" value="75"/>
2135 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
2136 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif"/>
2137 <step dir="T" type="POSTAMBLE"/>
2138 <step type="WAIT" value="75"/>
2139 <step dir="T" type="PREAMBLE" modem="V.21"/>
2140 <step dir="T" type="HDLC" tag="PPS-MPS" value="FF C8 7D 72 00 00 6B"/>
2141 <step dir="T" type="POSTAMBLE"/>
2142
2143 <possible-step>
2144 <step dir="R" type="HDLC" modem="V.21" tag="RNR" value="FF C8 37"/>
2145 <step dir="R" type="SILENCE"/>
2146
2147 <step type="WAIT" value="75"/>
2148 <step dir="T" type="PREAMBLE" modem="V.21"/>
2149 <step dir="T" type="HDLC" tag="RR" value="FF C8 76"/>
2150 <step dir="T" type="POSTAMBLE"/>
2151 </possible-step>
2152
2153 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
2154 <step dir="R" type="SILENCE"/>
2155
2156 <step type="WAIT" value="75"/>
2157 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
2158 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif"/>
2159 <step dir="T" type="POSTAMBLE"/>
2160 <step type="WAIT" value="75"/>
2161 <step dir="T" type="PREAMBLE" modem="V.21"/>
2162 <step dir="T" type="HDLC" tag="PPS-EOP" value="FF C8 7D 74 80 00 6B"/>
2163 <step dir="T" type="POSTAMBLE"/>
2164
2165 <possible-step>
2166 <step dir="R" type="HDLC" modem="V.21" tag="RNR" value="FF C8 37"/>
2167 <step dir="R" type="SILENCE"/>
2168
2169 <step type="WAIT" value="75"/>
2170 <step dir="T" type="PREAMBLE" modem="V.21"/>
2171 <step dir="T" type="HDLC" tag="RR" value="FF C8 76"/>
2172 <step dir="T" type="POSTAMBLE"/>
2173 </possible-step>
2174
2175 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
2176 <step dir="R" type="SILENCE"/>
2177
2178 <step type="WAIT" value="75"/>
2179 <step dir="T" type="PREAMBLE" modem="V.21"/>
2180 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
2181 <step dir="T" type="POSTAMBLE"/>
2182 </test>
2183 <test name="OREN09">
2184 <!-- Tester calls DUT and sends one 64k byte STAIRSTEP page and one 63k byte STAIRSTEP page. -->
2185 <step type="CALL"/>
2186
2187 <!--<step dir="T" type="CNG"/>-->
2188
2189 <step dir="R" type="CED"/>
2190 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
2191 <step dir="R" type="SILENCE"/>
2192
2193 <step type="WAIT" value="75"/>
2194 <step dir="T" type="PREAMBLE" modem="V.21"/>
2195 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 0F 20"/>
2196 <step dir="T" type="POSTAMBLE"/>
2197 <step type="WAIT" value="75"/>
2198 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
2199
2200 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
2201 <step dir="R" type="SILENCE"/>
2202
2203 <step type="WAIT" value="75"/>
2204 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
2205 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif" min_bits="303" frame_size="256"/>
2206 <step dir="T" type="POSTAMBLE"/>
2207 <step type="WAIT" value="75"/>
2208 <step dir="T" type="PREAMBLE" modem="V.21"/>
2209 <step dir="T" type="HDLC" tag="PPS-MPS" value="FF C8 7D 72 00 00 FF"/>
2210 <step dir="T" type="POSTAMBLE"/>
2211
2212 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
2213 <step dir="R" type="SILENCE"/>
2214
2215 <step type="WAIT" value="75"/>
2216 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
2217 <step dir="T" type="PP" value="etsi_300_242_a4_stairstep.tif" min_bits="293" frame_size="256"/>
2218 <step dir="T" type="POSTAMBLE"/>
2219 <step type="WAIT" value="75"/>
2220 <step dir="T" type="PREAMBLE" modem="V.21"/>
2221 <step dir="T" type="HDLC" tag="PPS-EOP" value="FF C8 7D 74 00 00 EF"/>
2222 <step dir="T" type="POSTAMBLE"/>
2223
2224 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
2225 <step dir="R" type="SILENCE"/>
2226
2227 <step type="WAIT" value="75"/>
2228 <step dir="T" type="PREAMBLE" modem="V.21"/>
2229 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
2230 <step dir="T" type="POSTAMBLE"/>
2231 </test>
2232 <test name="OREN10">
2233 <!-- Tester calls DUT and sends 1 IMPRESS page. -->
2234 <step type="CALL"/>
2235
2236 <!--<step dir="T" type="CNG"/>-->
2237
2238 <step dir="R" type="CED"/>
2239 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
2240 <step dir="R" type="SILENCE"/>
2241
2242 <step type="WAIT" value="75"/>
2243 <step dir="T" type="PREAMBLE" modem="V.21"/>
2244 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 0F 22"/>
2245 <step dir="T" type="POSTAMBLE"/>
2246 <step type="WAIT" value="75"/>
2247 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
2248
2249 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
2250 <step dir="R" type="SILENCE"/>
2251
2252 <step type="WAIT" value="75"/>
2253 <step dir="T" type="PREAMBLE" modem="V.27ter/4800"/>
2254 <step dir="T" type="PP" value="etsi_300_242_a4_impress.tif" frame_size="256" compression="T.6"/>
2255 <step dir="T" type="POSTAMBLE"/>
2256 <step type="WAIT" value="75"/>
2257 <step dir="T" type="PREAMBLE" modem="V.21"/>
2258 <step dir="T" type="HDLC" tag="PPS-EOP" value="FF C8 7D 74 00 00 D2"/>
2259 <step dir="T" type="POSTAMBLE"/>
2260
2261 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
2262 <step dir="R" type="SILENCE"/>
2263
2264 <step type="WAIT" value="75"/>
2265 <step dir="T" type="PREAMBLE" modem="V.21"/>
2266 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
2267 <step dir="T" type="POSTAMBLE"/>
2268 </test>
2269 </test-group>
2270 <test-group name="Annex D - Exception receive test procedures">
2271 <test name="MRGX01">
2272 <!-- Tester calls DUT -->
2273 <step type="CALL"/>
2274
2275 <step dir="R" type="CED"/>
2276 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
2277 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
2278 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
2279 <step dir="R" type="HDLC" modem="V.21" tag="DCN" value="FF C8 5F"/>
2280 </test>
2281 <test name="MRGX02">
2282 <!-- Tester calls DUT -->
2283 <step type="CALL"/>
2284
2285 <step dir="R" type="CED"/>
2286 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
2287 <step dir="R" type="SILENCE"/>
2288
2289 <step type="WAIT" value="75"/>
2290 <step dir="T" type="PREAMBLE" modem="V.21"/>
2291 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
2292 <step dir="T" type="POSTAMBLE"/>
2293 </test>
2294 <test name="MRGX03">
2295 <!-- Tester calls DUT -->
2296 <step type="CALL"/>
2297
2298 <step dir="R" type="CED"/>
2299 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
2300 <step dir="R" type="SILENCE"/>
2301
2302 <step type="WAIT" value="75"/>
2303 <step dir="T" type="PREAMBLE" modem="V.21"/>
2304 <step dir="T" type="HDLC" tag="DCS+" value="FF C8 C1 00 50 00"/>
2305 <step dir="T" type="POSTAMBLE"/>
2306 <step type="WAIT" value="75"/>
2307 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
2308
2309 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
2310 <step dir="R" type="SILENCE"/>
2311
2312 <step type="WAIT" value="75"/>
2313 <step dir="T" type="PREAMBLE" modem="V.21"/>
2314 <step dir="T" type="HDLC" tag="DCS+" value="FF C8 C1 00 50 00"/>
2315 <step dir="T" type="POSTAMBLE"/>
2316 <step type="WAIT" value="75"/>
2317 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
2318
2319 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
2320 <step dir="R" type="SILENCE"/>
2321
2322 <step type="WAIT" value="75"/>
2323 <step dir="T" type="PREAMBLE" modem="V.21"/>
2324 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
2325 <step dir="T" type="POSTAMBLE"/>
2326 </test>
2327 <test name="MRGX04">
2328 <!-- Tester calls DUT -->
2329 <step type="CALL"/>
2330
2331 <step dir="R" type="CED"/>
2332 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
2333 <step dir="R" type="SILENCE"/>
2334
2335 <step type="WAIT" value="75"/>
2336 <step dir="T" type="PREAMBLE" modem="V.21"/>
2337 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
2338 <step dir="T" type="POSTAMBLE"/>
2339 <step type="WAIT" value="75"/>
2340 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
2341
2342 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
2343 <step dir="R" type="SILENCE"/>
2344
2345 <step type="WAIT" value="75"/>
2346 <step dir="T" type="PREAMBLE" modem="V.21"/>
2347 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
2348 <step dir="T" type="POSTAMBLE"/>
2349 <step type="WAIT" value="75"/>
2350 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
2351 </test>
2352 <test name="MRGX05">
2353 <!-- Tester calls DUT -->
2354 <step type="CALL"/>
2355
2356 <step dir="R" type="CED"/>
2357 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
2358 <step dir="R" type="SILENCE"/>
2359
2360 <step type="WAIT" value="75"/>
2361 <step dir="T" type="PREAMBLE" modem="V.21"/>
2362 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
2363 <step dir="T" type="POSTAMBLE"/>
2364 <step type="WAIT" value="75"/>
2365 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
2366
2367 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
2368 <step dir="R" type="SILENCE"/>
2369
2370 <step type="WAIT" value="75"/>
2371 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
2372 <step type="WAIT" value="75"/>
2373 <step dir="T" type="PREAMBLE" modem="V.21"/>
2374 <step dir="T" type="HDLC" tag="MPS" value="FF C8 72"/>
2375 <step dir="T" type="POSTAMBLE"/>
2376
2377 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
2378 <step dir="R" type="SILENCE"/>
2379
2380 <step type="WAIT" value="3000"/>
2381 <step dir="T" type="PREAMBLE" modem="V.21"/>
2382 <step dir="T" type="HDLC" tag="MPS" value="FF C8 72"/>
2383 <step dir="T" type="POSTAMBLE"/>
2384
2385 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
2386 <step dir="R" type="SILENCE"/>
2387 </test>
2388 <test name="MRGX06">
2389 <!-- Tester calls DUT -->
2390 <step type="CALL"/>
2391
2392 <step dir="R" type="CED"/>
2393 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
2394 <step dir="R" type="SILENCE"/>
2395
2396 <step type="WAIT" value="75"/>
2397 <step dir="T" type="PREAMBLE" modem="V.21"/>
2398 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
2399 <step dir="T" type="POSTAMBLE"/>
2400 <step type="WAIT" value="75"/>
2401 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
2402
2403 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
2404 <step dir="R" type="SILENCE"/>
2405
2406 <step type="WAIT" value="75"/>
2407 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
2408 <step type="WAIT" value="75"/>
2409 <step dir="T" type="PREAMBLE" modem="V.21"/>
2410 <step dir="T" type="HDLC" tag="MPS" value="FF C8 72"/>
2411 <step dir="T" type="POSTAMBLE"/>
2412
2413 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
2414 <step dir="R" type="SILENCE"/>
2415
2416 <step type="WAIT" value="75"/>
2417 <step dir="T" type="PREAMBLE" modem="V.21"/>
2418 <step dir="T" type="HDLC" tag="MPS" value="FF C8 72"/>
2419 <step dir="T" type="POSTAMBLE"/>
2420 </test>
2421 <test name="MRGX07">
2422 <!-- Tester calls DUT -->
2423 <step type="CALL"/>
2424
2425 <step dir="R" type="CED"/>
2426 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
2427 <step dir="R" type="SILENCE"/>
2428
2429 <step type="WAIT" value="75"/>
2430 <step dir="T" type="PREAMBLE" modem="V.21"/>
2431 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
2432 <step dir="T" type="POSTAMBLE"/>
2433 <step type="WAIT" value="75"/>
2434 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
2435
2436 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
2437 <step dir="R" type="SILENCE"/>
2438
2439 <step type="WAIT" value="75"/>
2440 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
2441 <step type="WAIT" value="75"/>
2442 <step dir="T" type="PREAMBLE" modem="V.21"/>
2443 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
2444 <step dir="T" type="POSTAMBLE"/>
2445
2446 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
2447 <step dir="R" type="SILENCE"/>
2448
2449 <step type="WAIT" value="75"/>
2450 <step dir="T" type="PREAMBLE" modem="V.21"/>
2451 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
2452 <step dir="T" type="POSTAMBLE"/>
2453 </test>
2454 <test name="MRGX08">
2455 <!-- Tester calls DUT -->
2456 <step type="CALL"/>
2457
2458 <step dir="R" type="CED"/>
2459 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
2460 <step dir="R" type="SILENCE"/>
2461
2462 <step type="WAIT" value="75"/>
2463 <step dir="T" type="PREAMBLE" modem="V.21"/>
2464 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
2465 <step dir="T" type="POSTAMBLE"/>
2466 <step type="WAIT" value="75"/>
2467 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
2468
2469 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
2470 <step dir="R" type="SILENCE"/>
2471
2472 <step type="WAIT" value="75"/>
2473 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
2474 <step type="WAIT" value="75"/>
2475 <step dir="T" type="PREAMBLE" modem="V.21"/>
2476 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
2477 <step dir="T" type="POSTAMBLE"/>
2478
2479 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
2480 <step dir="R" type="SILENCE"/>
2481
2482 <step type="WAIT" value="75"/>
2483 <step dir="T" type="PREAMBLE" modem="V.21"/>
2484 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
2485 <step dir="T" type="POSTAMBLE"/>
2486 </test>
2487 <test name="MRGX09">
2488 <!-- Tester calls DUT -->
2489 <step type="CALL"/>
2490
2491 <step dir="R" type="CED"/>
2492 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
2493 <step dir="R" type="SILENCE"/>
2494
2495 <step type="WAIT" value="75"/>
2496 <!-- UNKNOWN_BCS_2 -->
2497 <step dir="T" type="PREAMBLE" modem="V.21" value="37"/>
2498 <step dir="T" type="HDLC" tag="GARBAGE" value="FF C8 00"/>
2499 <step dir="T" type="POSTAMBLE"/>
2500
2501 <step dir="T" type="PREAMBLE" modem="V.21"/>
2502 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
2503 <step dir="T" type="POSTAMBLE"/>
2504 <step type="WAIT" value="75"/>
2505 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
2506
2507 <step type="WAIT" value="75"/>
2508 <step dir="T" type="PREAMBLE" modem="V.21"/>
2509 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
2510 <step dir="T" type="POSTAMBLE"/>
2511 <step type="WAIT" value="75"/>
2512 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
2513
2514 <step type="WAIT" value="75"/>
2515 <step dir="T" type="PREAMBLE" modem="V.21"/>
2516 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
2517 <step dir="T" type="POSTAMBLE"/>
2518 <step type="WAIT" value="75"/>
2519 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
2520
2521 <step type="WAIT" value="75"/>
2522 <step dir="T" type="PREAMBLE" modem="V.21"/>
2523 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
2524 <step dir="T" type="POSTAMBLE"/>
2525 </test>
2526 <test name="MRGX10">
2527 <!-- Tester calls DUT -->
2528 <step type="CALL"/>
2529
2530 <step dir="R" type="CED"/>
2531 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
2532 <step dir="R" type="SILENCE"/>
2533
2534 <step type="WAIT" value="75"/>
2535 <!-- UNKNOWN_BCS_3 -->
2536 <step dir="T" type="PREAMBLE" modem="V.21" value="37"/>
2537 <step dir="T" type="HDLC" tag="GARBAGE" value="A2 02 B5 C9 7E 67"/>
2538
2539 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
2540 <step dir="R" type="SILENCE"/>
2541
2542 <step type="WAIT" value="75"/>
2543 <!-- UNKNOWN_BCS_1 -->
2544 <step dir="T" type="PREAMBLE" modem="V.21" value="37"/>
2545 <step dir="T" type="HDLC" tag="GARBAGE" value="FF C0 00"/>
2546 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
2547 <step dir="T" type="POSTAMBLE"/>
2548 <step type="WAIT" value="75"/>
2549 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
2550
2551 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
2552 <step dir="R" type="SILENCE"/>
2553
2554 <step type="WAIT" value="75"/>
2555 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
2556 <step type="WAIT" value="75"/>
2557 <step dir="T" type="PREAMBLE" modem="V.21"/>
2558 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
2559 <step dir="T" type="POSTAMBLE"/>
2560
2561 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
2562 <step dir="R" type="SILENCE"/>
2563
2564 <step type="WAIT" value="75"/>
2565 <step dir="T" type="PREAMBLE" modem="V.21"/>
2566 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
2567 <step dir="T" type="POSTAMBLE"/>
2568 </test>
2569 <test name="MRGX11">
2570 <!-- Tester calls DUT -->
2571 <step type="CALL"/>
2572
2573 <step dir="R" type="CED"/>
2574 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
2575 <step dir="R" type="SILENCE"/>
2576
2577 <step type="WAIT" value="75"/>
2578 <!-- UNKNOWN_BCS_4 -->
2579 <step dir="T" type="PREAMBLE" modem="V.21" value="43"/>
2580
2581 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
2582 <step dir="R" type="SILENCE"/>
2583
2584 <step type="WAIT" value="75"/>
2585 <step dir="T" type="PREAMBLE" modem="V.21"/>
2586 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
2587 <step dir="T" type="POSTAMBLE"/>
2588 <step type="WAIT" value="75"/>
2589 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
2590
2591 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
2592 <step dir="R" type="SILENCE"/>
2593
2594 <step type="WAIT" value="75"/>
2595 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
2596 <step type="WAIT" value="75"/>
2597 <step dir="T" type="PREAMBLE" modem="V.21"/>
2598 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
2599 <step dir="T" type="POSTAMBLE"/>
2600
2601 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
2602 <step dir="R" type="SILENCE"/>
2603
2604 <step type="WAIT" value="75"/>
2605 <step dir="T" type="PREAMBLE" modem="V.21"/>
2606 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
2607 <step dir="T" type="POSTAMBLE"/>
2608 </test>
2609 <test name="MRGX12">
2610 <!-- Tester calls DUT -->
2611 <step type="CALL"/>
2612
2613 <step dir="R" type="CED"/>
2614 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
2615 <step dir="R" type="SILENCE"/>
2616
2617 <step type="WAIT" value="75"/>
2618 <step dir="T" type="PREAMBLE" modem="V.21"/>
2619 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
2620 <step dir="T" type="POSTAMBLE"/>
2621 <step type="WAIT" value="75"/>
2622 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
2623
2624 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
2625 <step dir="R" type="SILENCE"/>
2626
2627 <step type="WAIT" value="75"/>
2628 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
2629 <step type="WAIT" value="75"/>
2630 <!-- UNKNOWN_BCS_2 -->
2631 <step dir="T" type="PREAMBLE" modem="V.21" value="37"/>
2632 <step dir="T" type="HDLC" tag="GARBAGE" value="FF C8 00"/>
2633 <step dir="T" type="POSTAMBLE"/>
2634
2635 <step type="WAIT" value="75"/>
2636 <step dir="T" type="PREAMBLE" modem="V.21"/>
2637 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
2638 <step dir="T" type="POSTAMBLE"/>
2639
2640 <step type="WAIT" value="75"/>
2641 <step dir="T" type="PREAMBLE" modem="V.21"/>
2642 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
2643 <step dir="T" type="POSTAMBLE"/>
2644
2645 <step type="WAIT" value="75"/>
2646 <step dir="T" type="PREAMBLE" modem="V.21"/>
2647 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
2648 <step dir="T" type="POSTAMBLE"/>
2649
2650 <step type="WAIT" value="75"/>
2651 <step dir="T" type="PREAMBLE" modem="V.21"/>
2652 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
2653 <step dir="T" type="POSTAMBLE"/>
2654 </test>
2655 <test name="MRGX13">
2656 <!-- Tester calls DUT -->
2657 <step type="CALL"/>
2658
2659 <step dir="R" type="CED"/>
2660 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
2661 <step dir="R" type="SILENCE"/>
2662
2663 <step type="WAIT" value="75"/>
2664 <step dir="T" type="PREAMBLE" modem="V.21"/>
2665 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
2666 <step dir="T" type="POSTAMBLE"/>
2667 <step type="WAIT" value="75"/>
2668 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
2669
2670 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
2671 <step dir="R" type="SILENCE"/>
2672
2673 <step type="WAIT" value="75"/>
2674 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
2675 <step type="WAIT" value="75"/>
2676 <!-- UNKNOWN_BCS_3 -->
2677 <step dir="T" type="PREAMBLE" modem="V.21" value="37"/>
2678 <step dir="T" type="HDLC" tag="GARBAGE" value="A2 02 B5 C9 7E 67"/>
2679 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
2680 <step dir="T" type="POSTAMBLE"/>
2681
2682 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
2683 <step dir="R" type="SILENCE"/>
2684
2685 <step type="WAIT" value="75"/>
2686 <step dir="T" type="PREAMBLE" modem="V.21"/>
2687 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
2688 <step dir="T" type="POSTAMBLE"/>
2689 </test>
2690 <test name="MRGX14">
2691 <!-- Tester calls DUT -->
2692 <step type="CALL"/>
2693
2694 <step dir="R" type="CED"/>
2695 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
2696 <step dir="R" type="SILENCE"/>
2697
2698 <step type="WAIT" value="75"/>
2699 <step dir="T" type="PREAMBLE" modem="V.21"/>
2700 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
2701 <step dir="T" type="POSTAMBLE"/>
2702 <step type="WAIT" value="75"/>
2703 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
2704
2705 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
2706 <step dir="R" type="SILENCE"/>
2707
2708 <step type="WAIT" value="75"/>
2709 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
2710 <step type="WAIT" value="75"/>
2711 <!-- UNKNOWN_BCS_4 -->
2712 <step dir="T" type="PREAMBLE" modem="V.21" value="43"/>
2713 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
2714 <step dir="T" type="POSTAMBLE"/>
2715
2716 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
2717 <step dir="R" type="SILENCE"/>
2718
2719 <step type="WAIT" value="75"/>
2720 <step dir="T" type="PREAMBLE" modem="V.21"/>
2721 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
2722 <step dir="T" type="POSTAMBLE"/>
2723 </test>
2724 <test name="MRGX15">
2725 <!-- Tester calls DUT, and sends 1 WHITE page -->
2726 <step type="CALL"/>
2727
2728 <step dir="R" type="CED"/>
2729 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
2730 <step dir="R" type="SILENCE"/>
2731
2732 <step type="WAIT" value="75"/>
2733 <step dir="T" type="PREAMBLE" modem="V.21"/>
2734 <!-- CALLER_SET_GROUP -->
2735 <step dir="T" type="PREAMBLE" modem="V.21" value="43"/>
2736 <step dir="T" type="HDLC" tag="TSI" value="FF C0 42 9C 1C EC 6C AC 2C CC 4C 8C 0C D4 04 04 04 04 04 04 04 04 04 ..."/>
2737 <step dir="T" type="PREAMBLE" value="29"/>
2738 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 10 01 01 11 01 01 00"/>
2739 <step dir="T" type="POSTAMBLE" value="5"/>
2740
2741 <step type="WAIT" value="75"/>
2742 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
2743
2744 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
2745 <step dir="R" type="SILENCE"/>
2746
2747 <step type="WAIT" value="75"/>
2748 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
2749 <step type="WAIT" value="75"/>
2750 <step dir="T" type="PREAMBLE" modem="V.21"/>
2751 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
2752 <step dir="T" type="POSTAMBLE"/>
2753
2754 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
2755 <step dir="R" type="SILENCE"/>
2756
2757 <step type="WAIT" value="75"/>
2758 <step dir="T" type="PREAMBLE" modem="V.21"/>
2759 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
2760 <step dir="T" type="POSTAMBLE"/>
2761 </test>
2762 </test-group>
2763 <test-group name="Annex E - Polling receive test procedures">
2764 <test name="MTGP01">
2765 <!-- DUT is set up for polling reception. DUT calls tester. -->
2766 <step type="ANSWER"/>
2767 <step dir="T" type="SET" tag="RXFILE"/>
2768
2769 <step dir="R" type="CNG"/>
2770
2771 <step dir="T" type="CED"/>
2772 <step type="WAIT" value="75"/>
2773 <step dir="T" type="PREAMBLE" modem="V.21"/>
2774 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 40 10"/>
2775 <step dir="T" type="POSTAMBLE"/>
2776
2777 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
2778 <step dir="R" type="SILENCE"/>
2779 </test>
2780 <test name="MTGP02">
2781 <!-- DUT is set up for polling reception. DUT calls tester. Tester sends 2 WHITE pages. -->
2782 <step type="ANSWER"/>
2783 <step dir="T" type="SET" tag="RXFILE"/>
2784 <step dir="T" type="SET" tag="IDENT" value="+0123456789"/>
2785
2786 <step dir="R" type="CNG"/>
2787
2788 <step dir="T" type="CED"/>
2789 <step type="WAIT" value="75"/>
2790 <step dir="T" type="PREAMBLE" modem="V.21"/>
2791 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 80 10"/>
2792 <step dir="T" type="POSTAMBLE"/>
2793
2794 <step dir="R" type="HDLC" modem="V.21" tag="NSC" value="FF C0 84 ..."/>
2795 <step dir="R" type="HDLC" tag="CIG" value="FF C0 82 9C 1C EC 6C AC 2C CC 4C 8C 0C D4 04 04 04 04 04 04 04 04 04"/>
2796 <step dir="R" type="HDLC" tag="DTC" value="FF C8 81 ..."/>
2797 <step dir="R" type="SILENCE"/>
2798
2799 <step type="WAIT" value="75"/>
2800 <step dir="T" type="PREAMBLE" modem="V.21"/>
2801 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 00 00"/>
2802 <step dir="T" type="POSTAMBLE"/>
2803 <step type="WAIT" value="75"/>
2804 <step dir="T" type="TCF" modem="V.27ter/2400" value="900"/>
2805
2806 <step dir="R" type="HDLC" modem="V.21" tag="CFR+" value="FF C8 A1"/>
2807 <step dir="R" type="SILENCE"/>
2808
2809 <step type="WAIT" value="75"/>
2810 <step dir="T" type="MSG" modem="V.27ter/2400" value="etsi_300_242_a4_white.tif"/>
2811 <step type="WAIT" value="75"/>
2812 <step dir="T" type="PREAMBLE" modem="V.21"/>
2813 <step dir="T" type="HDLC" tag="MPS" value="FF C8 72"/>
2814 <step dir="T" type="POSTAMBLE"/>
2815
2816 <step dir="R" type="HDLC" modem="V.21" tag="MCF+" value="FF C8 B1"/>
2817 <step dir="R" type="SILENCE"/>
2818
2819 <step type="WAIT" value="75"/>
2820 <step dir="T" type="MSG" modem="V.27ter/2400" value="etsi_300_242_a4_white.tif"/>
2821 <step type="WAIT" value="75"/>
2822 <step dir="T" type="PREAMBLE" modem="V.21"/>
2823 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
2824 <step dir="T" type="POSTAMBLE"/>
2825
2826 <step dir="R" type="HDLC" modem="V.21" tag="MCF+" value="FF C8 B1"/>
2827 <step dir="R" type="SILENCE"/>
2828
2829 <step type="WAIT" value="75"/>
2830 <step dir="T" type="PREAMBLE" modem="V.21"/>
2831 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
2832 <step dir="T" type="POSTAMBLE"/>
2833 </test>
2834 <test name="OTGP03">
2835 <!-- DUT is set up for polling reception using a correct password. DUT calls tester. Tester sends 2 WHITE pages. -->
2836 <step type="ANSWER"/>
2837 <step dir="T" type="SET" tag="RXFILE"/>
2838 <step dir="T" type="SET" tag="IDENT" value="+0123456789"/>
2839 <step dir="T" type="SET" tag="PWD" value="+9876543210"/>
2840
2841 <step dir="R" type="CNG"/>
2842
2843 <step dir="T" type="CED"/>
2844 <step type="WAIT" value="75"/>
2845 <step dir="T" type="PREAMBLE" modem="V.21"/>
2846 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 80 11 01 01 01 40"/>
2847 <step dir="T" type="POSTAMBLE"/>
2848
2849 <step dir="R" type="HDLC" modem="V.21" tag="NSC" value="FF C0 84 ..."/>
2850 <step dir="R" type="HDLC" modem="V.21" tag="CIG" value="FF C0 82 9C 1C EC 6C AC 2C CC 4C 8C 0C D4 04 04 04 04 04 04 04 04 04"/>
2851 <step dir="R" type="HDLC" modem="V.21" tag="PWD" value="FF C0 83 0C 8C 4C CC 2C AC 6C EC 1C 9C D4 04 04 04 04 04 04 04 04 04"/>
2852 <step dir="R" type="HDLC" tag="DTC" value="FF C8 81 ..."/>
2853 <step dir="R" type="SILENCE"/>
2854
2855 <step type="WAIT" value="75"/>
2856 <step dir="T" type="PREAMBLE" modem="V.21"/>
2857 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 00 00"/>
2858 <step dir="T" type="POSTAMBLE"/>
2859 <step type="WAIT" value="75"/>
2860 <step dir="T" type="TCF" modem="V.27ter/2400" value="900"/>
2861
2862 <step dir="R" type="HDLC" modem="V.21" tag="CFR+" value="FF C8 A1"/>
2863 <step dir="R" type="SILENCE"/>
2864
2865 <step type="WAIT" value="75"/>
2866 <step dir="T" type="MSG" modem="V.27ter/2400" value="etsi_300_242_a4_white.tif"/>
2867 <step type="WAIT" value="75"/>
2868 <step dir="T" type="PREAMBLE" modem="V.21"/>
2869 <step dir="T" type="HDLC" tag="MPS" value="FF C8 72"/>
2870 <step dir="T" type="POSTAMBLE"/>
2871
2872 <step dir="R" type="HDLC" modem="V.21" tag="MCF+" value="FF C8 B1"/>
2873 <step dir="R" type="SILENCE"/>
2874
2875 <step type="WAIT" value="75"/>
2876 <step dir="T" type="MSG" modem="V.27ter/2400" value="etsi_300_242_a4_white.tif"/>
2877 <step type="WAIT" value="75"/>
2878 <step dir="T" type="PREAMBLE" modem="V.21"/>
2879 <step dir="T" type="HDLC" tag="EOP" value="FF C8 74"/>
2880 <step dir="T" type="POSTAMBLE"/>
2881
2882 <step dir="R" type="HDLC" modem="V.21" tag="MCF+" value="FF C8 B1"/>
2883 <step dir="R" type="SILENCE"/>
2884
2885 <step type="WAIT" value="75"/>
2886 <step dir="T" type="PREAMBLE" modem="V.21"/>
2887 <step dir="T" type="HDLC" tag="DCN+" value="FF C8 DF"/>
2888 <step dir="T" type="POSTAMBLE"/>
2889 </test>
2890 </test-group>
2891 <test-group name="Annex F - Transmit test procedures">
2892 <test name="MTGN01">
2893 <!-- DUT calls tester and sends 1 IMPRESS and 1 WHITE page. DUT should send CNG and TSI. -->
2894 <step type="ANSWER" value="etsi_300_242_a4_impress_white.tif"/>
2895 <step dir="T" type="SET" tag="IDENT" value="+0123456789"/>
2896
2897 <step dir="R" type="CNG"/>
2898
2899 <step dir="T" type="CED"/>
2900 <step type="WAIT" value="75"/>
2901 <step dir="T" type="PREAMBLE" modem="V.21"/>
2902 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
2903 <step dir="T" type="POSTAMBLE"/>
2904
2905 <step dir="R" type="HDLC" modem="V.21" tag="TSI+" value="FF C0 C2 9C 1C EC 6C AC 2C CC 4C 8C 0C D4 04 04 04 04 04 04 04 04 04 ..."/>
2906 <step dir="R" type="HDLC" tag="DCS+" value="FF C8 C1 ..."/>
2907 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
2908
2909 <step type="WAIT" value="75"/>
2910 <step dir="T" type="PREAMBLE" modem="V.21"/>
2911 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
2912 <step dir="T" type="POSTAMBLE"/>
2913
2914 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="180000"/>
2915 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
2916
2917 <step type="WAIT" value="75"/>
2918 <step dir="T" type="PREAMBLE" modem="V.21"/>
2919 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
2920 <step dir="T" type="POSTAMBLE"/>
2921
2922 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
2923 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
2924
2925 <step type="WAIT" value="75"/>
2926 <step dir="T" type="PREAMBLE" modem="V.21"/>
2927 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
2928 <step dir="T" type="POSTAMBLE"/>
2929
2930 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
2931 </test>
2932 <test name="MTGN02">
2933 <!-- The DUT is first set up to attempt this transmission using R8x7.7 l/mm. DUT calls tester
2934 and sends 1 WHITE page. -->
2935 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
2936 <step dir="T" type="SET" tag="IDENT" value="+0123456789"/>
2937
2938 <step dir="R" type="CNG"/>
2939
2940 <step dir="T" type="CED"/>
2941 <step type="WAIT" value="75"/>
2942 <step dir="T" type="PREAMBLE" modem="V.21"/>
2943 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
2944 <step dir="T" type="POSTAMBLE"/>
2945
2946 <step dir="R" type="HDLC" modem="V.21" tag="TSI+" value="FF C0 C2 9C 1C EC 6C AC 2C CC 4C 8C 0C D4 04 04 04 04 04 04 04 04 04 ..."/>
2947 <step dir="R" type="HDLC" tag="DCS+" value="FF C8 C1 00 50 00"/>
2948 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
2949
2950 <step type="WAIT" value="75"/>
2951 <step dir="T" type="PREAMBLE" modem="V.21"/>
2952 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
2953 <step dir="T" type="POSTAMBLE"/>
2954
2955 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
2956 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
2957
2958 <step type="WAIT" value="75"/>
2959 <step dir="T" type="PREAMBLE" modem="V.21"/>
2960 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
2961 <step dir="T" type="POSTAMBLE"/>
2962
2963 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
2964 </test>
2965 <test name="MTGN03">
2966 <!-- DUT calls tester and sends 1 WHITE page. -->
2967 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
2968
2969 <step dir="R" type="CNG"/>
2970
2971 <step dir="T" type="CED"/>
2972 <step type="WAIT" value="75"/>
2973 <step dir="T" type="PREAMBLE" modem="V.21"/>
2974 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
2975 <step dir="T" type="POSTAMBLE"/>
2976
2977 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 00 50 00"/>
2978 <step dir="R" type="TCF" modem="V.27ter/4800"/>
2979
2980 <step type="WAIT" value="75"/>
2981 <step dir="T" type="PREAMBLE" modem="V.21"/>
2982 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
2983 <step dir="T" type="POSTAMBLE"/>
2984
2985 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
2986 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
2987
2988 <step type="WAIT" value="75"/>
2989 <step dir="T" type="PREAMBLE" modem="V.21"/>
2990 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
2991 <step dir="T" type="POSTAMBLE"/>
2992
2993 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
2994 </test>
2995 <test name="MTGN04">
2996 <!-- DUT calls tester and sends 1 WHITE page. -->
2997 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
2998
2999 <step dir="R" type="CNG"/>
3000
3001 <step dir="T" type="CED"/>
3002 <step type="WAIT" value="75"/>
3003 <step dir="T" type="PREAMBLE" modem="V.21"/>
3004 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 20"/>
3005 <step dir="T" type="POSTAMBLE"/>
3006
3007 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
3008 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
3009
3010 <step type="WAIT" value="75"/>
3011 <step dir="T" type="PREAMBLE" modem="V.21"/>
3012 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
3013 <step dir="T" type="POSTAMBLE"/>
3014
3015 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
3016 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
3017
3018 <step type="WAIT" value="75"/>
3019 <step dir="T" type="PREAMBLE" modem="V.21"/>
3020 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
3021 <step dir="T" type="POSTAMBLE"/>
3022
3023 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
3024 </test>
3025 <test name="MTGN05">
3026 <!-- DUT calls tester and sends 1 WHITE page. -->
3027 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
3028
3029 <step dir="R" type="CNG"/>
3030
3031 <step dir="T" type="CED"/>
3032 <step type="WAIT" value="75"/>
3033 <step dir="T" type="PREAMBLE" modem="V.21"/>
3034 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 02"/>
3035 <step dir="T" type="POSTAMBLE"/>
3036
3037 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
3038 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="10000"/>
3039
3040 <step type="WAIT" value="75"/>
3041 <step dir="T" type="PREAMBLE" modem="V.21"/>
3042 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
3043 <step dir="T" type="POSTAMBLE"/>
3044
3045 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
3046 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
3047
3048 <step type="WAIT" value="75"/>
3049 <step dir="T" type="PREAMBLE" modem="V.21"/>
3050 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
3051 <step dir="T" type="POSTAMBLE"/>
3052
3053 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
3054 </test>
3055 <test name="MTGN06">
3056 <!-- The DUT is configured to attempt this transmission using ECM. DUT calls tester
3057 and sends 1 WHITE page. -->
3058 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
3059
3060 <step dir="R" type="CNG"/>
3061
3062 <step dir="T" type="CED"/>
3063 <step type="WAIT" value="75"/>
3064 <step dir="T" type="PREAMBLE" modem="V.21"/>
3065 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
3066 <step dir="T" type="POSTAMBLE"/>
3067
3068 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 00 50 00"/>
3069 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
3070
3071 <step type="WAIT" value="75"/>
3072 <step dir="T" type="PREAMBLE" modem="V.21"/>
3073 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
3074 <step dir="T" type="POSTAMBLE"/>
3075
3076 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
3077 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
3078
3079 <step type="WAIT" value="75"/>
3080 <step dir="T" type="PREAMBLE" modem="V.21"/>
3081 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
3082 <step dir="T" type="POSTAMBLE"/>
3083
3084 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
3085 </test>
3086 <test name="MTGN07">
3087 <!-- DUT calls tester and sends 1 WHITE page. -->
3088 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
3089
3090 <step dir="R" type="CNG"/>
3091
3092 <step dir="T" type="CED"/>
3093 <step type="WAIT" value="75"/>
3094 <step dir="T" type="PREAMBLE" modem="V.21"/>
3095 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 00 00"/>
3096 <step dir="T" type="POSTAMBLE"/>
3097
3098 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
3099 </test>
3100 <test name="MTGN08">
3101 <!-- DUT calls tester and sends 2 WHITE pages. -->
3102 <step type="ANSWER" value="etsi_300_242_a4_white_2p.tif"/>
3103
3104 <step dir="R" type="CNG"/>
3105
3106 <step dir="T" type="CED"/>
3107 <step type="WAIT" value="75"/>
3108 <step dir="T" type="PREAMBLE" modem="V.21"/>
3109 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
3110 <step dir="T" type="POSTAMBLE"/>
3111
3112 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 00 50 00"/>
3113 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
3114
3115 <step type="WAIT" value="75"/>
3116 <step dir="T" type="PREAMBLE" modem="V.21"/>
3117 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
3118 <step dir="T" type="POSTAMBLE"/>
3119
3120 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
3121 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
3122
3123 <step type="WAIT" value="75"/>
3124 <step dir="T" type="PREAMBLE" modem="V.21"/>
3125 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
3126 <step dir="T" type="POSTAMBLE"/>
3127
3128 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
3129 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
3130
3131 <step type="WAIT" value="75"/>
3132 <step dir="T" type="PREAMBLE" modem="V.21"/>
3133 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
3134 <step dir="T" type="POSTAMBLE"/>
3135
3136 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
3137 </test>
3138 <test name="MTGN09">
3139 <!-- DUT calls tester and sends 1 WHITE page. -->
3140 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
3141
3142 <step dir="R" type="CNG"/>
3143
3144 <step dir="T" type="CED"/>
3145 <step type="WAIT" value="75"/>
3146 <step dir="T" type="PREAMBLE" modem="V.21"/>
3147 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
3148 <step dir="T" type="POSTAMBLE"/>
3149
3150 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 00 50 00"/>
3151 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
3152
3153 <step type="WAIT" value="75"/>
3154 <step dir="T" type="PREAMBLE" modem="V.21"/>
3155 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
3156 <step dir="T" type="POSTAMBLE"/>
3157
3158 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 00 50 00"/>
3159 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
3160
3161 <step type="WAIT" value="75"/>
3162 <step dir="T" type="PREAMBLE" modem="V.21"/>
3163 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
3164 <step dir="T" type="POSTAMBLE"/>
3165
3166 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
3167 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
3168
3169 <step type="WAIT" value="75"/>
3170 <step dir="T" type="PREAMBLE" modem="V.21"/>
3171 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
3172 <step dir="T" type="POSTAMBLE"/>
3173
3174 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
3175 </test>
3176 <test name="MTGN10">
3177 <!-- DUT calls tester and sends 1 WHITE page. -->
3178 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
3179
3180 <step dir="R" type="CNG"/>
3181
3182 <step dir="T" type="CED"/>
3183 <step type="WAIT" value="75"/>
3184 <step dir="T" type="PREAMBLE" modem="V.21"/>
3185 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00" crc_error="0"/>
3186 <step dir="T" type="POSTAMBLE"/>
3187
3188 <!--<step dir="R" type="HDLC" modem="V.21" tag="CRP" value="FF C8 58 | nothing"/>-->
3189 <step type="WAIT" value="3500"/>
3190
3191 <step type="WAIT" value="75"/>
3192 <step dir="T" type="PREAMBLE" modem="V.21"/>
3193 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00" crc_error="0"/>
3194 <step dir="T" type="POSTAMBLE"/>
3195
3196 <!--<step dir="R" type="HDLC" modem="V.21" tag="CRP" value="FF C8 58 | nothing"/>-->
3197 <step type="WAIT" value="3500"/>
3198
3199 <step type="WAIT" value="75"/>
3200 <step dir="T" type="PREAMBLE" modem="V.21"/>
3201 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
3202 <step dir="T" type="POSTAMBLE"/>
3203
3204 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 00 50 00"/>
3205 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
3206
3207 <step type="WAIT" value="75"/>
3208 <step dir="T" type="PREAMBLE" modem="V.21"/>
3209 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
3210 <step dir="T" type="POSTAMBLE"/>
3211
3212 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
3213 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
3214
3215 <step type="WAIT" value="75"/>
3216 <step dir="T" type="PREAMBLE" modem="V.21"/>
3217 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
3218 <step dir="T" type="POSTAMBLE"/>
3219
3220 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
3221 </test>
3222 <test name="MTGN11">
3223 <!-- DUT calls tester and sends 1 WHITE page. -->
3224 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
3225
3226 <step dir="R" type="CNG"/>
3227
3228 <step dir="T" type="CED"/>
3229 <step type="WAIT" value="75"/>
3230 <step dir="T" type="PREAMBLE" modem="V.21"/>
3231 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 72 20"/>
3232 <step dir="T" type="POSTAMBLE"/>
3233
3234 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
3235 <step dir="R" type="TCF" modem="V.29/9600" timeout="10000"/>
3236 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
3237 <step dir="R" type="TCF" modem="V.29/9600" timeout="10000"/>
3238 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
3239 <step dir="R" type="TCF" modem="V.29/9600" timeout="10000"/>
3240
3241 <step type="WAIT" value="75"/>
3242 <step dir="T" type="PREAMBLE" modem="V.21"/>
3243 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
3244 <step dir="T" type="POSTAMBLE"/>
3245
3246 <step dir="R" type="MSG" modem="V.29/9600" timeout="60000"/>
3247 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
3248
3249 <step type="WAIT" value="75"/>
3250 <step dir="T" type="PREAMBLE" modem="V.21"/>
3251 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
3252 <step dir="T" type="POSTAMBLE"/>
3253
3254 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
3255 </test>
3256 <test name="MTGN12">
3257 <!-- DUT calls tester and sends 1 WHITE page. -->
3258 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
3259
3260 <step dir="R" type="CNG"/>
3261
3262 <step dir="T" type="CED"/>
3263 <step type="WAIT" value="75"/>
3264 <step dir="T" type="PREAMBLE" modem="V.21"/>
3265 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 72 20"/>
3266 <step dir="T" type="POSTAMBLE"/>
3267
3268 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
3269 <step dir="R" type="TCF" modem="V.29/9600" timeout="10000"/>
3270
3271 <step type="WAIT" value="75"/>
3272 <step dir="T" type="PREAMBLE" modem="V.21"/>
3273 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21" crc_error="0"/>
3274 <step dir="T" type="POSTAMBLE"/>
3275
3276 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
3277 <step dir="R" type="TCF" modem="V.29/9600" timeout="10000"/>
3278
3279 <step type="WAIT" value="75"/>
3280 <step dir="T" type="PREAMBLE" modem="V.21"/>
3281 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21" crc_error="0"/>
3282 <step dir="T" type="POSTAMBLE"/>
3283
3284 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
3285 <step dir="R" type="TCF" modem="V.29/9600" timeout="10000"/>
3286
3287 <step type="WAIT" value="75"/>
3288 <step dir="T" type="PREAMBLE" modem="V.21"/>
3289 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
3290 <step dir="T" type="POSTAMBLE"/>
3291
3292 <step dir="R" type="MSG" modem="V.29/9600" timeout="60000"/>
3293 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
3294
3295 <step type="WAIT" value="75"/>
3296 <step dir="T" type="PREAMBLE" modem="V.21"/>
3297 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
3298 <step dir="T" type="POSTAMBLE"/>
3299
3300 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
3301 </test>
3302 <test name="MTGN13">
3303 <!-- DUT calls tester and sends 1 WHITE page. -->
3304 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
3305
3306 <step dir="R" type="CNG"/>
3307
3308 <step dir="T" type="CED"/>
3309 <step type="WAIT" value="75"/>
3310 <step dir="T" type="PREAMBLE" modem="V.21"/>
3311 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 72 20"/>
3312 <step dir="T" type="POSTAMBLE"/>
3313
3314 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
3315 <step dir="R" type="TCF" modem="V.29/9600" timeout="10000"/>
3316
3317 <step type="WAIT" value="75"/>
3318 <step dir="T" type="PREAMBLE" modem="V.21"/>
3319 <step dir="T" type="HDLC" modem="V.21" tag="CRP" value="FF C8 58"/>
3320 <step dir="T" type="POSTAMBLE"/>
3321
3322 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
3323 <step dir="R" type="TCF" modem="V.29/9600" timeout="60000"/>
3324
3325 <step type="WAIT" value="75"/>
3326 <step dir="T" type="PREAMBLE" modem="V.21"/>
3327 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
3328 <step dir="T" type="POSTAMBLE"/>
3329
3330 <step dir="R" type="MSG" modem="V.29/9600" timeout="60000"/>
3331 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
3332
3333 <step type="WAIT" value="75"/>
3334 <step dir="T" type="PREAMBLE" modem="V.21"/>
3335 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
3336 <step dir="T" type="POSTAMBLE"/>
3337
3338 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
3339 </test>
3340 <test name="MTGN14">
3341 <!-- DUT calls tester and sends 2 WHITE pages separately. -->
3342 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
3343
3344 <step dir="R" type="CNG"/>
3345
3346 <step dir="T" type="CED"/>
3347 <step type="WAIT" value="75"/>
3348 <step dir="T" type="PREAMBLE" modem="V.21"/>
3349 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
3350 <step dir="T" type="POSTAMBLE"/>
3351
3352 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 00 ..."/>
3353 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="10000"/>
3354
3355 <step type="WAIT" value="75"/>
3356 <step dir="T" type="PREAMBLE" modem="V.21"/>
3357 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
3358 <step dir="T" type="POSTAMBLE"/>
3359
3360 <step dir="T" type="SET" tag="TXFILE" value="etsi_300_242_a4_white.tif"/>
3361
3362 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
3363 <step dir="R" type="HDLC" modem="V.21" tag="EOM+" value="FF C8 F1"/>
3364 <step dir="R" type="HDLC" modem="V.21" tag="EOM+" value="FF C8 F1"/>
3365
3366 <step type="WAIT" value="75"/>
3367 <step dir="T" type="PREAMBLE" modem="V.21"/>
3368 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
3369 <step dir="T" type="POSTAMBLE"/>
3370
3371 <step type="WAIT" value="75"/>
3372 <step dir="T" type="PREAMBLE" modem="V.21"/>
3373 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
3374 <step dir="T" type="POSTAMBLE"/>
3375
3376 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 00 50 00"/>
3377 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
3378
3379 <step type="WAIT" value="75"/>
3380 <step dir="T" type="PREAMBLE" modem="V.21"/>
3381 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
3382 <step dir="T" type="POSTAMBLE"/>
3383
3384 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
3385 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
3386
3387 <step type="WAIT" value="75"/>
3388 <step dir="T" type="PREAMBLE" modem="V.21"/>
3389 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
3390 <step dir="T" type="POSTAMBLE"/>
3391
3392 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
3393 </test>
3394 <test name="MTGN15">
3395 <!-- DUT calls tester and sends 2 WHITE pages separately. -->
3396 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
3397
3398 <step dir="R" type="CNG"/>
3399
3400 <step dir="T" type="CED"/>
3401 <step type="WAIT" value="75"/>
3402 <step dir="T" type="PREAMBLE" modem="V.21"/>
3403 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
3404 <step dir="T" type="POSTAMBLE"/>
3405
3406 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
3407 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
3408
3409 <step type="WAIT" value="75"/>
3410 <step dir="T" type="PREAMBLE" modem="V.21"/>
3411 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
3412 <step dir="T" type="POSTAMBLE"/>
3413
3414 <step dir="T" type="SET" tag="TXFILE" value="etsi_300_242_a4_white.tif"/>
3415
3416 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
3417 <step dir="R" type="HDLC" modem="V.21" tag="EOM+" value="FF C8 F1"/>
3418
3419 <step type="WAIT" value="75"/>
3420 <step dir="T" type="PREAMBLE" modem="V.21"/>
3421 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31" crc_error="0"/>
3422 <step dir="T" type="POSTAMBLE"/>
3423
3424 <step dir="R" type="HDLC" modem="V.21" tag="EOM+" value="FF C8 F1"/>
3425
3426 <step type="WAIT" value="75"/>
3427 <step dir="T" type="PREAMBLE" modem="V.21"/>
3428 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31" crc_error="0"/>
3429 <step dir="T" type="POSTAMBLE"/>
3430
3431 <step dir="R" type="HDLC" modem="V.21" tag="EOM+" value="FF C8 F1"/>
3432
3433 <step type="WAIT" value="75"/>
3434 <step dir="T" type="PREAMBLE" modem="V.21"/>
3435 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
3436 <step dir="T" type="POSTAMBLE"/>
3437
3438 <step type="WAIT" value="5000"/>
3439 <step dir="T" type="PREAMBLE" modem="V.21"/>
3440 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
3441 <step dir="T" type="POSTAMBLE"/>
3442
3443 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
3444 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
3445
3446 <step type="WAIT" value="75"/>
3447 <step dir="T" type="PREAMBLE" modem="V.21"/>
3448 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
3449 <step dir="T" type="POSTAMBLE"/>
3450
3451 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
3452 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
3453
3454 <step type="WAIT" value="75"/>
3455 <step dir="T" type="PREAMBLE" modem="V.21"/>
3456 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
3457 <step dir="T" type="POSTAMBLE"/>
3458
3459 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
3460 </test>
3461 <test name="MTGN16">
3462 <!-- DUT calls tester and sends 2 WHITE pages separately. -->
3463 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
3464
3465 <step dir="R" type="CNG"/>
3466
3467 <step dir="T" type="CED"/>
3468 <step type="WAIT" value="75"/>
3469 <step dir="T" type="PREAMBLE" modem="V.21"/>
3470 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
3471 <step dir="T" type="POSTAMBLE"/>
3472
3473 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..." timeout="10000"/>
3474 <step dir="R" type="TCF" modem="V.27ter/4800"/>
3475
3476 <step type="WAIT" value="75"/>
3477 <step dir="T" type="PREAMBLE" modem="V.21"/>
3478 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
3479 <step dir="T" type="POSTAMBLE"/>
3480
3481 <step dir="T" type="SET" tag="TXFILE" value="etsi_300_242_a4_white.tif"/>
3482
3483 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
3484 <step dir="R" type="HDLC" modem="V.21" tag="EOM+" value="FF C8 F1"/>
3485
3486 <step type="WAIT" value="75"/>
3487 <step dir="T" type="PREAMBLE" modem="V.21"/>
3488 <step dir="T" type="HDLC" modem="V.21" tag="CRP" value="FF C8 58"/>
3489 <step dir="T" type="POSTAMBLE"/>
3490
3491 <step dir="R" type="HDLC" modem="V.21" tag="EOM+" value="FF C8 F1"/>
3492
3493 <step type="WAIT" value="75"/>
3494 <step dir="T" type="PREAMBLE" modem="V.21"/>
3495 <step dir="T" type="HDLC" modem="V.21" tag="CRP" value="FF C8 58"/>
3496 <step dir="T" type="POSTAMBLE"/>
3497
3498 <step dir="R" type="HDLC" modem="V.21" tag="EOM+" value="FF C8 F1"/>
3499
3500 <step type="WAIT" value="75"/>
3501 <step dir="T" type="PREAMBLE" modem="V.21"/>
3502 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
3503 <step dir="T" type="POSTAMBLE"/>
3504
3505 <step type="WAIT" value="75"/>
3506 <step dir="T" type="PREAMBLE" modem="V.21"/>
3507 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
3508 <step dir="T" type="POSTAMBLE"/>
3509
3510 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
3511 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
3512
3513 <step type="WAIT" value="75"/>
3514 <step dir="T" type="PREAMBLE" modem="V.21"/>
3515 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
3516 <step dir="T" type="POSTAMBLE"/>
3517
3518 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
3519 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
3520
3521 <step type="WAIT" value="75"/>
3522 <step dir="T" type="PREAMBLE" modem="V.21"/>
3523 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
3524 <step dir="T" type="POSTAMBLE"/>
3525
3526 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
3527 </test>
3528 <test name="MTGN17">
3529 <!-- DUT calls tester and sends 2 WHITE pages. -->
3530 <step type="ANSWER" value="etsi_300_242_a4_white_2p.tif"/>
3531
3532 <step dir="R" type="CNG"/>
3533
3534 <step dir="T" type="CED"/>
3535 <step type="WAIT" value="75"/>
3536 <step dir="T" type="PREAMBLE" modem="V.21"/>
3537 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
3538 <step dir="T" type="POSTAMBLE"/>
3539
3540 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 00 50 00"/>
3541 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
3542
3543 <step type="WAIT" value="75"/>
3544 <step dir="T" type="PREAMBLE" modem="V.21"/>
3545 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
3546 <step dir="T" type="POSTAMBLE"/>
3547
3548 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
3549 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
3550 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
3551 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
3552
3553 <step type="WAIT" value="75"/>
3554 <step dir="T" type="PREAMBLE" modem="V.21"/>
3555 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
3556 <step dir="T" type="POSTAMBLE"/>
3557
3558 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
3559 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
3560
3561 <step type="WAIT" value="75"/>
3562 <step dir="T" type="PREAMBLE" modem="V.21"/>
3563 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
3564 <step dir="T" type="POSTAMBLE"/>
3565
3566 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
3567 </test>
3568 <test name="MTGN18">
3569 <!-- DUT calls tester and sends 2 WHITE pages. -->
3570 <step type="ANSWER" value="etsi_300_242_a4_white_2p.tif"/>
3571
3572 <step dir="R" type="CNG"/>
3573
3574 <step dir="T" type="CED"/>
3575 <step type="WAIT" value="75"/>
3576 <step dir="T" type="PREAMBLE" modem="V.21"/>
3577 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
3578 <step dir="T" type="POSTAMBLE"/>
3579
3580 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
3581 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
3582
3583 <step type="WAIT" value="75"/>
3584 <step dir="T" type="PREAMBLE" modem="V.21"/>
3585 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
3586 <step dir="T" type="POSTAMBLE"/>
3587
3588 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
3589 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
3590
3591 <step type="WAIT" value="75"/>
3592 <step dir="T" type="PREAMBLE" modem="V.21"/>
3593 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31" crc_error="0"/>
3594 <step dir="T" type="POSTAMBLE"/>
3595
3596 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
3597
3598 <step type="WAIT" value="75"/>
3599 <step dir="T" type="PREAMBLE" modem="V.21"/>
3600 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31" crc_error="0"/>
3601 <step dir="T" type="POSTAMBLE"/>
3602
3603 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
3604
3605 <step type="WAIT" value="75"/>
3606 <step dir="T" type="PREAMBLE" modem="V.21"/>
3607 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
3608 <step dir="T" type="POSTAMBLE"/>
3609
3610 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
3611 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
3612
3613 <step type="WAIT" value="75"/>
3614 <step dir="T" type="PREAMBLE" modem="V.21"/>
3615 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
3616 <step dir="T" type="POSTAMBLE"/>
3617
3618 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
3619 </test>
3620 <test name="MTGN19">
3621 <!-- DUT calls tester and sends 2 WHITE pages. -->
3622 <step type="ANSWER" value="etsi_300_242_a4_white_2p.tif"/>
3623
3624 <step dir="R" type="CNG"/>
3625
3626 <step dir="T" type="CED"/>
3627 <step type="WAIT" value="75"/>
3628 <step dir="T" type="PREAMBLE" modem="V.21"/>
3629 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
3630 <step dir="T" type="POSTAMBLE"/>
3631
3632 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
3633 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="10000"/>
3634
3635 <step type="WAIT" value="75"/>
3636 <step dir="T" type="PREAMBLE" modem="V.21"/>
3637 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
3638 <step dir="T" type="POSTAMBLE"/>
3639
3640 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
3641 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
3642
3643 <step type="WAIT" value="75"/>
3644 <step dir="T" type="PREAMBLE" modem="V.21"/>
3645 <step dir="T" type="HDLC" tag="CRP" value="FF C8 58"/>
3646 <step dir="T" type="POSTAMBLE"/>
3647
3648 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
3649
3650 <step type="WAIT" value="75"/>
3651 <step dir="T" type="PREAMBLE" modem="V.21"/>
3652 <step dir="T" type="HDLC" tag="CRP" value="FF C8 58"/>
3653 <step dir="T" type="POSTAMBLE"/>
3654
3655 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
3656
3657 <step type="WAIT" value="75"/>
3658 <step dir="T" type="PREAMBLE" modem="V.21"/>
3659 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
3660 <step dir="T" type="POSTAMBLE"/>
3661
3662 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
3663 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
3664
3665 <step type="WAIT" value="75"/>
3666 <step dir="T" type="PREAMBLE" modem="V.21"/>
3667 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
3668 <step dir="T" type="POSTAMBLE"/>
3669
3670 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
3671 </test>
3672 <test name="MTGN20">
3673 <!-- DUT calls tester and sends 1 WHITE page. -->
3674 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
3675
3676 <step dir="R" type="CNG"/>
3677
3678 <step dir="T" type="CED"/>
3679 <step type="WAIT" value="75"/>
3680 <step dir="T" type="PREAMBLE" modem="V.21"/>
3681 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
3682 <step dir="T" type="POSTAMBLE"/>
3683
3684 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 00 50 00"/>
3685 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
3686
3687 <step type="WAIT" value="75"/>
3688 <step dir="T" type="PREAMBLE" modem="V.21"/>
3689 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
3690 <step dir="T" type="POSTAMBLE"/>
3691
3692 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
3693 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
3694 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
3695 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
3696
3697 <step type="WAIT" value="75"/>
3698 <step dir="T" type="PREAMBLE" modem="V.21"/>
3699 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
3700 <step dir="T" type="POSTAMBLE"/>
3701
3702 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
3703 </test>
3704 <test name="MTGN21">
3705 <!-- DUT calls tester and sends 1 WHITE page. -->
3706 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
3707
3708 <step dir="R" type="CNG"/>
3709
3710 <step dir="T" type="CED"/>
3711 <step type="WAIT" value="75"/>
3712 <step dir="T" type="PREAMBLE" modem="V.21"/>
3713 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
3714 <step dir="T" type="POSTAMBLE"/>
3715
3716 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 00 50 00"/>
3717 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
3718
3719 <step type="WAIT" value="75"/>
3720 <step dir="T" type="PREAMBLE" modem="V.21"/>
3721 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
3722 <step dir="T" type="POSTAMBLE"/>
3723
3724 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
3725 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
3726
3727 <step type="WAIT" value="75"/>
3728 <step dir="T" type="PREAMBLE" modem="V.21"/>
3729 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31" crc_error="0"/>
3730 <step dir="T" type="POSTAMBLE"/>
3731
3732 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
3733
3734 <step type="WAIT" value="75"/>
3735 <step dir="T" type="PREAMBLE" modem="V.21"/>
3736 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31" crc_error="0"/>
3737 <step dir="T" type="POSTAMBLE"/>
3738
3739 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
3740
3741 <step type="WAIT" value="75"/>
3742 <step dir="T" type="PREAMBLE" modem="V.21"/>
3743 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
3744 <step dir="T" type="POSTAMBLE"/>
3745
3746 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
3747 </test>
3748 <test name="MTGN22">
3749 <!-- DUT calls tester and sends 1 WHITE page. -->
3750 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
3751
3752 <step dir="R" type="CNG"/>
3753
3754 <step dir="T" type="CED"/>
3755 <step type="WAIT" value="75"/>
3756 <step dir="T" type="PREAMBLE" modem="V.21"/>
3757 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
3758 <step dir="T" type="POSTAMBLE"/>
3759
3760 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 00 50 00"/>
3761 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="10000"/>
3762
3763 <step type="WAIT" value="75"/>
3764 <step dir="T" type="PREAMBLE" modem="V.21"/>
3765 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
3766 <step dir="T" type="POSTAMBLE"/>
3767
3768 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
3769 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
3770
3771 <step type="WAIT" value="75"/>
3772 <step dir="T" type="PREAMBLE" modem="V.21"/>
3773 <step dir="T" type="HDLC" modem="V.21" tag="CRP" value="FF C8 58"/>
3774 <step dir="T" type="POSTAMBLE"/>
3775
3776 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
3777
3778 <step type="WAIT" value="75"/>
3779 <step dir="T" type="PREAMBLE" modem="V.21"/>
3780 <step dir="T" type="HDLC" modem="V.21" tag="CRP" value="FF C8 58"/>
3781 <step dir="T" type="POSTAMBLE"/>
3782
3783 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
3784
3785 <step type="WAIT" value="75"/>
3786 <step dir="T" type="PREAMBLE" modem="V.21"/>
3787 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
3788 <step dir="T" type="POSTAMBLE"/>
3789
3790 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
3791 </test>
3792 <test name="MTGN23">
3793 <!-- DUT calls tester and sends 2 WHITE pages separately. -->
3794 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
3795
3796 <step dir="R" type="CNG"/>
3797
3798 <step dir="T" type="CED"/>
3799 <step type="WAIT" value="75"/>
3800 <step dir="T" type="PREAMBLE" modem="V.21"/>
3801 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
3802 <step dir="T" type="POSTAMBLE"/>
3803
3804 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
3805 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
3806
3807 <step type="WAIT" value="75"/>
3808 <step dir="T" type="PREAMBLE" modem="V.21"/>
3809 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
3810 <step dir="T" type="POSTAMBLE"/>
3811
3812 <step dir="T" type="SET" tag="TXFILE" value="etsi_300_242_a4_white.tif"/>
3813
3814 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
3815 <step dir="R" type="HDLC" modem="V.21" tag="EOM+" value="FF C8 F1"/>
3816
3817 <step type="WAIT" value="75"/>
3818 <step dir="T" type="PREAMBLE" modem="V.21"/>
3819 <step dir="T" type="HDLC" tag="RTP" value="FF C8 33"/>
3820 <step dir="T" type="POSTAMBLE"/>
3821
3822 <step type="WAIT" value="2000"/>
3823 <step dir="T" type="PREAMBLE" modem="V.21"/>
3824 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
3825 <step dir="T" type="POSTAMBLE"/>
3826
3827 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
3828 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
3829
3830 <step type="WAIT" value="75"/>
3831 <step dir="T" type="PREAMBLE" modem="V.21"/>
3832 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
3833 <step dir="T" type="POSTAMBLE"/>
3834
3835 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
3836 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
3837
3838 <step type="WAIT" value="75"/>
3839 <step dir="T" type="PREAMBLE" modem="V.21"/>
3840 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
3841 <step dir="T" type="POSTAMBLE"/>
3842
3843 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
3844 </test>
3845 <test name="MTGN24">
3846 <!-- DUT calls tester and sends 2 WHITE pages. -->
3847 <step type="ANSWER" value="etsi_300_242_a4_white_2p.tif"/>
3848
3849 <step dir="R" type="CNG"/>
3850
3851 <step dir="T" type="CED"/>
3852 <step type="WAIT" value="75"/>
3853 <step dir="T" type="PREAMBLE" modem="V.21"/>
3854 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
3855 <step dir="T" type="POSTAMBLE"/>
3856
3857 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
3858 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
3859
3860 <step type="WAIT" value="75"/>
3861 <step dir="T" type="PREAMBLE" modem="V.21"/>
3862 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
3863 <step dir="T" type="POSTAMBLE"/>
3864
3865 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
3866 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
3867
3868 <step type="WAIT" value="75"/>
3869 <step dir="T" type="PREAMBLE" modem="V.21"/>
3870 <step dir="T" type="HDLC" tag="RTP" value="FF C8 33"/>
3871 <step dir="T" type="POSTAMBLE"/>
3872
3873 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
3874 <step dir="R" type="TCF" modem="V.27ter/2400" timeout="60000"/>
3875
3876 <step type="WAIT" value="75"/>
3877 <step dir="T" type="PREAMBLE" modem="V.21"/>
3878 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
3879 <step dir="T" type="POSTAMBLE"/>
3880
3881 <step dir="R" type="MSG" modem="V.27ter/2400" timeout="60000"/>
3882 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
3883
3884 <step type="WAIT" value="75"/>
3885 <step dir="T" type="PREAMBLE" modem="V.21"/>
3886 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
3887 <step dir="T" type="POSTAMBLE"/>
3888
3889 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
3890 </test>
3891 <test name="MTGN25">
3892 <!-- DUT calls tester and sends 1 WHITE page. -->
3893 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
3894
3895 <step dir="R" type="CNG"/>
3896
3897 <step dir="T" type="CED"/>
3898 <step type="WAIT" value="75"/>
3899 <step dir="T" type="PREAMBLE" modem="V.21"/>
3900 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
3901 <step dir="T" type="POSTAMBLE"/>
3902
3903 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
3904 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
3905
3906 <step type="WAIT" value="75"/>
3907 <step dir="T" type="PREAMBLE" modem="V.21"/>
3908 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
3909 <step dir="T" type="POSTAMBLE"/>
3910
3911 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
3912 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
3913
3914 <step type="WAIT" value="75"/>
3915 <step dir="T" type="PREAMBLE" modem="V.21"/>
3916 <step dir="T" type="HDLC" tag="RTP" value="FF C8 33"/>
3917 <step dir="T" type="POSTAMBLE"/>
3918
3919 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
3920 </test>
3921 <test name="MTGN26">
3922 <!-- DUT calls tester and sends 2 WHITE pages separately. -->
3923 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
3924
3925 <step dir="R" type="CNG"/>
3926
3927 <step dir="T" type="CED"/>
3928 <step type="WAIT" value="75"/>
3929 <step dir="T" type="PREAMBLE" modem="V.21"/>
3930 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 72 20"/>
3931 <step dir="T" type="POSTAMBLE"/>
3932
3933 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
3934 <step dir="R" type="TCF" modem="V.29/9600" timeout="10000"/>
3935
3936 <step type="WAIT" value="75"/>
3937 <step dir="T" type="PREAMBLE" modem="V.21"/>
3938 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
3939 <step dir="T" type="POSTAMBLE"/>
3940
3941 <step dir="T" type="SET" tag="TXFILE" value="etsi_300_242_a4_white.tif"/>
3942
3943 <step dir="R" type="MSG" modem="V.29/9600" timeout="60000"/>
3944 <step dir="R" type="HDLC" modem="V.21" tag="EOM+" value="FF C8 F1"/>
3945
3946 <step type="WAIT" value="75"/>
3947 <step dir="T" type="PREAMBLE" modem="V.21"/>
3948 <step dir="T" type="HDLC" tag="RTN" value="FF C8 32"/>
3949 <step dir="T" type="POSTAMBLE"/>
3950
3951 <step type="WAIT" value="7000"/>
3952 <step dir="T" type="PREAMBLE" modem="V.21"/>
3953 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
3954 <step dir="T" type="POSTAMBLE"/>
3955
3956 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 00 50 00"/>
3957 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
3958
3959 <step type="WAIT" value="75"/>
3960 <step dir="T" type="PREAMBLE" modem="V.21"/>
3961 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
3962 <step dir="T" type="POSTAMBLE"/>
3963
3964 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
3965 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
3966
3967 <step type="WAIT" value="75"/>
3968 <step dir="T" type="PREAMBLE" modem="V.21"/>
3969 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
3970 <step dir="T" type="POSTAMBLE"/>
3971
3972 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
3973 </test>
3974 <test name="MTGN27">
3975 <!-- DUT calls tester and sends 2 WHITE pages. -->
3976 <step type="ANSWER" value="etsi_300_242_a4_white_2p.tif"/>
3977
3978 <step dir="R" type="CNG"/>
3979
3980 <step dir="T" type="CED"/>
3981 <step type="WAIT" value="75"/>
3982 <step dir="T" type="PREAMBLE" modem="V.21"/>
3983 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 72 20"/>
3984 <step dir="T" type="POSTAMBLE"/>
3985
3986 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
3987 <step dir="R" type="TCF" modem="V.29/9600" timeout="60000"/>
3988
3989 <step type="WAIT" value="75"/>
3990 <step dir="T" type="PREAMBLE" modem="V.21"/>
3991 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
3992 <step dir="T" type="POSTAMBLE"/>
3993
3994 <step dir="R" type="MSG" modem="V.29/9600" timeout="60000"/>
3995 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
3996
3997 <step type="WAIT" value="75"/>
3998 <step dir="T" type="PREAMBLE" modem="V.21"/>
3999 <step dir="T" type="HDLC" tag="RTN" value="FF C8 32"/>
4000 <step dir="T" type="POSTAMBLE"/>
4001
4002 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4003 <step dir="R" type="TCF" modem="V.29/7200" timeout="10000"/>
4004
4005 <step type="WAIT" value="75"/>
4006 <step dir="T" type="PREAMBLE" modem="V.21"/>
4007 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
4008 <step dir="T" type="POSTAMBLE"/>
4009
4010 <!-- This assumes the FAX entity retransmits the page which was RTN'ed -->
4011 <step dir="R" type="MSG" modem="V.29/7200" timeout="60000"/>
4012 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
4013
4014 <step type="WAIT" value="75"/>
4015 <step dir="T" type="PREAMBLE" modem="V.21"/>
4016 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4017 <step dir="T" type="POSTAMBLE"/>
4018
4019 <step dir="R" type="MSG" modem="V.29/7200" timeout="60000"/>
4020 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
4021
4022 <step type="WAIT" value="75"/>
4023 <step dir="T" type="PREAMBLE" modem="V.21"/>
4024 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4025 <step dir="T" type="POSTAMBLE"/>
4026
4027 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
4028 </test>
4029 <test name="MTGN28">
4030 <!-- DUT calls tester and sends 1 WHITE page. -->
4031 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
4032
4033 <step dir="R" type="CNG"/>
4034
4035 <step dir="T" type="CED"/>
4036 <step type="WAIT" value="75"/>
4037 <step dir="T" type="PREAMBLE" modem="V.21"/>
4038 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
4039 <step dir="T" type="POSTAMBLE"/>
4040
4041 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4042 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="10000"/>
4043
4044 <step type="WAIT" value="75"/>
4045 <step dir="T" type="PREAMBLE" modem="V.21"/>
4046 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
4047 <step dir="T" type="POSTAMBLE"/>
4048
4049 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
4050 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
4051
4052 <step type="WAIT" value="75"/>
4053 <step dir="T" type="PREAMBLE" modem="V.21"/>
4054 <step dir="T" type="HDLC" tag="RTN" value="FF C8 32"/>
4055 <step dir="T" type="POSTAMBLE"/>
4056
4057 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
4058 </test>
4059 </test-group>
4060 <test-group name="Annex G - Capability transmit tests">
4061 <test name="OTGC01">
4062 <!-- DUT calls tester and sends 1 IMPRESS and 1 WHITE page. -->
4063 <step type="ANSWER" value="etsi_300_242_a4_impress_white.tif"/>
4064
4065 <step dir="R" type="CNG"/>
4066
4067 <step dir="T" type="CED"/>
4068 <step type="WAIT" value="75"/>
4069 <step dir="T" type="PREAMBLE" modem="V.21"/>
4070 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
4071 <step dir="T" type="POSTAMBLE"/>
4072
4073 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 00 50 00"/>
4074 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
4075
4076 <step type="WAIT" value="75"/>
4077 <step dir="T" type="PREAMBLE" modem="V.21"/>
4078 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
4079 <step dir="T" type="POSTAMBLE"/>
4080
4081 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="180000"/>
4082 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
4083
4084 <step type="WAIT" value="75"/>
4085 <step dir="T" type="PREAMBLE" modem="V.21"/>
4086 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4087 <step dir="T" type="POSTAMBLE"/>
4088
4089 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
4090 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
4091
4092 <step type="WAIT" value="75"/>
4093 <step dir="T" type="PREAMBLE" modem="V.21"/>
4094 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4095 <step dir="T" type="POSTAMBLE"/>
4096
4097 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
4098 </test>
4099 <test name="OTGC02">
4100 <!-- DUT calls tester and sends 1 IMPRESS and 1 WHITE page. -->
4101 <step type="ANSWER" value="etsi_300_242_a4_impress_white.tif"/>
4102
4103 <step dir="R" type="CNG"/>
4104
4105 <step dir="T" type="CED"/>
4106 <step type="WAIT" value="75"/>
4107 <step dir="T" type="PREAMBLE" modem="V.21"/>
4108 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 10"/>
4109 <step dir="T" type="POSTAMBLE"/>
4110
4111 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4112 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="10000"/>
4113
4114 <step type="WAIT" value="75"/>
4115 <step dir="T" type="PREAMBLE" modem="V.21"/>
4116 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
4117 <step dir="T" type="POSTAMBLE"/>
4118
4119 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="180000"/>
4120 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
4121
4122 <step type="WAIT" value="75"/>
4123 <step dir="T" type="PREAMBLE" modem="V.21"/>
4124 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4125 <step dir="T" type="POSTAMBLE"/>
4126
4127 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
4128 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
4129
4130 <step type="WAIT" value="75"/>
4131 <step dir="T" type="PREAMBLE" modem="V.21"/>
4132 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4133 <step dir="T" type="POSTAMBLE"/>
4134
4135 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
4136 </test>
4137 <test name="OTGC03">
4138 <!-- DUT calls tester and sends 1 IMPRESS and 1 WHITE page. -->
4139 <step type="ANSWER" value="etsi_300_242_a4_impress_white.tif"/>
4140
4141 <step dir="R" type="CNG"/>
4142
4143 <step dir="T" type="CED"/>
4144 <step type="WAIT" value="75"/>
4145 <step dir="T" type="PREAMBLE" modem="V.21"/>
4146 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 72 20"/>
4147 <step dir="T" type="POSTAMBLE"/>
4148
4149 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4150 <step dir="R" type="TCF" modem="V.29/9600" timeout="60000"/>
4151
4152 <step type="WAIT" value="75"/>
4153 <step dir="T" type="PREAMBLE" modem="V.21"/>
4154 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
4155 <step dir="T" type="POSTAMBLE"/>
4156
4157 <step dir="R" type="MSG" modem="V.29/9600" timeout="180000"/>
4158 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
4159
4160 <step type="WAIT" value="75"/>
4161 <step dir="T" type="PREAMBLE" modem="V.21"/>
4162 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4163 <step dir="T" type="POSTAMBLE"/>
4164
4165 <step dir="R" type="MSG" modem="V.29/9600" timeout="60000"/>
4166 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
4167
4168 <step type="WAIT" value="75"/>
4169 <step dir="T" type="PREAMBLE" modem="V.21"/>
4170 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4171 <step dir="T" type="POSTAMBLE"/>
4172
4173 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
4174 </test>
4175 <test name="OTGC04">
4176 <!-- DUT calls tester and sends 1 IMPRESS and 1 WHITE page. -->
4177 <step type="ANSWER" value="etsi_300_242_a4_impress_white.tif"/>
4178
4179 <step dir="R" type="CNG"/>
4180
4181 <step dir="T" type="CED"/>
4182 <step type="WAIT" value="75"/>
4183 <step dir="T" type="PREAMBLE" modem="V.21"/>
4184 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 72 20"/>
4185 <step dir="T" type="POSTAMBLE"/>
4186
4187 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4188 <step dir="R" type="TCF" modem="V.29/9600" timeout="10000"/>
4189
4190 <step type="WAIT" value="75"/>
4191 <step dir="T" type="PREAMBLE" modem="V.21"/>
4192 <step dir="T" type="HDLC" tag="FTT" value="FF C8 22"/>
4193 <step dir="T" type="POSTAMBLE"/>
4194
4195 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4196 <step dir="R" type="TCF" modem="V.29/7200" timeout="10000"/>
4197
4198 <step type="WAIT" value="75"/>
4199 <step dir="T" type="PREAMBLE" modem="V.21"/>
4200 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
4201 <step dir="T" type="POSTAMBLE"/>
4202
4203 <step dir="R" type="MSG" modem="V.29/7200" timeout="120000"/>
4204 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
4205
4206 <step type="WAIT" value="75"/>
4207 <step dir="T" type="PREAMBLE" modem="V.21"/>
4208 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4209 <step dir="T" type="POSTAMBLE"/>
4210
4211 <step dir="R" type="MSG" modem="V.29/7200" timeout="60000"/>
4212 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
4213
4214 <step type="WAIT" value="75"/>
4215 <step dir="T" type="PREAMBLE" modem="V.21"/>
4216 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4217 <step dir="T" type="POSTAMBLE"/>
4218
4219 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
4220 </test>
4221 <test name="OTGC05">
4222 <!-- DUT calls tester and sends 1 IMPRESS and 1 WHITE page. -->
4223 <step type="ANSWER" value="etsi_300_242_a4_impress_white.tif"/>
4224
4225 <step dir="R" type="CNG"/>
4226
4227 <step dir="T" type="CED"/>
4228 <step type="WAIT" value="75"/>
4229 <step dir="T" type="PREAMBLE" modem="V.21"/>
4230 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 76 20"/>
4231 <step dir="T" type="POSTAMBLE"/>
4232
4233 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4234 <step dir="R" type="TCF" modem="V.17/14400" timeout="10000"/>
4235
4236 <step type="WAIT" value="75"/>
4237 <step dir="T" type="PREAMBLE" modem="V.21"/>
4238 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
4239 <step dir="T" type="POSTAMBLE"/>
4240
4241 <step dir="R" type="MSG" modem="V.17/14400" timeout="120000"/>
4242 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
4243
4244 <step type="WAIT" value="75"/>
4245 <step dir="T" type="PREAMBLE" modem="V.21"/>
4246 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4247 <step dir="T" type="POSTAMBLE"/>
4248
4249 <step dir="R" type="MSG" modem="V.17/14400" timeout="60000"/>
4250 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
4251
4252 <step type="WAIT" value="75"/>
4253 <step dir="T" type="PREAMBLE" modem="V.21"/>
4254 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4255 <step dir="T" type="POSTAMBLE"/>
4256
4257 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
4258 </test>
4259 <test name="OTGC06">
4260 <!-- DUT calls tester and sends 1 IMPRESS and 1 WHITE page. -->
4261 <step type="ANSWER" value="etsi_300_242_a4_impress_white.tif"/>
4262
4263 <step dir="R" type="CNG"/>
4264
4265 <step dir="T" type="CED"/>
4266 <step type="WAIT" value="75"/>
4267 <step dir="T" type="PREAMBLE" modem="V.21"/>
4268 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 76 20"/>
4269 <step dir="T" type="POSTAMBLE"/>
4270
4271 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4272 <step dir="R" type="TCF" modem="V.17/14400" timeout="10000"/>
4273
4274 <step type="WAIT" value="75"/>
4275 <step dir="T" type="PREAMBLE" modem="V.21"/>
4276 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
4277 <step dir="T" type="POSTAMBLE"/>
4278
4279 <step dir="R" type="MSG" modem="V.17/14400" timeout="120000"/>
4280 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
4281
4282 <step type="WAIT" value="75"/>
4283 <step dir="T" type="PREAMBLE" modem="V.21"/>
4284 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4285 <step dir="T" type="POSTAMBLE"/>
4286
4287 <step dir="R" type="MSG" modem="V.17/14400" timeout="60000"/>
4288 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
4289
4290 <step type="WAIT" value="75"/>
4291 <step dir="T" type="PREAMBLE" modem="V.21"/>
4292 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4293 <step dir="T" type="POSTAMBLE"/>
4294
4295 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
4296 </test>
4297 <test name="OTGC07">
4298 <!-- DUT calls tester and sends 1 IMPRESS and 1 WHITE page. -->
4299 <step type="ANSWER" value="etsi_300_242_a4_impress_white.tif"/>
4300
4301 <step dir="R" type="CNG"/>
4302
4303 <step dir="T" type="CED"/>
4304 <step type="WAIT" value="75"/>
4305 <step dir="T" type="PREAMBLE" modem="V.21"/>
4306 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 76 20"/>
4307 <step dir="T" type="POSTAMBLE"/>
4308
4309 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4310 <step dir="R" type="TCF" modem="V.17/14400" timeout="10000"/>
4311
4312 <step type="WAIT" value="75"/>
4313 <step dir="T" type="PREAMBLE" modem="V.21"/>
4314 <step dir="T" type="HDLC" tag="FTT" value="FF C8 22"/>
4315 <step dir="T" type="POSTAMBLE"/>
4316
4317 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4318 <step dir="R" type="TCF" modem="V.17/12000" timeout="10000"/>
4319
4320 <step type="WAIT" value="75"/>
4321 <step dir="T" type="PREAMBLE" modem="V.21"/>
4322 <step dir="T" type="HDLC" tag="FTT" value="FF C8 22"/>
4323 <step dir="T" type="POSTAMBLE"/>
4324
4325 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4326 <step dir="R" type="TCF" modem="V.17/9600" timeout="10000"/>
4327
4328 <step type="WAIT" value="75"/>
4329 <step dir="T" type="PREAMBLE" modem="V.21"/>
4330 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
4331 <step dir="T" type="POSTAMBLE"/>
4332
4333 <step dir="R" type="MSG" modem="V.17/9600" timeout="120000"/>
4334 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
4335
4336 <step type="WAIT" value="75"/>
4337 <step dir="T" type="PREAMBLE" modem="V.21"/>
4338 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4339 <step dir="T" type="POSTAMBLE"/>
4340
4341 <step dir="R" type="MSG" modem="V.17/9600" timeout="60000"/>
4342 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
4343
4344 <step type="WAIT" value="75"/>
4345 <step dir="T" type="PREAMBLE" modem="V.21"/>
4346 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4347 <step dir="T" type="POSTAMBLE"/>
4348
4349 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
4350 </test>
4351 <test name="OTGC08">
4352 <!-- DUT calls tester and sends 1 IMPRESS and 1 WHITE page. -->
4353 <step type="ANSWER" value="etsi_300_242_a4_impress_white.tif"/>
4354
4355 <step dir="R" type="CNG"/>
4356
4357 <step dir="T" type="CED"/>
4358 <step type="WAIT" value="75"/>
4359 <step dir="T" type="PREAMBLE" modem="V.21"/>
4360 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 76 20"/>
4361 <step dir="T" type="POSTAMBLE"/>
4362
4363 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4364 <step dir="R" type="TCF" modem="V.17/14400" timeout="10000"/>
4365
4366 <step type="WAIT" value="75"/>
4367 <step dir="T" type="PREAMBLE" modem="V.21"/>
4368 <step dir="T" type="HDLC" tag="FTT" value="FF C8 22"/>
4369 <step dir="T" type="POSTAMBLE"/>
4370
4371 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4372 <step dir="R" type="TCF" modem="V.17/12000" timeout="10000"/>
4373
4374 <step type="WAIT" value="75"/>
4375 <step dir="T" type="PREAMBLE" modem="V.21"/>
4376 <step dir="T" type="HDLC" tag="FTT" value="FF C8 22"/>
4377 <step dir="T" type="POSTAMBLE"/>
4378
4379 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4380 <step dir="R" type="TCF" modem="V.17/9600" timeout="10000"/>
4381
4382 <step type="WAIT" value="75"/>
4383 <step dir="T" type="PREAMBLE" modem="V.21"/>
4384 <step dir="T" type="HDLC" tag="FTT" value="FF C8 22"/>
4385 <step dir="T" type="POSTAMBLE"/>
4386
4387 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4388 <step dir="R" type="TCF" modem="V.29/9600" timeout="10000"/>
4389
4390 <step type="WAIT" value="75"/>
4391 <step dir="T" type="PREAMBLE" modem="V.21"/>
4392 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
4393 <step dir="T" type="POSTAMBLE"/>
4394
4395 <step dir="R" type="MSG" modem="V.29/9600" timeout="180000"/>
4396 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
4397
4398 <step type="WAIT" value="75"/>
4399 <step dir="T" type="PREAMBLE" modem="V.21"/>
4400 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4401 <step dir="T" type="POSTAMBLE"/>
4402
4403 <step dir="R" type="MSG" modem="V.29/9600" timeout="60000"/>
4404 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
4405
4406 <step type="WAIT" value="75"/>
4407 <step dir="T" type="PREAMBLE" modem="V.21"/>
4408 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4409 <step dir="T" type="POSTAMBLE"/>
4410
4411 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
4412 </test>
4413 <test name="OTGC09-01">
4414 <!-- DUT calls tester and sends 2 WHITE pages. -->
4415 <step type="ANSWER" value="etsi_300_242_a4_white_2p.tif"/>
4416
4417 <step dir="R" type="CNG"/>
4418
4419 <step dir="T" type="CED"/>
4420 <step type="WAIT" value="75"/>
4421 <step dir="T" type="PREAMBLE" modem="V.21"/>
4422 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 76 00"/>
4423 <step dir="T" type="POSTAMBLE"/>
4424
4425 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4426 <step dir="R" type="TCF" modem="V.17/14400" timeout="60000"/>
4427
4428 <step type="WAIT" value="75"/>
4429 <step dir="T" type="PREAMBLE" modem="V.21"/>
4430 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
4431 <step dir="T" type="POSTAMBLE"/>
4432
4433 <step dir="R" type="MSG" modem="V.17/14400" timeout="60000"/>
4434 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
4435
4436 <step type="WAIT" value="75"/>
4437 <step dir="T" type="PREAMBLE" modem="V.21"/>
4438 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4439 <step dir="T" type="POSTAMBLE"/>
4440
4441 <step dir="R" type="MSG" modem="V.17/14400" timeout="60000"/>
4442 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
4443
4444 <step type="WAIT" value="75"/>
4445 <step dir="T" type="PREAMBLE" modem="V.21"/>
4446 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4447 <step dir="T" type="POSTAMBLE"/>
4448
4449 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
4450 </test>
4451 <test name="OTGC09-02">
4452 <!-- DUT calls tester and sends 2 WHITE pages. -->
4453 <step type="ANSWER" value="etsi_300_242_a4_white_2p.tif"/>
4454
4455 <step dir="R" type="CNG"/>
4456
4457 <step dir="T" type="CED"/>
4458 <step type="WAIT" value="75"/>
4459 <step dir="T" type="PREAMBLE" modem="V.21"/>
4460 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 75 00"/>
4461 <step dir="T" type="POSTAMBLE"/>
4462
4463 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4464 <step dir="R" type="TCF" modem="V.17/14400" timeout="60000"/>
4465
4466 <step type="WAIT" value="75"/>
4467 <step dir="T" type="PREAMBLE" modem="V.21"/>
4468 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
4469 <step dir="T" type="POSTAMBLE"/>
4470
4471 <step dir="R" type="MSG" modem="V.17/14400" timeout="60000"/>
4472 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
4473
4474 <step type="WAIT" value="75"/>
4475 <step dir="T" type="PREAMBLE" modem="V.21"/>
4476 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4477 <step dir="T" type="POSTAMBLE"/>
4478
4479 <step dir="R" type="MSG" modem="V.17/14400" timeout="60000"/>
4480 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
4481
4482 <step type="WAIT" value="75"/>
4483 <step dir="T" type="PREAMBLE" modem="V.21"/>
4484 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4485 <step dir="T" type="POSTAMBLE"/>
4486
4487 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
4488 </test>
4489 <test name="OTGC09-03">
4490 <!-- DUT calls tester and sends 2 WHITE pages. -->
4491 <step type="ANSWER" value="etsi_300_242_a4_white_2p.tif"/>
4492
4493 <step dir="R" type="CNG"/>
4494
4495 <step dir="T" type="CED"/>
4496 <step type="WAIT" value="75"/>
4497 <step dir="T" type="PREAMBLE" modem="V.21"/>
4498 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 74 10"/>
4499 <step dir="T" type="POSTAMBLE"/>
4500
4501 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4502 <step dir="R" type="TCF" modem="V.17/14400" timeout="60000"/>
4503
4504 <step type="WAIT" value="75"/>
4505 <step dir="T" type="PREAMBLE" modem="V.21"/>
4506 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
4507 <step dir="T" type="POSTAMBLE"/>
4508
4509 <step dir="R" type="MSG" modem="V.17/14400" timeout="60000"/>
4510 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
4511
4512 <step type="WAIT" value="75"/>
4513 <step dir="T" type="PREAMBLE" modem="V.21"/>
4514 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4515 <step dir="T" type="POSTAMBLE"/>
4516
4517 <step dir="R" type="MSG" modem="V.17/14400" timeout="60000"/>
4518 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
4519
4520 <step type="WAIT" value="75"/>
4521 <step dir="T" type="PREAMBLE" modem="V.21"/>
4522 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4523 <step dir="T" type="POSTAMBLE"/>
4524
4525 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
4526 </test>
4527 <test name="OTGC09-04">
4528 <!-- DUT calls tester and sends 2 WHITE pages. -->
4529 <step type="ANSWER" value="etsi_300_242_a4_white_2p.tif"/>
4530
4531 <step dir="R" type="CNG"/>
4532
4533 <step dir="T" type="CED"/>
4534 <step type="WAIT" value="75"/>
4535 <step dir="T" type="PREAMBLE" modem="V.21"/>
4536 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 74 00"/>
4537 <step dir="T" type="POSTAMBLE"/>
4538
4539 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4540 <step dir="R" type="TCF" modem="V.17/14400" timeout="60000"/>
4541
4542 <step type="WAIT" value="75"/>
4543 <step dir="T" type="PREAMBLE" modem="V.21"/>
4544 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
4545 <step dir="T" type="POSTAMBLE"/>
4546
4547 <step dir="R" type="MSG" modem="V.17/14400" timeout="60000"/>
4548 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
4549
4550 <step type="WAIT" value="75"/>
4551 <step dir="T" type="PREAMBLE" modem="V.21"/>
4552 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4553 <step dir="T" type="POSTAMBLE"/>
4554
4555 <step dir="R" type="MSG" modem="V.17/14400" timeout="60000"/>
4556 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
4557
4558 <step type="WAIT" value="75"/>
4559 <step dir="T" type="PREAMBLE" modem="V.21"/>
4560 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4561 <step dir="T" type="POSTAMBLE"/>
4562
4563 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
4564 </test>
4565 <test name="OTGC09-05">
4566 <!-- DUT calls tester and sends 2 WHITE pages. -->
4567 <step type="ANSWER" value="etsi_300_242_a4_white_2p.tif"/>
4568
4569 <step dir="R" type="CNG"/>
4570
4571 <step dir="T" type="CED"/>
4572 <step type="WAIT" value="75"/>
4573 <step dir="T" type="PREAMBLE" modem="V.21"/>
4574 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 74 A0"/>
4575 <step dir="T" type="POSTAMBLE"/>
4576
4577 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4578 <step dir="R" type="TCF" modem="V.17/14400" timeout="60000"/>
4579
4580 <step type="WAIT" value="75"/>
4581 <step dir="T" type="PREAMBLE" modem="V.21"/>
4582 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
4583 <step dir="T" type="POSTAMBLE"/>
4584
4585 <step dir="R" type="MSG" modem="V.17/14400" timeout="60000"/>
4586 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
4587
4588 <step type="WAIT" value="75"/>
4589 <step dir="T" type="PREAMBLE" modem="V.21"/>
4590 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4591 <step dir="T" type="POSTAMBLE"/>
4592
4593 <step dir="R" type="MSG" modem="V.17/14400" timeout="60000"/>
4594 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
4595
4596 <step type="WAIT" value="75"/>
4597 <step dir="T" type="PREAMBLE" modem="V.21"/>
4598 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4599 <step dir="T" type="POSTAMBLE"/>
4600
4601 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
4602 </test>
4603 <test name="OTGC09-06">
4604 <!-- DUT calls tester and sends 2 WHITE pages. -->
4605 <step type="ANSWER" value="etsi_300_242_a4_white_2p.tif"/>
4606
4607 <step dir="R" type="CNG"/>
4608
4609 <step dir="T" type="CED"/>
4610 <step type="WAIT" value="75"/>
4611 <step dir="T" type="PREAMBLE" modem="V.21"/>
4612 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 74 50"/>
4613 <step dir="T" type="POSTAMBLE"/>
4614
4615 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4616 <step dir="R" type="TCF" modem="V.17/14400" timeout="60000"/>
4617
4618 <step type="WAIT" value="75"/>
4619 <step dir="T" type="PREAMBLE" modem="V.21"/>
4620 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
4621 <step dir="T" type="POSTAMBLE"/>
4622
4623 <step dir="R" type="MSG" modem="V.17/14400" timeout="60000"/>
4624 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
4625
4626 <step type="WAIT" value="75"/>
4627 <step dir="T" type="PREAMBLE" modem="V.21"/>
4628 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4629 <step dir="T" type="POSTAMBLE"/>
4630
4631 <step dir="R" type="MSG" modem="V.17/14400" timeout="60000"/>
4632 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
4633
4634 <step type="WAIT" value="75"/>
4635 <step dir="T" type="PREAMBLE" modem="V.21"/>
4636 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4637 <step dir="T" type="POSTAMBLE"/>
4638
4639 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
4640 </test>
4641 <test name="OTGC09-07">
4642 <!-- DUT calls tester and sends 2 WHITE pages. -->
4643 <step type="ANSWER" value="etsi_300_242_a4_white_2p.tif"/>
4644
4645 <step dir="R" type="CNG"/>
4646
4647 <step dir="T" type="CED"/>
4648 <step type="WAIT" value="75"/>
4649 <step dir="T" type="PREAMBLE" modem="V.21"/>
4650 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 74 51 01 C0"/>
4651 <step dir="T" type="POSTAMBLE"/>
4652
4653 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4654 <step dir="R" type="TCF" modem="V.17/14400" timeout="60000"/>
4655
4656 <step type="WAIT" value="75"/>
4657 <step dir="T" type="PREAMBLE" modem="V.21"/>
4658 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
4659 <step dir="T" type="POSTAMBLE"/>
4660
4661 <step dir="R" type="MSG" modem="V.17/14400" timeout="60000"/>
4662 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
4663
4664 <step type="WAIT" value="75"/>
4665 <step dir="T" type="PREAMBLE" modem="V.21"/>
4666 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4667 <step dir="T" type="POSTAMBLE"/>
4668
4669 <step dir="R" type="MSG" modem="V.17/14400" timeout="60000"/>
4670 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
4671
4672 <step type="WAIT" value="75"/>
4673 <step dir="T" type="PREAMBLE" modem="V.21"/>
4674 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4675 <step dir="T" type="POSTAMBLE"/>
4676
4677 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
4678 </test>
4679 <test name="OTGC09-08">
4680 <!-- DUT calls tester and sends 2 WHITE pages. -->
4681 <step type="ANSWER" value="etsi_300_242_a4_white_2p.tif"/>
4682
4683 <step dir="R" type="CNG"/>
4684
4685 <step dir="T" type="CED"/>
4686 <step type="WAIT" value="75"/>
4687 <step dir="T" type="PREAMBLE" modem="V.21"/>
4688 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 74 51 01 A0"/>
4689 <step dir="T" type="POSTAMBLE"/>
4690
4691 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4692 <step dir="R" type="TCF" modem="V.17/14400" timeout="60000"/>
4693
4694 <step type="WAIT" value="75"/>
4695 <step dir="T" type="PREAMBLE" modem="V.21"/>
4696 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
4697 <step dir="T" type="POSTAMBLE"/>
4698
4699 <step dir="R" type="MSG" modem="V.17/14400" timeout="60000"/>
4700 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
4701
4702 <step type="WAIT" value="75"/>
4703 <step dir="T" type="PREAMBLE" modem="V.21"/>
4704 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4705 <step dir="T" type="POSTAMBLE"/>
4706
4707 <step dir="R" type="MSG" modem="V.17/14400" timeout="60000"/>
4708 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
4709
4710 <step type="WAIT" value="75"/>
4711 <step dir="T" type="PREAMBLE" modem="V.21"/>
4712 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4713 <step dir="T" type="POSTAMBLE"/>
4714
4715 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
4716 </test>
4717 <test name="OTGC09-09">
4718 <!-- DUT calls tester and sends 2 WHITE pages. -->
4719 <step type="ANSWER" value="etsi_300_242_a4_white_2p.tif"/>
4720
4721 <step dir="R" type="CNG"/>
4722
4723 <step dir="T" type="CED"/>
4724 <step type="WAIT" value="75"/>
4725 <step dir="T" type="PREAMBLE" modem="V.21"/>
4726 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 74 00 01 01 88"/>
4727 <step dir="T" type="POSTAMBLE"/>
4728
4729 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4730 <step dir="R" type="TCF" modem="V.17/14400" timeout="60000"/>
4731
4732 <step type="WAIT" value="75"/>
4733 <step dir="T" type="PREAMBLE" modem="V.21"/>
4734 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
4735 <step dir="T" type="POSTAMBLE"/>
4736
4737 <step dir="R" type="MSG" modem="V.17/14400" timeout="60000"/>
4738 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
4739
4740 <step type="WAIT" value="75"/>
4741 <step dir="T" type="PREAMBLE" modem="V.21"/>
4742 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4743 <step dir="T" type="POSTAMBLE"/>
4744
4745 <step dir="R" type="MSG" modem="V.17/14400" timeout="60000"/>
4746 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
4747
4748 <step type="WAIT" value="75"/>
4749 <step dir="T" type="PREAMBLE" modem="V.21"/>
4750 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4751 <step dir="T" type="POSTAMBLE"/>
4752
4753 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
4754 </test>
4755 <test name="OTGC09-10">
4756 <!-- DUT calls tester and sends 2 WHITE pages. -->
4757 <step type="ANSWER" value="etsi_300_242_a4_white_2p.tif"/>
4758
4759 <step dir="R" type="CNG"/>
4760
4761 <step dir="T" type="CED"/>
4762 <step type="WAIT" value="75"/>
4763 <step dir="T" type="PREAMBLE" modem="V.21"/>
4764 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 74 00 01 01 28"/>
4765 <step dir="T" type="POSTAMBLE"/>
4766
4767 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4768 <step dir="R" type="TCF" modem="V.17/14400" timeout="60000"/>
4769
4770 <step type="WAIT" value="75"/>
4771 <step dir="T" type="PREAMBLE" modem="V.21"/>
4772 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
4773 <step dir="T" type="POSTAMBLE"/>
4774
4775 <step dir="R" type="MSG" modem="V.17/14400" timeout="60000"/>
4776 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
4777
4778 <step type="WAIT" value="75"/>
4779 <step dir="T" type="PREAMBLE" modem="V.21"/>
4780 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4781 <step dir="T" type="POSTAMBLE"/>
4782
4783 <step dir="R" type="MSG" modem="V.17/14400" timeout="60000"/>
4784 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
4785
4786 <step type="WAIT" value="75"/>
4787 <step dir="T" type="PREAMBLE" modem="V.21"/>
4788 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4789 <step dir="T" type="POSTAMBLE"/>
4790
4791 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
4792 </test>
4793 <test name="OTGC09-11">
4794 <!-- DUT calls tester and sends 2 WHITE pages. -->
4795 <step type="ANSWER" value="etsi_300_242_a4_white_2p.tif"/>
4796
4797 <step dir="R" type="CNG"/>
4798
4799 <step dir="T" type="CED"/>
4800 <step type="WAIT" value="75"/>
4801 <step dir="T" type="PREAMBLE" modem="V.21"/>
4802 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 74 00 01 01 30"/>
4803 <step dir="T" type="POSTAMBLE"/>
4804
4805 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4806 <step dir="R" type="TCF" modem="V.17/14400" timeout="60000"/>
4807
4808 <step type="WAIT" value="75"/>
4809 <step dir="T" type="PREAMBLE" modem="V.21"/>
4810 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
4811 <step dir="T" type="POSTAMBLE"/>
4812
4813 <step dir="R" type="MSG" modem="V.17/14400" timeout="60000"/>
4814 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
4815
4816 <step type="WAIT" value="75"/>
4817 <step dir="T" type="PREAMBLE" modem="V.21"/>
4818 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4819 <step dir="T" type="POSTAMBLE"/>
4820
4821 <step dir="R" type="MSG" modem="V.17/14400" timeout="60000"/>
4822 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
4823
4824 <step type="WAIT" value="75"/>
4825 <step dir="T" type="PREAMBLE" modem="V.21"/>
4826 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4827 <step dir="T" type="POSTAMBLE"/>
4828
4829 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
4830 </test>
4831 <test name="OTGC09-12">
4832 <!-- DUT calls tester and sends 2 WHITE pages. -->
4833 <step type="ANSWER" value="etsi_300_242_a4_white_2p.tif"/>
4834
4835 <step dir="R" type="CNG"/>
4836
4837 <step dir="T" type="CED"/>
4838 <step type="WAIT" value="75"/>
4839 <step dir="T" type="PREAMBLE" modem="V.21"/>
4840 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 74 00 01 01 50"/>
4841 <step dir="T" type="POSTAMBLE"/>
4842
4843 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4844 <step dir="R" type="TCF" modem="V.17/14400" timeout="60000"/>
4845
4846 <step type="WAIT" value="75"/>
4847 <step dir="T" type="PREAMBLE" modem="V.21"/>
4848 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
4849 <step dir="T" type="POSTAMBLE"/>
4850
4851 <step dir="R" type="MSG" modem="V.17/14400" timeout="60000"/>
4852 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
4853
4854 <step type="WAIT" value="75"/>
4855 <step dir="T" type="PREAMBLE" modem="V.21"/>
4856 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4857 <step dir="T" type="POSTAMBLE"/>
4858
4859 <step dir="R" type="MSG" modem="V.17/14400" timeout="60000"/>
4860 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
4861
4862 <step type="WAIT" value="75"/>
4863 <step dir="T" type="PREAMBLE" modem="V.21"/>
4864 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4865 <step dir="T" type="POSTAMBLE"/>
4866
4867 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
4868 </test>
4869 <test name="OTGC10">
4870 <!-- DUT calls tester and sends 2 WHITE pages. -->
4871 <step type="ANSWER" value="etsi_300_242_a4_white_2p.tif"/>
4872
4873 <step dir="R" type="CNG"/>
4874
4875 <step dir="T" type="CED"/>
4876 <step type="WAIT" value="75"/>
4877 <step dir="T" type="PREAMBLE" modem="V.21"/>
4878 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 76 20"/>
4879 <step dir="T" type="POSTAMBLE"/>
4880
4881 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4882 <step dir="R" type="TCF" modem="V.17/14400" timeout="10000"/>
4883
4884 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4885 <step dir="R" type="TCF" modem="V.17/14400" timeout="10000"/>
4886
4887 <step type="WAIT" value="75"/>
4888 <step dir="T" type="PREAMBLE" modem="V.21"/>
4889 <step dir="T" type="HDLC" tag="FTT" value="FF C8 22"/>
4890 <step dir="T" type="POSTAMBLE"/>
4891
4892 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4893 <step dir="R" type="TCF" modem="V.17/12000" timeout="10000"/>
4894
4895 <step type="WAIT" value="75"/>
4896 <step dir="T" type="PREAMBLE" modem="V.21"/>
4897 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
4898 <step dir="T" type="POSTAMBLE"/>
4899
4900 <step dir="R" type="MSG" modem="V.17/12000" timeout="60000"/>
4901 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
4902
4903 <step type="WAIT" value="75"/>
4904 <step dir="T" type="PREAMBLE" modem="V.21"/>
4905 <step dir="T" type="HDLC" tag="RTP" value="FF C8 33"/>
4906 <step dir="T" type="POSTAMBLE"/>
4907
4908 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4909 <step dir="R" type="TCF" modem="V.17/9600" timeout="10000"/>
4910
4911 <step type="WAIT" value="75"/>
4912 <step dir="T" type="PREAMBLE" modem="V.21"/>
4913 <step dir="T" type="HDLC" modem="V.21" tag="CRP" value="FF C8 58"/>
4914 <step dir="T" type="POSTAMBLE"/>
4915
4916 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4917 <step dir="R" type="TCF" modem="V.17/9600" timeout="10000"/>
4918
4919 <step type="WAIT" value="75"/>
4920 <step dir="T" type="PREAMBLE" modem="V.21"/>
4921 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
4922 <step dir="T" type="POSTAMBLE"/>
4923
4924 <step dir="R" type="MSG" modem="V.17/9600" timeout="60000"/>
4925 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
4926
4927 <step type="WAIT" value="75"/>
4928 <step dir="T" type="PREAMBLE" modem="V.21"/>
4929 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4930 <step dir="T" type="POSTAMBLE"/>
4931
4932 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
4933 </test>
4934 <test name="OTGC11">
4935 <!-- DUT calls tester and sends 1 IMPRESS page. -->
4936 <step type="ANSWER" value="etsi_300_242_a4_impress.tif"/>
4937
4938 <step dir="R" type="CNG"/>
4939
4940 <step dir="T" type="CED"/>
4941 <step type="WAIT" value="75"/>
4942 <step dir="T" type="PREAMBLE" modem="V.21"/>
4943 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
4944 <step dir="T" type="POSTAMBLE"/>
4945
4946 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4947 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="10000"/>
4948
4949 <step type="WAIT" value="75"/>
4950 <step dir="T" type="PREAMBLE" modem="V.21"/>
4951 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
4952 <step dir="T" type="POSTAMBLE"/>
4953
4954 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="180000"/>
4955 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
4956
4957 <step type="WAIT" value="75"/>
4958 <step dir="T" type="PREAMBLE" modem="V.21"/>
4959 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4960 <step dir="T" type="POSTAMBLE"/>
4961
4962 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
4963 </test>
4964 </test-group>
4965 <test-group name="Annex H - ECM transmit test procedures">
4966 <test name="OTEN01">
4967 <!-- DUT calls tester and sends 1 IMPRESS and 1 WHITE page. -->
4968 <step type="ANSWER" value="etsi_300_242_a4_impress_white.tif"/>
4969
4970 <step dir="R" type="CNG"/>
4971
4972 <step dir="T" type="CED"/>
4973 <step type="WAIT" value="75"/>
4974 <step dir="T" type="PREAMBLE" modem="V.21"/>
4975 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 1F 20"/>
4976 <step dir="T" type="POSTAMBLE"/>
4977
4978 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
4979 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="10000"/>
4980
4981 <step type="WAIT" value="75"/>
4982 <step dir="T" type="PREAMBLE" modem="V.21"/>
4983 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
4984 <step dir="T" type="POSTAMBLE"/>
4985
4986 <step dir="R" type="PP" modem="V.27ter/4800" timeout="180000"/>
4987 <step dir="R" type="HDLC" modem="V.21" tag="PPS-NULL+" value="FF C8 FD 00 ..."/>
4988
4989 <step type="WAIT" value="75"/>
4990 <step dir="T" type="PREAMBLE" modem="V.21"/>
4991 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
4992 <step dir="T" type="POSTAMBLE"/>
4993
4994 <step dir="R" type="PP" modem="V.27ter/4800" timeout="180000"/>
4995 <step dir="R" type="HDLC" modem="V.21" tag="PPS-MPS+" value="FF C8 FD F2 ..."/>
4996
4997 <step type="WAIT" value="75"/>
4998 <step dir="T" type="PREAMBLE" modem="V.21"/>
4999 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
5000 <step dir="T" type="POSTAMBLE"/>
5001
5002 <step dir="R" type="PP" modem="V.27ter/4800" timeout="60000"/>
5003 <step dir="R" type="HDLC" modem="V.21" tag="PPS-EOP+" value="FF C8 FD F4 ..."/>
5004
5005 <step type="WAIT" value="75"/>
5006 <step dir="T" type="PREAMBLE" modem="V.21"/>
5007 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
5008 <step dir="T" type="POSTAMBLE"/>
5009
5010 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
5011 </test>
5012 <test name="OTEN02">
5013 <!-- DUT calls tester and sends 1 IMPRESS and 1 WHITE page. -->
5014 <step type="ANSWER" value="etsi_300_242_a4_impress_white.tif"/>
5015
5016 <step dir="R" type="CNG"/>
5017
5018 <step dir="T" type="CED"/>
5019 <step type="WAIT" value="75"/>
5020 <step dir="T" type="PREAMBLE" modem="V.21"/>
5021 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 1F 20"/>
5022 <step dir="T" type="POSTAMBLE"/>
5023
5024 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
5025 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="10000"/>
5026
5027 <step type="WAIT" value="75"/>
5028 <step dir="T" type="PREAMBLE" modem="V.21"/>
5029 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
5030 <step dir="T" type="POSTAMBLE"/>
5031
5032 <step dir="R" type="PP" modem="V.27ter/4800" timeout="180000"/>
5033 <step dir="R" type="HDLC" modem="V.21" tag="PPS-NULL+" value="FF C8 FD 00 ..."/>
5034
5035 <step type="WAIT" value="75"/>
5036 <step dir="T" type="PREAMBLE" modem="V.21"/>
5037 <step dir="T" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 00 00 00 00 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF"/>
5038 <step dir="T" type="POSTAMBLE"/>
5039
5040 <step dir="R" type="PP" modem="V.27ter/4800" timeout="60000"/>
5041 <step dir="R" type="HDLC" modem="V.21" tag="PPS-NULL+" value="FF C8 FD 00 ..."/>
5042
5043 <step type="WAIT" value="75"/>
5044 <step dir="T" type="PREAMBLE" modem="V.21"/>
5045 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
5046 <step dir="T" type="POSTAMBLE"/>
5047
5048 <step dir="R" type="PP" modem="V.27ter/4800" timeout="60000"/>
5049 <step dir="R" type="HDLC" modem="V.21" tag="PPS-MPS+" value="FF C8 FD F2 ..."/>
5050
5051 <step type="WAIT" value="75"/>
5052 <step dir="T" type="PREAMBLE" modem="V.21"/>
5053 <step dir="T" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 00 00 00 00 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF"/>
5054 <step dir="T" type="POSTAMBLE"/>
5055
5056 <step dir="R" type="PP" modem="V.27ter/4800" timeout="60000"/>
5057 <step dir="R" type="HDLC" modem="V.21" tag="PPS-MPS+" value="FF C8 FD F2 ..."/>
5058
5059 <step type="WAIT" value="75"/>
5060 <step dir="T" type="PREAMBLE" modem="V.21"/>
5061 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
5062 <step dir="T" type="POSTAMBLE"/>
5063
5064 <step dir="R" type="PP" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif" timeout="60000"/>
5065 <step dir="R" type="HDLC" modem="V.21" tag="PPS-EOP+" value="FF C8 FD F4 ..."/>
5066
5067 <step type="WAIT" value="75"/>
5068 <step dir="T" type="PREAMBLE" modem="V.21"/>
5069 <step dir="T" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 00 00 00 00 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF"/>
5070 <step dir="T" type="POSTAMBLE"/>
5071
5072 <step dir="R" type="PP" modem="V.27ter/4800" timeout="60000"/>
5073 <step dir="R" type="HDLC" modem="V.21" tag="PPS-EOP+" value="FF C8 FD F4 ..."/>
5074
5075 <step type="WAIT" value="75"/>
5076 <step dir="T" type="PREAMBLE" modem="V.21"/>
5077 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
5078 <step dir="T" type="POSTAMBLE"/>
5079
5080 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
5081 </test>
5082 <test name="OTEN03">
5083 <!-- DUT calls tester and sends 1 WHITE page. -->
5084 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
5085
5086 <step dir="R" type="CNG"/>
5087
5088 <step dir="T" type="CED"/>
5089 <step type="WAIT" value="75"/>
5090 <step dir="T" type="PREAMBLE" modem="V.21"/>
5091 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 11 20"/>
5092 <step dir="T" type="POSTAMBLE"/>
5093
5094 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
5095 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="10000"/>
5096
5097 <step type="WAIT" value="75"/>
5098 <step dir="T" type="PREAMBLE" modem="V.21"/>
5099 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
5100 <step dir="T" type="POSTAMBLE"/>
5101
5102 <step dir="R" type="PP" modem="V.27ter/4800" timeout="60000"/>
5103 <step dir="R" type="HDLC" modem="V.21" tag="PPS-EOP+" value="FF C8 FD F4 ..."/>
5104
5105 <step type="WAIT" value="75"/>
5106 <step dir="T" type="PREAMBLE" modem="V.21"/>
5107 <step dir="T" type="HDLC" tag="RNR" value="FF C8 37"/>
5108 <step dir="T" type="POSTAMBLE"/>
5109
5110 <step dir="R" type="HDLC" modem="V.21" tag="RR+" value="FF C8 F6"/>
5111
5112 <step type="WAIT" value="500"/>
5113 <step dir="T" type="PREAMBLE" modem="V.21"/>
5114 <step dir="T" type="HDLC" tag="RNR" value="FF C8 37"/>
5115 <step dir="T" type="POSTAMBLE"/>
5116
5117 <step dir="R" type="HDLC" modem="V.21" tag="RR+" value="FF C8 F6"/>
5118
5119 <step type="WAIT" value="500"/>
5120 <step dir="T" type="PREAMBLE" modem="V.21"/>
5121 <step dir="T" type="HDLC" tag="RNR" value="FF C8 37"/>
5122 <step dir="T" type="POSTAMBLE"/>
5123
5124 <step dir="R" type="HDLC" modem="V.21" tag="RR+" value="FF C8 F6"/>
5125
5126 <step type="WAIT" value="500"/>
5127 <step dir="T" type="PREAMBLE" modem="V.21"/>
5128 <step dir="T" type="HDLC" tag="RNR" value="FF C8 37"/>
5129 <step dir="T" type="POSTAMBLE"/>
5130
5131 <step dir="R" type="HDLC" modem="V.21" tag="RR+" value="FF C8 F6"/>
5132
5133 <step type="WAIT" value="500"/>
5134 <step dir="T" type="PREAMBLE" modem="V.21"/>
5135 <step dir="T" type="HDLC" tag="RNR" value="FF C8 37"/>
5136 <step dir="T" type="POSTAMBLE"/>
5137
5138 <step dir="R" type="HDLC" modem="V.21" tag="RR+" value="FF C8 F6"/>
5139
5140 <step type="WAIT" value="500"/>
5141 <step dir="T" type="PREAMBLE" modem="V.21"/>
5142 <step dir="T" type="HDLC" tag="RNR" value="FF C8 37"/>
5143 <step dir="T" type="POSTAMBLE"/>
5144
5145 <step dir="R" type="HDLC" modem="V.21" tag="RR+" value="FF C8 F6"/>
5146
5147 <step type="WAIT" value="500"/>
5148 <step dir="T" type="PREAMBLE" modem="V.21"/>
5149 <step dir="T" type="HDLC" tag="RNR" value="FF C8 37"/>
5150 <step dir="T" type="POSTAMBLE"/>
5151
5152 <step dir="R" type="HDLC" modem="V.21" tag="RR+" value="FF C8 F6"/>
5153
5154 <step type="WAIT" value="500"/>
5155 <step dir="T" type="PREAMBLE" modem="V.21"/>
5156 <step dir="T" type="HDLC" tag="RNR" value="FF C8 37"/>
5157 <step dir="T" type="POSTAMBLE"/>
5158
5159 <step dir="R" type="HDLC" modem="V.21" tag="RR+" value="FF C8 F6"/>
5160
5161 <step type="WAIT" value="500"/>
5162 <step dir="T" type="PREAMBLE" modem="V.21"/>
5163 <step dir="T" type="HDLC" tag="RNR" value="FF C8 37"/>
5164 <step dir="T" type="POSTAMBLE"/>
5165
5166 <step dir="R" type="HDLC" modem="V.21" tag="RR+" value="FF C8 F6"/>
5167
5168 <step type="WAIT" value="500"/>
5169 <step dir="T" type="PREAMBLE" modem="V.21"/>
5170 <step dir="T" type="HDLC" tag="RNR" value="FF C8 37"/>
5171 <step dir="T" type="POSTAMBLE"/>
5172
5173 <step dir="R" type="HDLC" modem="V.21" tag="RR+" value="FF C8 F6"/>
5174
5175 <step type="WAIT" value="500"/>
5176 <step dir="T" type="PREAMBLE" modem="V.21"/>
5177 <step dir="T" type="HDLC" tag="RNR" value="FF C8 37"/>
5178 <step dir="T" type="POSTAMBLE"/>
5179
5180 <step dir="R" type="HDLC" modem="V.21" tag="RR+" value="FF C8 F6"/>
5181
5182 <step type="WAIT" value="500"/>
5183 <step dir="T" type="PREAMBLE" modem="V.21"/>
5184 <step dir="T" type="HDLC" tag="RNR" value="FF C8 37"/>
5185 <step dir="T" type="POSTAMBLE"/>
5186
5187 <step dir="R" type="HDLC" modem="V.21" tag="RR+" value="FF C8 F6"/>
5188
5189 <step type="WAIT" value="500"/>
5190 <step dir="T" type="PREAMBLE" modem="V.21"/>
5191 <step dir="T" type="HDLC" tag="RNR" value="FF C8 37"/>
5192 <step dir="T" type="POSTAMBLE"/>
5193
5194 <step dir="R" type="HDLC" modem="V.21" tag="RR+" value="FF C8 F6"/>
5195
5196 <step type="WAIT" value="500"/>
5197 <step dir="T" type="PREAMBLE" modem="V.21"/>
5198 <step dir="T" type="HDLC" tag="RNR" value="FF C8 37"/>
5199 <step dir="T" type="POSTAMBLE"/>
5200
5201 <step dir="R" type="HDLC" modem="V.21" tag="RR+" value="FF C8 F6"/>
5202
5203 <step type="WAIT" value="500"/>
5204 <step dir="T" type="PREAMBLE" modem="V.21"/>
5205 <step dir="T" type="HDLC" tag="RNR" value="FF C8 37"/>
5206 <step dir="T" type="POSTAMBLE"/>
5207
5208 <step dir="R" type="HDLC" modem="V.21" tag="RR+" value="FF C8 F6"/>
5209
5210 <step type="WAIT" value="500"/>
5211 <step dir="T" type="PREAMBLE" modem="V.21"/>
5212 <step dir="T" type="HDLC" tag="RNR" value="FF C8 37"/>
5213 <step dir="T" type="POSTAMBLE"/>
5214
5215 <step dir="R" type="HDLC" modem="V.21" tag="RR+" value="FF C8 F6"/>
5216
5217 <step type="WAIT" value="500"/>
5218 <step dir="T" type="PREAMBLE" modem="V.21"/>
5219 <step dir="T" type="HDLC" tag="RNR" value="FF C8 37"/>
5220 <step dir="T" type="POSTAMBLE"/>
5221
5222 <step dir="R" type="HDLC" modem="V.21" tag="RR+" value="FF C8 F6"/>
5223
5224 <step type="WAIT" value="500"/>
5225 <step dir="T" type="PREAMBLE" modem="V.21"/>
5226 <step dir="T" type="HDLC" tag="RNR" value="FF C8 37"/>
5227 <step dir="T" type="POSTAMBLE"/>
5228
5229 <step dir="R" type="HDLC" modem="V.21" tag="RR+" value="FF C8 F6"/>
5230
5231 <step type="WAIT" value="500"/>
5232 <step dir="T" type="PREAMBLE" modem="V.21"/>
5233 <step dir="T" type="HDLC" tag="RNR" value="FF C8 37"/>
5234 <step dir="T" type="POSTAMBLE"/>
5235
5236 <step dir="R" type="HDLC" modem="V.21" tag="RR+" value="FF C8 F6"/>
5237
5238 <step type="WAIT" value="500"/>
5239 <step dir="T" type="PREAMBLE" modem="V.21"/>
5240 <step dir="T" type="HDLC" tag="RNR" value="FF C8 37"/>
5241 <step dir="T" type="POSTAMBLE"/>
5242
5243 <step dir="R" type="HDLC" modem="V.21" tag="RR+" value="FF C8 F6"/>
5244
5245 <step type="WAIT" value="500"/>
5246 <step dir="T" type="PREAMBLE" modem="V.21"/>
5247 <step dir="T" type="HDLC" tag="RNR" value="FF C8 37"/>
5248 <step dir="T" type="POSTAMBLE"/>
5249
5250 <step dir="R" type="HDLC" modem="V.21" tag="RR+" value="FF C8 F6"/>
5251
5252 <step type="WAIT" value="500"/>
5253 <step dir="T" type="PREAMBLE" modem="V.21"/>
5254 <step dir="T" type="HDLC" tag="RNR" value="FF C8 37"/>
5255 <step dir="T" type="POSTAMBLE"/>
5256
5257 <step dir="R" type="HDLC" modem="V.21" tag="RR+" value="FF C8 F6"/>
5258
5259 <step type="WAIT" value="500"/>
5260 <step dir="T" type="PREAMBLE" modem="V.21"/>
5261 <step dir="T" type="HDLC" tag="RNR" value="FF C8 37"/>
5262 <step dir="T" type="POSTAMBLE"/>
5263
5264 <step dir="R" type="HDLC" modem="V.21" tag="RR+" value="FF C8 F6"/>
5265
5266 <step type="WAIT" value="500"/>
5267 <step dir="T" type="PREAMBLE" modem="V.21"/>
5268 <step dir="T" type="HDLC" tag="RNR" value="FF C8 37"/>
5269 <step dir="T" type="POSTAMBLE"/>
5270
5271 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
5272 </test>
5273 <test name="OTEN04">
5274 <!-- DUT calls tester and sends 1 WHITE page. -->
5275 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
5276
5277 <step dir="R" type="CNG"/>
5278
5279 <step dir="T" type="CED"/>
5280 <step type="WAIT" value="75"/>
5281 <step dir="T" type="PREAMBLE" modem="V.21"/>
5282 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 1F 20"/>
5283 <step dir="T" type="POSTAMBLE"/>
5284
5285 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
5286 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="10000"/>
5287 <step dir="R" type="SILENCE"/>
5288
5289 <step type="WAIT" value="75"/>
5290 <step dir="T" type="PREAMBLE" modem="V.21"/>
5291 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
5292 <step dir="T" type="POSTAMBLE"/>
5293
5294 <step dir="R" type="PP" modem="V.27ter/4800" timeout="60000"/>
5295 <step dir="R" type="HDLC" modem="V.21" tag="PPS-EOP+" value="FF C8 FD F4 ..."/>
5296 <step dir="R" type="SILENCE"/>
5297
5298 <step type="WAIT" value="75"/>
5299 <step dir="T" type="PREAMBLE" modem="V.21"/>
5300 <step dir="T" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 00 00 00 00 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF"/>
5301 <step dir="T" type="POSTAMBLE"/>
5302
5303 <step dir="R" type="PP" modem="V.27ter/4800" timeout="60000"/>
5304 <step dir="R" type="HDLC" modem="V.21" tag="PPS-EOP+" value="FF C8 FD F4 ..."/>
5305 <step dir="R" type="SILENCE"/>
5306
5307 <step type="WAIT" value="75"/>
5308 <step dir="T" type="PREAMBLE" modem="V.21"/>
5309 <step dir="T" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 00 00 00 00 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF"/>
5310 <step dir="T" type="POSTAMBLE"/>
5311
5312 <step dir="R" type="PP" modem="V.27ter/4800" timeout="60000"/>
5313 <step dir="R" type="HDLC" modem="V.21" tag="PPS-EOP+" value="FF C8 FD F4 ..."/>
5314 <step dir="R" type="SILENCE"/>
5315
5316 <step type="WAIT" value="75"/>
5317 <step dir="T" type="PREAMBLE" modem="V.21"/>
5318 <step dir="T" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 00 00 00 00 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF"/>
5319 <step dir="T" type="POSTAMBLE"/>
5320
5321 <step dir="R" type="PP" modem="V.27ter/4800" timeout="60000"/>
5322 <step dir="R" type="HDLC" modem="V.21" tag="PPS-EOP+" value="FF C8 FD F4 ..."/>
5323 <step dir="R" type="SILENCE"/>
5324
5325 <step type="WAIT" value="75"/>
5326 <step dir="T" type="PREAMBLE" modem="V.21"/>
5327 <step dir="T" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 00 00 00 00 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF"/>
5328 <step dir="T" type="POSTAMBLE"/>
5329
5330 <step dir="R" type="HDLC" modem="V.21" tag="CTC" value="FF C8 C8"/>
5331 <step dir="R" type="SILENCE"/>
5332
5333 <step type="WAIT" value="75"/>
5334 <step dir="T" type="PREAMBLE" modem="V.21"/>
5335 <step dir="T" type="HDLC" modem="V.21" tag="CTR" value="FF C8 23"/>
5336 <step dir="T" type="POSTAMBLE"/>
5337
5338 <step dir="R" type="PP" modem="V.27ter/4800" timeout="60000"/>
5339 <step dir="R" type="HDLC" modem="V.21" tag="PPS-EOP+" value="FF C8 FD F4 ..."/>
5340 <step dir="R" type="SILENCE"/>
5341
5342 <step type="WAIT" value="75"/>
5343 <step dir="T" type="PREAMBLE" modem="V.21"/>
5344 <step dir="T" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 00 00 00 00 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF"/>
5345 <step dir="T" type="POSTAMBLE"/>
5346
5347 <step dir="R" type="PP" modem="V.27ter/4800" timeout="60000"/>
5348 <step dir="R" type="HDLC" modem="V.21" tag="PPS-EOP+" value="FF C8 FD F4 ..."/>
5349 <step dir="R" type="SILENCE"/>
5350
5351 <step type="WAIT" value="75"/>
5352 <step dir="T" type="PREAMBLE" modem="V.21"/>
5353 <step dir="T" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 00 00 00 00 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF"/>
5354 <step dir="T" type="POSTAMBLE"/>
5355
5356 <step dir="R" type="PP" modem="V.27ter/4800" timeout="60000"/>
5357 <step dir="R" type="HDLC" modem="V.21" tag="PPS-EOP+" value="FF C8 FD F4 ..."/>
5358 <step dir="R" type="SILENCE"/>
5359
5360 <step type="WAIT" value="75"/>
5361 <step dir="T" type="PREAMBLE" modem="V.21"/>
5362 <step dir="T" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 00 00 00 00 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF"/>
5363 <step dir="T" type="POSTAMBLE"/>
5364
5365 <step dir="R" type="PP" modem="V.27ter/4800" timeout="60000"/>
5366 <step dir="R" type="HDLC" modem="V.21" tag="PPS-EOP+" value="FF C8 FD F4 ..."/>
5367 <step dir="R" type="SILENCE"/>
5368
5369 <step type="WAIT" value="75"/>
5370 <step dir="T" type="PREAMBLE" modem="V.21"/>
5371 <step dir="T" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 00 00 00 00 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF"/>
5372 <step dir="T" type="POSTAMBLE"/>
5373
5374 <step dir="R" type="HDLC" modem="V.21" tag="EOR-EOP+" value="FF C8 F3 F4 ..."/>
5375 <step dir="R" type="SILENCE"/>
5376
5377 <step type="WAIT" value="75"/>
5378 <step dir="T" type="PREAMBLE" modem="V.21"/>
5379 <step dir="T" type="HDLC" tag="ERR" value="FF C8 38"/>
5380 <step dir="T" type="POSTAMBLE"/>
5381
5382 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
5383 <step dir="R" type="SILENCE"/>
5384 </test>
5385 <test name="OTEN05">
5386 <!-- DUT calls tester and sends 1 WHITE page. -->
5387 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
5388
5389 <step dir="R" type="CNG"/>
5390
5391 <step dir="T" type="CED"/>
5392 <step type="WAIT" value="75"/>
5393 <step dir="T" type="PREAMBLE" modem="V.21"/>
5394 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 1F 20"/>
5395 <step dir="T" type="POSTAMBLE"/>
5396
5397 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
5398 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
5399 <step dir="R" type="SILENCE"/>
5400
5401 <step type="WAIT" value="75"/>
5402 <step dir="T" type="PREAMBLE" modem="V.21"/>
5403 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
5404 <step dir="T" type="POSTAMBLE"/>
5405
5406 <step dir="R" type="PP" modem="V.27ter/4800" timeout="60000"/>
5407 <step dir="R" type="HDLC" modem="V.21" tag="PPS-EOP+" value="FF C8 FD F4 ..."/>
5408 <step dir="R" type="SILENCE"/>
5409
5410 <step type="WAIT" value="75"/>
5411 <step dir="T" type="PREAMBLE" modem="V.21"/>
5412 <step dir="T" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 00 00 00 00 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF"/>
5413 <step dir="T" type="POSTAMBLE"/>
5414
5415 <step dir="R" type="PP" modem="V.27ter/4800" timeout="60000"/>
5416 <step dir="R" type="HDLC" modem="V.21" tag="PPS-EOP+" value="FF C8 FD F4 ..."/>
5417 <step dir="R" type="SILENCE"/>
5418
5419 <step type="WAIT" value="75"/>
5420 <step dir="T" type="PREAMBLE" modem="V.21"/>
5421 <step dir="T" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 00 00 00 00 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF"/>
5422 <step dir="T" type="POSTAMBLE"/>
5423
5424 <step dir="R" type="PP" modem="V.27ter/4800" timeout="60000"/>
5425 <step dir="R" type="HDLC" modem="V.21" tag="PPS-EOP+" value="FF C8 FD F4 ..."/>
5426 <step dir="R" type="SILENCE"/>
5427
5428 <step type="WAIT" value="75"/>
5429 <step dir="T" type="PREAMBLE" modem="V.21"/>
5430 <step dir="T" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 00 00 00 00 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF"/>
5431 <step dir="T" type="POSTAMBLE"/>
5432
5433 <step dir="R" type="PP" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif" timeout="60000"/>
5434 <step dir="R" type="HDLC" modem="V.21" tag="PPS-EOP+" value="FF C8 FD F4 ..."/>
5435 <step dir="R" type="SILENCE"/>
5436
5437 <step type="WAIT" value="75"/>
5438 <step dir="T" type="PREAMBLE" modem="V.21"/>
5439 <step dir="T" type="HDLC" modem="V.21" tag="PPR" value="FF C8 3D 00 00 00 00 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF"/>
5440 <step dir="T" type="POSTAMBLE"/>
5441
5442 <step dir="R" type="HDLC" modem="V.21" tag="CTC+" value="FF C8 C8"/>
5443 <step dir="R" type="SILENCE"/>
5444
5445 <step type="WAIT" value="75"/>
5446 <step dir="T" type="PREAMBLE" modem="V.21"/>
5447 <step dir="T" type="HDLC" tag="CTR" value="FF C8 23"/>
5448 <step dir="T" type="POSTAMBLE"/>
5449
5450 <step dir="R" type="PP" modem="V.27ter/4800" timeout="60000"/>
5451 <step dir="R" type="HDLC" modem="V.21" tag="PPS-EOP+" value="FF C8 FD F4 ..."/>
5452
5453 <step type="WAIT" value="75"/>
5454 <step dir="T" type="PREAMBLE" modem="V.21"/>
5455 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
5456 <step dir="T" type="POSTAMBLE"/>
5457
5458 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
5459 </test>
5460 <test name="OTEN06">
5461 <!-- DUT calls tester and sends 1 IMPRESS page. -->
5462 <step type="ANSWER" value="etsi_300_242_a4_impress.tif"/>
5463
5464 <step dir="R" type="CNG"/>
5465
5466 <step dir="T" type="CED"/>
5467 <step type="WAIT" value="75"/>
5468 <step dir="T" type="PREAMBLE" modem="V.21"/>
5469 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 11 22"/>
5470 <step dir="T" type="POSTAMBLE"/>
5471
5472 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
5473 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="10000"/>
5474
5475 <step type="WAIT" value="75"/>
5476 <step dir="T" type="PREAMBLE" modem="V.21"/>
5477 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
5478 <step dir="T" type="POSTAMBLE"/>
5479
5480 <step dir="R" type="PP" modem="V.27ter/4800" value="etsi_300_242_a4_impress.tif" timeout="180000"/>
5481 <step dir="R" type="HDLC" modem="V.21" tag="PPS-EOP+" value="FF C8 FD F4 ..."/>
5482
5483 <step type="WAIT" value="75"/>
5484 <step dir="T" type="PREAMBLE" modem="V.21"/>
5485 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
5486 <step dir="T" type="POSTAMBLE"/>
5487
5488 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
5489 </test>
5490 </test-group>
5491 <test-group name="Annex I - Exception transmit test procedures">
5492 <test name="MTGX01">
5493 <!-- DUT calls tester and is prepared to send 1 WHITE page. Tester sends CED/DIS
5494 29999ms after going off hook -->
5495 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
5496
5497 <step dir="R" type="CNG"/>
5498
5499 <step type="WAIT" value="29999"/>
5500 <step dir="T" type="CED"/>
5501 <step type="WAIT" value="75"/>
5502 <step dir="T" type="PREAMBLE" modem="V.21"/>
5503 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
5504 <step dir="T" type="POSTAMBLE"/>
5505
5506 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
5507 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
5508 </test>
5509 <test name="MTGX02">
5510 <!-- DUT calls tester and is prepared to send 1 WHITE page. Tester sends CED/DIS
5511 40001ms after going off hook -->
5512 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
5513
5514 <step dir="R" type="CNG"/>
5515
5516 <step type="WAIT" value="40001"/>
5517 <step dir="T" type="CED"/>
5518 <step type="WAIT" value="75"/>
5519 <step dir="T" type="PREAMBLE" modem="V.21"/>
5520 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
5521 <step dir="T" type="POSTAMBLE"/>
5522
5523 <step type="WAIT" value="75"/>
5524 <step dir="T" type="PREAMBLE" modem="V.21"/>
5525 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
5526 <step dir="T" type="POSTAMBLE"/>
5527 </test>
5528 <test name="MTGX03">
5529 <!-- DUT calls tester and is prepared to send 1 WHITE page. -->
5530 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
5531
5532 <step dir="R" type="CNG"/>
5533
5534 <step dir="T" type="CED"/>
5535 <step type="WAIT" value="75"/>
5536 <step dir="T" type="PREAMBLE" modem="V.21"/>
5537 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 72 20"/>
5538 <step dir="T" type="POSTAMBLE"/>
5539
5540 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
5541 <step dir="R" type="TCF" modem="V.29/9600" timeout="60000"/>
5542
5543 <step type="WAIT" value="75"/>
5544 <step dir="T" type="PREAMBLE" modem="V.21"/>
5545 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
5546 <step dir="T" type="POSTAMBLE"/>
5547 </test>
5548 <test name="MTGX04">
5549 <!-- DUT calls tester and is prepared to send 2 WHITE pages separately. -->
5550 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
5551
5552 <step dir="R" type="CNG"/>
5553
5554 <step dir="T" type="CED"/>
5555 <step type="WAIT" value="75"/>
5556 <step dir="T" type="PREAMBLE" modem="V.21"/>
5557 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 72 20"/>
5558 <step dir="T" type="POSTAMBLE"/>
5559
5560 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
5561 <step dir="R" type="TCF" modem="V.29/9600" timeout="10000"/>
5562
5563 <step type="WAIT" value="75"/>
5564 <step dir="T" type="PREAMBLE" modem="V.21"/>
5565 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
5566 <step dir="T" type="POSTAMBLE"/>
5567
5568 <step dir="T" type="SET" tag="TXFILE" value="etsi_300_242_a4_white.tif"/>
5569
5570 <step dir="R" type="MSG" modem="V.29/9600" timeout="60000"/>
5571 <step dir="R" type="HDLC" modem="V.21" tag="EOM+" value="FF C8 F1"/>
5572
5573 <step type="WAIT" value="75"/>
5574 <step dir="T" type="PREAMBLE" modem="V.21"/>
5575 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
5576 <step dir="T" type="POSTAMBLE"/>
5577 </test>
5578 <test name="MTGX05">
5579 <!-- DUT calls tester and attempts to send 2 WHITE pages. -->
5580 <step type="ANSWER" value="etsi_300_242_a4_white_2p.tif"/>
5581
5582 <step dir="R" type="CNG"/>
5583
5584 <step dir="T" type="CED"/>
5585 <step type="WAIT" value="75"/>
5586 <step dir="T" type="PREAMBLE" modem="V.21"/>
5587 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
5588 <step dir="T" type="POSTAMBLE"/>
5589
5590 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
5591 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="10000"/>
5592
5593 <step type="WAIT" value="75"/>
5594 <step dir="T" type="PREAMBLE" modem="V.21"/>
5595 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
5596 <step dir="T" type="POSTAMBLE"/>
5597
5598 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
5599 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
5600
5601 <step type="WAIT" value="75"/>
5602 <step dir="T" type="PREAMBLE" modem="V.21"/>
5603 <step dir="T" type="HDLC" tag="DCN+" value="FF C8 DF"/>
5604 <step dir="T" type="POSTAMBLE"/>
5605 </test>
5606 <test name="MTGX06">
5607 <!-- DUT calls tester and sends 1 WHITE page. -->
5608 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
5609
5610 <step dir="R" type="CNG"/>
5611
5612 <step dir="T" type="CED"/>
5613 <step type="WAIT" value="75"/>
5614 <step dir="T" type="PREAMBLE" modem="V.21"/>
5615 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
5616 <step dir="T" type="POSTAMBLE"/>
5617
5618 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
5619 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
5620
5621 <step type="WAIT" value="75"/>
5622 <step dir="T" type="PREAMBLE" modem="V.21"/>
5623 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
5624 <step dir="T" type="POSTAMBLE"/>
5625
5626 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
5627 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
5628
5629 <step type="WAIT" value="75"/>
5630 <step dir="T" type="PREAMBLE" modem="V.21"/>
5631 <step dir="T" type="HDLC" tag="DCN+" value="FF C8 DF"/>
5632 <step dir="T" type="POSTAMBLE"/>
5633 </test>
5634 <test name="MTGX07">
5635 <!-- DUT calls tester and sends 1 WHITE page. -->
5636 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
5637
5638 <step dir="R" type="CNG"/>
5639
5640 <step dir="T" type="CED"/>
5641 <step type="WAIT" value="75"/>
5642 <step dir="T" type="PREAMBLE" modem="V.21"/>
5643 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 72 20"/>
5644 <step dir="T" type="POSTAMBLE"/>
5645
5646 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
5647 <step dir="R" type="TCF" modem="V.29/9600"/>
5648
5649 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
5650 <step dir="R" type="TCF" modem="V.29/9600"/>
5651
5652 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
5653 <step dir="R" type="TCF" modem="V.29/9600"/>
5654
5655 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
5656 </test>
5657 <test name="MTGX08">
5658 <!-- DUT calls tester and sends 2 WHITE pages separately. -->
5659 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
5660
5661 <step dir="R" type="CNG"/>
5662
5663 <step dir="T" type="CED"/>
5664 <step type="WAIT" value="75"/>
5665 <step dir="T" type="PREAMBLE" modem="V.21"/>
5666 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 72 20"/>
5667 <step dir="T" type="POSTAMBLE"/>
5668
5669 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
5670 <step dir="R" type="TCF" modem="V.29/9600"/>
5671
5672 <step type="WAIT" value="75"/>
5673 <step dir="T" type="PREAMBLE" modem="V.21"/>
5674 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
5675 <step dir="T" type="POSTAMBLE"/>
5676
5677 <step dir="T" type="SET" tag="TXFILE" value="etsi_300_242_a4_white.tif"/>
5678
5679 <step dir="R" type="MSG" modem="V.29/9600" timeout="60000"/>
5680 <step dir="R" type="HDLC" modem="V.21" tag="EOM+" value="FF C8 F1"/>
5681
5682 <step dir="R" type="HDLC" modem="V.21" tag="EOM+" value="FF C8 F1"/>
5683
5684 <step dir="R" type="HDLC" modem="V.21" tag="EOM+" value="FF C8 F1"/>
5685
5686 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
5687 </test>
5688 <test name="MTGX09">
5689 <!-- DUT calls tester and sends 2 WHITE pages. -->
5690 <step type="ANSWER" value="etsi_300_242_a4_white_2p.tif"/>
5691
5692 <step dir="R" type="CNG"/>
5693
5694 <step dir="T" type="CED"/>
5695 <step type="WAIT" value="75"/>
5696 <step dir="T" type="PREAMBLE" modem="V.21"/>
5697 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
5698 <step dir="T" type="POSTAMBLE"/>
5699
5700 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
5701 <step dir="R" type="TCF" modem="V.27ter/4800"/>
5702
5703 <step type="WAIT" value="75"/>
5704 <step dir="T" type="PREAMBLE" modem="V.21"/>
5705 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
5706 <step dir="T" type="POSTAMBLE"/>
5707
5708 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
5709 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
5710
5711 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
5712
5713 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
5714
5715 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
5716 </test>
5717 <test name="MTGX10">
5718 <!-- DUT calls tester and sends 1 WHITE page. -->
5719 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
5720
5721 <step dir="R" type="CNG"/>
5722
5723 <step dir="T" type="CED"/>
5724 <step type="WAIT" value="75"/>
5725 <step dir="T" type="PREAMBLE" modem="V.21"/>
5726 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
5727 <step dir="T" type="POSTAMBLE"/>
5728
5729 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
5730 <step dir="R" type="TCF" modem="V.27ter/4800"/>
5731
5732 <step type="WAIT" value="75"/>
5733 <step dir="T" type="PREAMBLE" modem="V.21"/>
5734 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
5735 <step dir="T" type="POSTAMBLE"/>
5736
5737 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
5738 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
5739
5740 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
5741
5742 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
5743
5744 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
5745 </test>
5746 <test name="MTGX11">
5747 <!-- DUT calls tester and sends 1 WHITE page. -->
5748 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
5749
5750 <step dir="R" type="CNG"/>
5751
5752 <step dir="T" type="CED"/>
5753 <step type="WAIT" value="75"/>
5754 <step dir="T" type="PREAMBLE" modem="V.21"/>
5755 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 72 20"/>
5756 <step dir="T" type="POSTAMBLE"/>
5757
5758 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
5759 <step dir="R" type="TCF" modem="V.29/9600"/>
5760
5761 <step type="WAIT" value="75"/>
5762 <step dir="T" type="PREAMBLE" modem="V.21"/>
5763 <step dir="T" type="HDLC" tag="FTT" value="FF C8 22"/>
5764 <step dir="T" type="POSTAMBLE"/>
5765
5766 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
5767 <step dir="R" type="TCF" modem="V.29/7200"/>
5768
5769 <step type="WAIT" value="75"/>
5770 <step dir="T" type="PREAMBLE" modem="V.21"/>
5771 <step dir="T" type="HDLC" tag="FTT" value="FF C8 22"/>
5772 <step dir="T" type="POSTAMBLE"/>
5773
5774 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
5775 <step dir="R" type="TCF" modem="V.27ter/4800"/>
5776
5777 <step type="WAIT" value="75"/>
5778 <step dir="T" type="PREAMBLE" modem="V.21"/>
5779 <step dir="T" type="HDLC" tag="FTT" value="FF C8 22"/>
5780 <step dir="T" type="POSTAMBLE"/>
5781
5782 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
5783 <step dir="R" type="TCF" modem="V.27ter/2400"/>
5784
5785 <step type="WAIT" value="75"/>
5786 <step dir="T" type="PREAMBLE" modem="V.21"/>
5787 <step dir="T" type="HDLC" tag="FTT" value="FF C8 22"/>
5788 <step dir="T" type="POSTAMBLE"/>
5789
5790 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
5791 </test>
5792 <test name="MTGX12">
5793 <!-- DUT calls tester and sends 1 WHITE page. -->
5794 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
5795
5796 <step dir="R" type="CNG"/>
5797
5798 <step dir="T" type="CED"/>
5799 <step type="WAIT" value="75"/>
5800 <step dir="T" type="PREAMBLE" modem="V.21"/>
5801 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 72 20"/>
5802 <step dir="T" type="POSTAMBLE"/>
5803
5804 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
5805 <step dir="R" type="TCF" modem="V.29/9600"/>
5806
5807 <step type="WAIT" value="75"/>
5808 <step dir="T" type="PREAMBLE" modem="V.21"/>
5809 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
5810 <step dir="T" type="POSTAMBLE"/>
5811
5812 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
5813 <step dir="R" type="TCF" modem="V.29/9600"/>
5814
5815 <step type="WAIT" value="75"/>
5816 <step dir="T" type="PREAMBLE" modem="V.21"/>
5817 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
5818 <step dir="T" type="POSTAMBLE"/>
5819
5820 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
5821 <step dir="R" type="TCF" modem="V.29/9600"/>
5822
5823 <step type="WAIT" value="75"/>
5824 <step dir="T" type="PREAMBLE" modem="V.21"/>
5825 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
5826 <step dir="T" type="POSTAMBLE"/>
5827
5828 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
5829 </test>
5830 <test name="MTGX13">
5831 <!-- DUT calls tester and sends 1 WHITE page. -->
5832 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
5833
5834 <step dir="R" type="CNG"/>
5835
5836 <step dir="T" type="CED"/>
5837 <step type="WAIT" value="75"/>
5838 <step dir="T" type="PREAMBLE" modem="V.21"/>
5839 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 72 20"/>
5840 <step dir="T" type="POSTAMBLE"/>
5841
5842 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
5843 <step dir="R" type="TCF" modem="V.29/9600"/>
5844
5845 <step type="WAIT" value="75"/>
5846 <step dir="T" type="PREAMBLE" modem="V.21"/>
5847 <step dir="T" type="HDLC" modem="V.21" tag="CRP" value="FF C8 58"/>
5848 <step dir="T" type="POSTAMBLE"/>
5849
5850 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
5851 <step dir="R" type="TCF" modem="V.29/9600"/>
5852
5853 <step type="WAIT" value="75"/>
5854 <step dir="T" type="PREAMBLE" modem="V.21"/>
5855 <step dir="T" type="HDLC" modem="V.21" tag="CRP" value="FF C8 58"/>
5856 <step dir="T" type="POSTAMBLE"/>
5857
5858 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
5859 <step dir="R" type="TCF" modem="V.29/9600" timeout="60000"/>
5860
5861 <step type="WAIT" value="75"/>
5862 <step dir="T" type="PREAMBLE" modem="V.21"/>
5863 <step dir="T" type="HDLC" modem="V.21" tag="CRP" value="FF C8 58"/>
5864 <step dir="T" type="POSTAMBLE"/>
5865
5866 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
5867 </test>
5868 <test name="MTGX14">
5869 <!-- DUT calls tester and sends 2 WHITE pages separately. -->
5870 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
5871
5872 <step dir="R" type="CNG"/>
5873
5874 <step dir="T" type="CED"/>
5875 <step type="WAIT" value="75"/>
5876 <step dir="T" type="PREAMBLE" modem="V.21"/>
5877 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 72 20"/>
5878 <step dir="T" type="POSTAMBLE"/>
5879
5880 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
5881 <step dir="R" type="TCF" modem="V.29/9600" timeout="10000"/>
5882
5883 <step type="WAIT" value="75"/>
5884 <step dir="T" type="PREAMBLE" modem="V.21"/>
5885 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
5886 <step dir="T" type="POSTAMBLE"/>
5887
5888 <step dir="T" type="SET" tag="TXFILE" value="etsi_300_242_a4_white.tif"/>
5889
5890 <step dir="R" type="MSG" modem="V.29/9600" timeout="60000"/>
5891 <step dir="R" type="HDLC" modem="V.21" tag="EOM+" value="FF C8 F1"/>
5892
5893 <step type="WAIT" value="75"/>
5894 <step dir="T" type="PREAMBLE" modem="V.21"/>
5895 <step dir="T" type="HDLC" modem="V.21" tag="CRP" value="FF C8 58"/>
5896 <step dir="T" type="POSTAMBLE"/>
5897
5898 <step dir="R" type="HDLC" modem="V.21" tag="EOM+" value="FF C8 F1"/>
5899
5900 <step type="WAIT" value="75"/>
5901 <step dir="T" type="PREAMBLE" modem="V.21"/>
5902 <step dir="T" type="HDLC" modem="V.21" tag="CRP" value="FF C8 58"/>
5903 <step dir="T" type="POSTAMBLE"/>
5904
5905 <step dir="R" type="HDLC" modem="V.21" tag="EOM+" value="FF C8 F1"/>
5906
5907 <step type="WAIT" value="75"/>
5908 <step dir="T" type="PREAMBLE" modem="V.21"/>
5909 <step dir="T" type="HDLC" modem="V.21" tag="CRP" value="FF C8 58"/>
5910 <step dir="T" type="POSTAMBLE"/>
5911
5912 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
5913 </test>
5914 <test name="MTGX15">
5915 <!-- DUT calls tester and sends 2 WHITE pages. -->
5916 <step type="ANSWER" value="etsi_300_242_a4_white_2p.tif"/>
5917
5918 <step dir="R" type="CNG"/>
5919
5920 <step dir="T" type="CED"/>
5921 <step type="WAIT" value="75"/>
5922 <step dir="T" type="PREAMBLE" modem="V.21"/>
5923 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
5924 <step dir="T" type="POSTAMBLE"/>
5925
5926 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
5927 <step dir="R" type="TCF" modem="V.27ter/4800"/>
5928
5929 <step type="WAIT" value="75"/>
5930 <step dir="T" type="PREAMBLE" modem="V.21"/>
5931 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
5932 <step dir="T" type="POSTAMBLE"/>
5933
5934 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
5935 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
5936
5937 <step type="WAIT" value="75"/>
5938 <step dir="T" type="PREAMBLE" modem="V.21"/>
5939 <step dir="T" type="HDLC" modem="V.21" tag="CRP" value="FF C8 58"/>
5940 <step dir="T" type="POSTAMBLE"/>
5941
5942 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
5943
5944 <step type="WAIT" value="75"/>
5945 <step dir="T" type="PREAMBLE" modem="V.21"/>
5946 <step dir="T" type="HDLC" modem="V.21" tag="CRP" value="FF C8 58"/>
5947 <step dir="T" type="POSTAMBLE"/>
5948
5949 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
5950
5951 <step type="WAIT" value="75"/>
5952 <step dir="T" type="PREAMBLE" modem="V.21"/>
5953 <step dir="T" type="HDLC" modem="V.21" tag="CRP" value="FF C8 58"/>
5954 <step dir="T" type="POSTAMBLE"/>
5955
5956 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
5957 </test>
5958 <test name="MTGX16">
5959 <!-- DUT calls tester and sends 1 WHITE page. -->
5960 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
5961
5962 <step dir="R" type="CNG"/>
5963
5964 <step dir="T" type="CED"/>
5965 <step type="WAIT" value="75"/>
5966 <step dir="T" type="PREAMBLE" modem="V.21"/>
5967 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
5968 <step dir="T" type="POSTAMBLE"/>
5969
5970 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
5971 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="10000"/>
5972
5973 <step type="WAIT" value="75"/>
5974 <step dir="T" type="PREAMBLE" modem="V.21"/>
5975 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
5976 <step dir="T" type="POSTAMBLE"/>
5977
5978 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
5979 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
5980
5981 <step type="WAIT" value="75"/>
5982 <step dir="T" type="PREAMBLE" modem="V.21"/>
5983 <step dir="T" type="HDLC" modem="V.21" tag="CRP" value="FF C8 58"/>
5984 <step dir="T" type="POSTAMBLE"/>
5985
5986 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
5987
5988 <step type="WAIT" value="75"/>
5989 <step dir="T" type="PREAMBLE" modem="V.21"/>
5990 <step dir="T" type="HDLC" modem="V.21" tag="CRP" value="FF C8 58"/>
5991 <step dir="T" type="POSTAMBLE"/>
5992
5993 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
5994
5995 <step type="WAIT" value="75"/>
5996 <step dir="T" type="PREAMBLE" modem="V.21"/>
5997 <step dir="T" type="HDLC" modem="V.21" tag="CRP" value="FF C8 58"/>
5998 <step dir="T" type="POSTAMBLE"/>
5999
6000 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
6001 </test>
6002 <test name="MTGX17">
6003 <!-- DUT calls tester, and is configured to send 1 WHITE page. Tester responds with an unknown frame instead of
6004 the first and second DIS. This is because some DUTs ignore the first frame coming after CED, and wait for
6005 the second one to continue the call. -->
6006 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
6007
6008 <step dir="R" type="CNG"/>
6009
6010 <step dir="T" type="CED"/>
6011
6012 <step type="WAIT" value="75"/>
6013 <!-- UNKNOWN_BCS_2 -->
6014 <step dir="T" type="PREAMBLE" modem="V.21" value="37"/>
6015 <step dir="T" type="HDLC" tag="GARBAGE" value="FF C8 00"/>
6016 <step dir="T" type="POSTAMBLE"/>
6017
6018 <step type="WAIT" value="3500"/>
6019 <!-- UNKNOWN_BCS_2 -->
6020 <step dir="T" type="PREAMBLE" modem="V.21" value="37"/>
6021 <step dir="T" type="HDLC" tag="GARBAGE" value="FF C8 00"/>
6022 <step dir="T" type="POSTAMBLE"/>
6023
6024 <step type="WAIT" value="3500"/>
6025 <step dir="T" type="PREAMBLE" modem="V.21"/>
6026 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
6027 <step dir="T" type="POSTAMBLE"/>
6028
6029 <step type="WAIT" value="3500"/>
6030 <step dir="T" type="PREAMBLE" modem="V.21"/>
6031 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
6032 <step dir="T" type="POSTAMBLE"/>
6033
6034 <step type="WAIT" value="75"/>
6035 <step dir="T" type="PREAMBLE" modem="V.21"/>
6036 <step dir="T" type="HDLC" tag="DCN" value="FF C8 5F"/>
6037 <step dir="T" type="POSTAMBLE"/>
6038 </test>
6039 <test name="MTGX18">
6040 <!-- DUT calls tester, and sends 1 WHITE page -->
6041 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
6042
6043 <step dir="R" type="CNG"/>
6044
6045 <step dir="T" type="CED"/>
6046 <step type="WAIT" value="75"/>
6047 <!-- UNKNOWN_BCS_3 -->
6048 <step dir="T" type="PREAMBLE" modem="V.21" value="37"/>
6049 <step dir="T" type="HDLC" tag="GARBAGE" value="A2 02 B5 C9 7E 67"/>
6050
6051 <step type="WAIT" value="75"/>
6052 <!-- UNKNOWN_BCS_1 -->
6053 <step dir="T" type="HDLC" tag="GARBAGE" value="FF C0 00"/>
6054 <step dir="T" type="POSTAMBLE"/>
6055
6056 <step type="WAIT" value="75"/>
6057 <step dir="T" type="PREAMBLE" modem="V.21"/>
6058 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00">
6059 <check name="MTGX18M01" desc="Unknown frame for command received"/>
6060 <check name="MTGX18M02" desc="Unknown frame for command received"/>
6061 </step>
6062 <step dir="T" type="POSTAMBLE"/>
6063
6064 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 00 50 00"/>
6065 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
6066
6067 <step type="WAIT" value="75"/>
6068 <step dir="T" type="PREAMBLE" modem="V.21"/>
6069 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
6070 <step dir="T" type="POSTAMBLE"/>
6071
6072 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
6073 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
6074
6075 <step type="WAIT" value="75"/>
6076 <step dir="T" type="PREAMBLE" modem="V.21"/>
6077 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
6078 <step dir="T" type="POSTAMBLE"/>
6079
6080 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
6081 </test>
6082 <test name="MTGX19">
6083 <!-- DUT calls tester, and sends 1 WHITE page -->
6084 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
6085
6086 <step dir="R" type="CNG"/>
6087
6088 <step dir="T" type="CED"/>
6089 <step type="WAIT" value="75"/>
6090 <!-- UNKNOWN_BCS_4 -->
6091 <step dir="T" type="PREAMBLE" modem="V.21" value="43"/>
6092
6093 <step type="WAIT" value="6000"/>
6094 <step dir="T" type="PREAMBLE" modem="V.21"/>
6095 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
6096 <step dir="T" type="POSTAMBLE"/>
6097
6098 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 00 50 00">
6099 <check name="MTGX19M01" desc="Unknown frame for command received"/>
6100 </step>
6101 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
6102
6103 <step type="WAIT" value="75"/>
6104 <step dir="T" type="PREAMBLE" modem="V.21"/>
6105 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
6106 <step dir="T" type="POSTAMBLE"/>
6107
6108 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
6109 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
6110
6111 <step type="WAIT" value="75"/>
6112 <step dir="T" type="PREAMBLE" modem="V.21"/>
6113 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
6114 <step dir="T" type="POSTAMBLE"/>
6115
6116 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
6117 </test>
6118 <test name="MTGX20">
6119 <!-- DUT calls tester, and attempts to send 1 WHITE page -->
6120 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
6121
6122 <step dir="R" type="CNG"/>
6123
6124 <step dir="T" type="CED"/>
6125 <step type="WAIT" value="75"/>
6126 <step dir="T" type="PREAMBLE" modem="V.21"/>
6127 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
6128 <step dir="T" type="POSTAMBLE"/>
6129
6130 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 00 50 00"/>
6131 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
6132
6133 <step type="WAIT" value="75"/>
6134 <step dir="T" type="PREAMBLE" modem="V.21"/>
6135 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
6136 <step dir="T" type="POSTAMBLE"/>
6137
6138 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
6139 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
6140
6141 <step type="WAIT" value="75"/>
6142 <!-- UNKNOWN_BCS_2 -->
6143 <step dir="T" type="PREAMBLE" modem="V.21" value="37"/>
6144 <step dir="T" type="HDLC" tag="GARBAGE" value="FF C8 00"/>
6145 <step dir="T" type="POSTAMBLE"/>
6146
6147 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF">
6148 <check name="MTGX20M01" desc="Unknown frame for response received"/>
6149 </step>
6150 </test>
6151 <test name="MTGX21">
6152 <!-- DUT calls tester, and sends 2 WHITE pages -->
6153 <step type="ANSWER" value="etsi_300_242_a4_white_2p.tif"/>
6154
6155 <step dir="R" type="CNG"/>
6156
6157 <step dir="T" type="CED"/>
6158 <step type="WAIT" value="75"/>
6159 <step dir="T" type="PREAMBLE" modem="V.21"/>
6160 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
6161 <step dir="T" type="POSTAMBLE"/>
6162
6163 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 00 50 00"/>
6164 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
6165
6166 <step type="WAIT" value="75"/>
6167 <step dir="T" type="PREAMBLE" modem="V.21"/>
6168 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
6169 <step dir="T" type="POSTAMBLE"/>
6170
6171 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
6172 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
6173
6174 <step type="WAIT" value="75"/>
6175 <!-- UNKNOWN_BCS_3 -->
6176 <step dir="T" type="PREAMBLE" modem="V.21" value="37"/>
6177 <step dir="T" type="HDLC" tag="GARBAGE" value="A2 02 B5 C9 7E 67"/>
6178
6179 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2">
6180 <check name="MTGX21M01" desc="Unknown frame for response received"/>
6181 </step>
6182
6183 <step type="WAIT" value="75"/>
6184 <step dir="T" type="PREAMBLE" modem="V.21"/>
6185 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
6186 <step dir="T" type="POSTAMBLE"/>
6187
6188 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
6189 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
6190
6191 <step type="WAIT" value="75"/>
6192 <step dir="T" type="PREAMBLE" modem="V.21"/>
6193 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
6194 <step dir="T" type="POSTAMBLE"/>
6195
6196 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
6197 </test>
6198 <test name="MTGX22">
6199 <!-- DUT calls tester, and sends 2 WHITE pages -->
6200 <step type="ANSWER" value="etsi_300_242_a4_white_2p.tif"/>
6201
6202 <step dir="R" type="CNG"/>
6203
6204 <step dir="T" type="CED"/>
6205 <step type="WAIT" value="75"/>
6206 <step dir="T" type="PREAMBLE" modem="V.21"/>
6207 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
6208 <step dir="T" type="POSTAMBLE"/>
6209
6210 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ..."/>
6211 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
6212
6213 <step type="WAIT" value="75"/>
6214 <step dir="T" type="PREAMBLE" modem="V.21"/>
6215 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
6216 <step dir="T" type="POSTAMBLE"/>
6217
6218 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
6219 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
6220
6221 <step type="WAIT" value="75"/>
6222 <!-- UNKNOWN_BCS_4 -->
6223 <step dir="T" type="PREAMBLE" modem="V.21" value="43"/>
6224
6225 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2">
6226 <check name="MTGX22M01" desc="Unknown frame for response received"/>
6227 </step>
6228
6229 <step type="WAIT" value="75"/>
6230 <step dir="T" type="PREAMBLE" modem="V.21"/>
6231 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
6232 <step dir="T" type="POSTAMBLE"/>
6233
6234 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
6235 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
6236
6237 <step type="WAIT" value="75"/>
6238 <step dir="T" type="PREAMBLE" modem="V.21"/>
6239 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
6240 <step dir="T" type="POSTAMBLE"/>
6241
6242 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
6243 </test>
6244 <test name="MTGX23">
6245 <!-- DUT calls tester, and sends 1 WHITE page -->
6246 <step type="ANSWER" value="etsi_300_242_a4_white.tif"/>
6247
6248 <step dir="R" type="CNG"/>
6249
6250 <step dir="T" type="CED"/>
6251 <step type="WAIT" value="75"/>
6252 <!-- CALLED-CAP-GROUP (TSB85 6.5.2.2) -->
6253 <step dir="T" type="PREAMBLE" modem="V.21" value="43"/>
6254 <step dir="T" type="HDLC" tag="NSF" value="FF C0 04 B5 FF FF 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00"/>
6255 <step dir="T" type="POSTAMBLE"/>
6256 <step dir="T" type="HDLC" tag="CSI" value="FF C0 02 0C 8C 4C CC 2C AC 6C EC 1C 9C D4 04 04 04 04 04 04 04 04 04"/>
6257 <step dir="T" type="POSTAMBLE"/>
6258 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 10 01 01 09 01 01 00"/>
6259 <step dir="T" type="POSTAMBLE"/>
6260
6261 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ...">
6262 <check name="MTGX23M01" desc="DIS exhibits T.4 transmitter ability without password"/>
6263 </step>
6264 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
6265
6266 <step type="WAIT" value="75"/>
6267 <step dir="T" type="PREAMBLE" modem="V.21"/>
6268 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
6269 <step dir="T" type="POSTAMBLE"/>
6270
6271 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
6272 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
6273
6274 <step type="WAIT" value="75"/>
6275 <step dir="T" type="PREAMBLE" modem="V.21"/>
6276 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
6277 <step dir="T" type="POSTAMBLE"/>
6278
6279 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
6280 </test>
6281 </test-group>
6282 <test-group name="Annex J - Polling transmit test procedures">
6283 <test name="MRGP01">
6284 <!-- DUT has been prepared with 2 WHITE pages, which are available for polling without a password. Tester calls DUT.
6285 DUT should send TSI for this test procedure. -->
6286 <step type="CALL" value="etsi_300_242_a4_white_2p.tif"/>
6287 <step dir="T" type="SET" tag="IDENT" value="1234567890"/>
6288
6289 <!--<step dir="T" type="CNG"/>-->
6290
6291 <step dir="R" type="CED"/>
6292 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000">
6293 <check name="MRGP01M01" desc="DIS exhibits T.4 transmitter ability without password"/>
6294 </step>
6295 <step dir="R" type="SILENCE"/>
6296
6297 <step type="WAIT" value="75"/>
6298 <step dir="T" type="PREAMBLE" modem="V.21"/>
6299 <step dir="T" type="HDLC" tag="DTC" value="FF C8 81 00 50 10"/>
6300 <step dir="T" type="POSTAMBLE"/>
6301
6302 <step dir="R" type="HDLC" modem="V.21" tag="TSI" value="FF C0 42 ...">
6303 <check name="MRGP01M04" desc="Polled, TSI prescence"/>
6304 <check name="MRGP01M05" desc="Polled, TSI framing"/>
6305 <check name="MRGP01M06" desc="Polled, TSI FIF content"/>
6306 </step>
6307 <step dir="R" type="HDLC" tag="DCS" value="FF C8 41 00 50 10">
6308 <check name="MRGP01M02" desc="Polled, trasnmit DCS"/>
6309 <check name="MRGP01M03" desc="Polled, DCS preamble"/>
6310 <check name="MRGP01M07" desc="Polled, DCS framing"/>
6311 <check name="MRGP01M08" desc="Polled, DCS FIF content"/>
6312 </step>
6313 <step dir="R" type="TCF" modem="V.27ter/4800">
6314 <check name="MRGP01M09" desc="Polled, DCS TCF"/>
6315 </step>
6316 <step dir="R" type="SILENCE"/>
6317
6318 <step type="WAIT" value="75"/>
6319 <step dir="T" type="PREAMBLE" modem="V.21"/>
6320 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
6321 <step dir="T" type="POSTAMBLE"/>
6322
6323 <step dir="R" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif" timeout="60000">
6324 <check name="MRGP01M10" desc="Polled, MSG1"/>
6325 </step>
6326 <step dir="R" type="HDLC" modem="V.21" tag="MPS" value="FF C8 72">
6327 <check name="MRGP01M11" desc="Polled, MPS"/>
6328 <check name="MRGP01M12" desc="Polled, MPS preamble"/>
6329 <check name="MRGP01M13" desc="Polled, MPS framing"/>
6330 </step>
6331 <step dir="R" type="SILENCE"/>
6332
6333 <step type="WAIT" value="75"/>
6334 <step dir="T" type="PREAMBLE" modem="V.21"/>
6335 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
6336 <step dir="T" type="POSTAMBLE"/>
6337
6338 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000">
6339 <check name="MRGP01M14" desc="Polled, MSG1"/>
6340 </step>
6341 <step dir="R" type="HDLC" modem="V.21" tag="EOP" value="FF C8 74">
6342 <check name="MRGP01M15" desc="Polled, EOP"/>
6343 <check name="MRGP01M16" desc="Polled, EOP preamble"/>
6344 <check name="MRGP01M17" desc="Polled, EOP framing"/>
6345 </step>
6346 <step dir="R" type="SILENCE"/>
6347
6348 <step type="WAIT" value="75"/>
6349 <step dir="T" type="PREAMBLE" modem="V.21"/>
6350 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
6351 <step dir="T" type="POSTAMBLE"/>
6352
6353 <step dir="R" type="HDLC" modem="V.21" tag="DCN" value="FF C8 5F">
6354 <check name="MRGP01M18" desc="Polled, DCN"/>
6355 <check name="MRGP01M19" desc="Polled, DCN preamble"/>
6356 <check name="MRGP01M20" desc="Polled, DCN framing"/>
6357 <check name="MRGP01M21" desc="Polled, disconnect after DCN"/>
6358 </step>
6359 <step dir="R" type="SILENCE"/>
6360 </test>
6361 <test name="MRGP02">
6362 <!-- DUT has been prepared with 2 WHITE pages, which are available for polling using a password. Tester calls DUT -->
6363 <step type="CALL" value="etsi_300_242_a4_white_2p.tif"/>
6364 <step dir="T" type="SET" tag="IDENT" value="1234567890"/>
6365 <step dir="R" type="SET" tag="PWD" value="+9876543210"/>
6366
6367 <!--<step dir="T" type="CNG"/>-->
6368
6369 <step dir="R" type="CED"/>
6370 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000">
6371 <check name="MRGP02M01" desc="DIS exhibits T.4 transmitter ability with password"/>
6372 </step>
6373 <step dir="R" type="SILENCE"/>
6374
6375 <step type="WAIT" value="75"/>
6376 <step dir="T" type="PREAMBLE" modem="V.21"/>
6377 <step dir="T" type="HDLC" tag="PWD" value="FF C0 83 0C 8C 4C CC 2C AC 6C EC 1C 9C D4 04 04 04 04 04 04 04 04 04"/>
6378 <step dir="T" type="HDLC" tag="DTC" value="FF C8 81 00 50 11 01 01 01 40"/>
6379 <step dir="T" type="POSTAMBLE"/>
6380
6381 <step dir="R" type="HDLC" modem="V.21" tag="TSI" value="FF C0 42 ..."/>
6382 <step dir="R" type="HDLC" tag="DCS" value="FF C8 41 ...">
6383 <check name="MRGP02M02" desc="Polled, DUT accepts tester's password"/>
6384 </step>
6385 <step dir="R" type="SILENCE"/>
6386 <step dir="R" type="TCF" modem="V.27ter/4800"/>
6387 <step dir="R" type="SILENCE"/>
6388
6389 <step type="WAIT" value="75"/>
6390 <step dir="T" type="PREAMBLE" modem="V.21"/>
6391 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
6392 <step dir="T" type="POSTAMBLE"/>
6393
6394 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
6395 <step dir="R" type="HDLC" modem="V.21" tag="MPS" value="FF C8 72"/>
6396 <step dir="R" type="SILENCE"/>
6397
6398 <step type="WAIT" value="75"/>
6399 <step dir="T" type="PREAMBLE" modem="V.21"/>
6400 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
6401 <step dir="T" type="POSTAMBLE"/>
6402
6403 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
6404 <step dir="R" type="HDLC" modem="V.21" tag="EOP" value="FF C8 74"/>
6405 <step dir="R" type="SILENCE"/>
6406
6407 <step type="WAIT" value="75"/>
6408 <step dir="T" type="PREAMBLE" modem="V.21"/>
6409 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
6410 <step dir="T" type="POSTAMBLE"/>
6411
6412 <step dir="R" type="HDLC" modem="V.21" tag="DCN" value="FF C8 5F"/>
6413 <step dir="R" type="SILENCE"/>
6414 </test>
6415 <test name="MRGP03">
6416 <!-- DUT has been prepared with 2 WHITE pages, which are available for polling using a password. Tester calls DUT -->
6417 <step type="CALL"/>
6418 <step dir="R" type="SET" tag="PWD" value="+0123456789"/>
6419
6420 <!--<step dir="T" type="CNG"/>-->
6421
6422 <step dir="R" type="CED"/>
6423 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
6424 <step dir="R" type="SILENCE"/>
6425
6426 <step type="WAIT" value="75"/>
6427 <step dir="T" type="PREAMBLE" modem="V.21"/>
6428 <step dir="T" type="HDLC" tag="PWD" value="FF C0 83 0C 8C 4C CC 2C AC 6C EC 1C 9C D4 04 04 04 04 04 04 04 04 04"/>
6429 <step dir="T" type="HDLC" tag="DTC" value="FF C8 81 00 50 11 01 01 01 40"/>
6430 <step dir="T" type="POSTAMBLE"/>
6431
6432 <step dir="R" type="HDLC" modem="V.21" tag="DCN" value="FF C8 5F">
6433 <check name="MRGP03M01" desc="Polled, DUT rejects tester's password"/>
6434 </step>
6435 <step dir="R" type="SILENCE"/>
6436 </test>
6437 <test name="MRGP04">
6438 <!-- DUT has been prepared with 2 WHITE pages, which are available for polling using a password. Tester calls DUT -->
6439 <step type="CALL" value="etsi_300_242_a4_white_2p.tif"/>
6440 <step dir="R" type="SET" tag="PWD" value="+0123456789"/>
6441
6442 <!--<step dir="T" type="CNG"/>-->
6443
6444 <step dir="R" type="CED"/>
6445 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
6446 <step dir="R" type="SILENCE"/>
6447
6448 <step type="WAIT" value="75"/>
6449 <step dir="T" type="PREAMBLE" modem="V.21"/>
6450 <step dir="T" type="HDLC" tag="DTC" value="FF C8 81 00 74 00"/>
6451 <step dir="T" type="POSTAMBLE"/>
6452
6453 <step dir="R" type="HDLC" modem="V.21" tag="DCN" value="FF C8 5F">
6454 <check name="MRGP04M01" desc="Polled, DUT rejects DTC for lack of password"/>
6455 </step>
6456 <step dir="R" type="SILENCE"/>
6457 </test>
6458 <test name="MRGP05">
6459 <!-- DUT has no document available for polling. Tester calls DUT -->
6460 <step type="CALL"/>
6461
6462 <!--<step dir="T" type="CNG"/>-->
6463
6464 <step dir="R" type="CED"/>
6465 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000">
6466 <check name="MRGP05M01" desc="DIS not exhibit T.4 transmit capability"/>
6467 </step>
6468 <step dir="R" type="SILENCE"/>
6469
6470 <step type="WAIT" value="75"/>
6471 <step dir="T" type="PREAMBLE" modem="V.21"/>
6472 <step dir="T" type="HDLC" tag="DTC" value="FF C8 81 00 74 00"/>
6473 <step dir="T" type="POSTAMBLE"/>
6474
6475 <step dir="R" type="HDLC" modem="V.21" tag="DCN" value="FF C8 5F">
6476 <check name="MRGP05M02" desc="Polled, DUT rejects DTC for no document available"/>
6477 </step>
6478 <step dir="R" type="SILENCE"/>
6479 </test>
6480 <test name="MRGP06">
6481 <!-- DUT has been prepared with 2 WHITE pages, which are available for polling without a password. Tester calls DUT -->
6482 <step type="CALL" value="etsi_300_242_a4_white_2p.tif"/>
6483
6484 <!--<step dir="T" type="CNG"/>-->
6485
6486 <step dir="R" type="CED"/>
6487 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
6488 <step dir="R" type="SILENCE"/>
6489
6490 <step type="WAIT" value="75"/>
6491 <step dir="T" type="PREAMBLE" modem="V.21"/>
6492 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
6493 <step dir="T" type="POSTAMBLE"/>
6494
6495 <step dir="R" type="HDLC" modem="V.21" tag="DCS+" value="FF C8 C1 ...">
6496 <check name="MRGP06M01" desc="Polled, DUT accepts DIS in place of DTC"/>
6497 </step>
6498 <step dir="R" type="TCF" modem="V.27ter/4800" timeout="60000"/>
6499 <step dir="R" type="SILENCE"/>
6500
6501 <step type="WAIT" value="75"/>
6502 <step dir="T" type="PREAMBLE" modem="V.21"/>
6503 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
6504 <step dir="T" type="POSTAMBLE"/>
6505
6506 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
6507 <step dir="R" type="HDLC" modem="V.21" tag="MPS+" value="FF C8 F2"/>
6508 <step dir="R" type="SILENCE"/>
6509
6510 <step type="WAIT" value="75"/>
6511 <step dir="T" type="PREAMBLE" modem="V.21"/>
6512 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
6513 <step dir="T" type="POSTAMBLE"/>
6514
6515 <step dir="R" type="MSG" modem="V.27ter/4800" timeout="60000"/>
6516 <step dir="R" type="HDLC" modem="V.21" tag="EOP+" value="FF C8 F4"/>
6517 <step dir="R" type="SILENCE"/>
6518
6519 <step type="WAIT" value="75"/>
6520 <step dir="T" type="PREAMBLE" modem="V.21"/>
6521 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
6522 <step dir="T" type="POSTAMBLE"/>
6523
6524 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF"/>
6525 <step dir="R" type="SILENCE"/>
6526 </test>
6527 <test name="MRGP07">
6528 <!-- DUT has been prepared with 2 WHITE pages, which are available for polling using a password. Tester calls DUT -->
6529 <step type="CALL" value="etsi_300_242_a4_white_2p.tif"/>
6530 <step dir="R" type="SET" tag="PWD" value="+9876543210"/>
6531
6532 <!--<step dir="T" type="CNG"/>-->
6533
6534 <step dir="R" type="CED"/>
6535 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
6536 <step dir="R" type="SILENCE"/>
6537
6538 <step type="WAIT" value="75"/>
6539 <step dir="T" type="PREAMBLE" modem="V.21"/>
6540 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
6541 <step dir="T" type="POSTAMBLE"/>
6542
6543 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF">
6544 <check name="MRGP07M01" desc="Polled, DUT rejects DIS in place of DTC for lackof password"/>
6545 </step>
6546 <step dir="R" type="SILENCE"/>
6547 </test>
6548 <test name="MRGP08">
6549 <!-- DUT has no document available for polling. Tester calls DUT -->
6550 <step type="CALL"/>
6551
6552 <!--<step dir="T" type="CNG"/>-->
6553
6554 <step dir="R" type="CED"/>
6555 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
6556 <step dir="R" type="SILENCE"/>
6557
6558 <step type="WAIT" value="75"/>
6559 <step dir="T" type="PREAMBLE" modem="V.21"/>
6560 <step dir="T" type="HDLC" tag="DIS" value="FF C8 01 00 50 00"/>
6561 <step dir="T" type="POSTAMBLE"/>
6562
6563 <step dir="R" type="HDLC" modem="V.21" tag="DCN+" value="FF C8 DF">
6564 <check name="MRGP08M01" desc="Polled, DUT rejects DIS in place of DTC for no document available"/>
6565 </step>
6566 <step dir="R" type="SILENCE"/>
6567 </test>
6568 <test name="ORGP09">
6569 <!-- DUT has been prepared with 1 WHITE page, which is available for polling without password. Tester calls DUT
6570 Tester sends 1 WHITE page -->
6571 <step type="CALL" value="etsi_300_242_a4_white.tif"/>
6572
6573 <!--<step dir="T" type="CNG"/>-->
6574
6575 <step dir="R" type="CED"/>
6576 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
6577 <step dir="R" type="SILENCE"/>
6578
6579 <step type="WAIT" value="75"/>
6580 <step dir="T" type="PREAMBLE" modem="V.21"/>
6581 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
6582 <step dir="T" type="POSTAMBLE"/>
6583 <step type="WAIT" value="75"/>
6584 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
6585
6586 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
6587 <step dir="R" type="SILENCE"/>
6588
6589 <step type="WAIT" value="75"/>
6590 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
6591 <step type="WAIT" value="75"/>
6592 <step dir="T" type="PREAMBLE" modem="V.21"/>
6593 <step dir="T" type="HDLC" tag="EOM" value="FF C8 71"/>
6594 <step dir="T" type="POSTAMBLE"/>
6595
6596 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
6597 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
6598 <step dir="R" type="SILENCE"/>
6599
6600 <step type="WAIT" value="75"/>
6601 <step dir="T" type="PREAMBLE" modem="V.21"/>
6602 <step dir="T" type="HDLC" tag="DTC" value="FF C8 81 00 74 00"/>
6603 <step dir="T" type="POSTAMBLE"/>
6604
6605 <step dir="R" type="HDLC" modem="V.21" tag="DCS" value="FF C8 41 ...">
6606 <check name="ORGP09M01" desc="Reception followed by invited polling transmission"/>
6607 </step>
6608 <step dir="R" type="TCF" modem="V.17/14400"/>
6609 <step dir="R" type="SILENCE"/>
6610
6611 <step type="WAIT" value="75"/>
6612 <step dir="T" type="PREAMBLE" modem="V.21"/>
6613 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
6614 <step dir="T" type="POSTAMBLE"/>
6615
6616 <step dir="R" type="MSG" modem="V.17/14400" timeout="60000"/>
6617 <step dir="R" type="HDLC" modem="V.21" tag="EOP" value="FF C8 74"/>
6618 <step dir="R" type="SILENCE"/>
6619
6620 <step type="WAIT" value="75"/>
6621 <step dir="T" type="PREAMBLE" modem="V.21"/>
6622 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
6623 <step dir="T" type="POSTAMBLE"/>
6624
6625 <step dir="R" type="HDLC" modem="V.21" tag="DCN" value="FF C8 5F"/>
6626 <step dir="R" type="SILENCE"/>
6627 </test>
6628 <test name="ORGP10">
6629 <!-- DUT has been prepared with 1 WHITE page, which is available for polling without password. Tester calls DUT
6630 Tester sends 1 WHITE page -->
6631 <step type="CALL" value="etsi_300_242_a4_white.tif"/>
6632
6633 <!--<step dir="T" type="CNG"/>-->
6634
6635 <step dir="R" type="CED"/>
6636 <step dir="R" type="HDLC" modem="V.21" tag="DIS" value="FF C8 01 ..." timeout="60000"/>
6637 <step dir="R" type="SILENCE"/>
6638
6639 <step type="WAIT" value="75"/>
6640 <step dir="T" type="PREAMBLE" modem="V.21"/>
6641 <step dir="T" type="HDLC" tag="DCS" value="FF C8 41 00 50 00"/>
6642 <step dir="T" type="POSTAMBLE"/>
6643 <step type="WAIT" value="75"/>
6644 <step dir="T" type="TCF" modem="V.27ter/4800" value="900"/>
6645
6646 <step dir="R" type="HDLC" modem="V.21" tag="CFR" value="FF C8 21"/>
6647 <step dir="R" type="SILENCE"/>
6648
6649 <step type="WAIT" value="75"/>
6650 <step dir="T" type="MSG" modem="V.27ter/4800" value="etsi_300_242_a4_white.tif"/>
6651 <step type="WAIT" value="75"/>
6652 <step dir="T" type="PREAMBLE" modem="V.21"/>
6653 <step dir="T" type="HDLC" tag="EOM" value="FF C8 71"/>
6654 <step dir="T" type="POSTAMBLE"/>
6655
6656 <step dir="R" type="HDLC" modem="V.21" tag="MCF" value="FF C8 31"/>
6657 <step dir="R" type="SILENCE"/>
6658
6659 <step type="WAIT" value="2000"/>
6660 <step dir="T" type="PREAMBLE" modem="V.21"/>
6661 <step dir="T" type="HDLC" tag="DTC" value="FF C8 81 00 74 00"/>
6662 <step dir="T" type="POSTAMBLE"/>
6663
6664 <step dir="R" type="HDLC" modem="V.21" tag="DCS" value="FF C8 41 ...">
6665 <check name="ORGP10M01" desc="Reception followed by immediate polling transmission"/>
6666 </step>
6667 <step dir="R" type="TCF" modem="V.17/14400"/>
6668 <step dir="R" type="SILENCE"/>
6669
6670 <step type="WAIT" value="75"/>
6671 <step dir="T" type="PREAMBLE" modem="V.21"/>
6672 <step dir="T" type="HDLC" tag="CFR" value="FF C8 21"/>
6673 <step dir="T" type="POSTAMBLE"/>
6674
6675 <step dir="R" type="MSG" modem="V.17/14400" timeout="60000"/>
6676 <step dir="R" type="HDLC" modem="V.21" tag="EOP" value="FF C8 74"/>
6677 <step dir="R" type="SILENCE"/>
6678
6679 <step type="WAIT" value="75"/>
6680 <step dir="T" type="PREAMBLE" modem="V.21"/>
6681 <step dir="T" type="HDLC" tag="MCF" value="FF C8 31"/>
6682 <step dir="T" type="POSTAMBLE"/>
6683
6684 <step dir="R" type="HDLC" modem="V.21" tag="DCN" value="FF C8 5F"/>
6685 <step dir="R" type="SILENCE"/>
6686 </test>
6687 </test-group>
6688 </fax-tests>

Repositories maintained by Peter Meerwald, pmeerw@pmeerw.net.