ItsSrem_TpFunctions.ttcn 29.1 KB
Newer Older
garciay's avatar
garciay committed
1
/**
filatov's avatar
filatov committed
2
 *    @author   ETSI STF517 / STF525
garciay's avatar
garciay committed
3
4
5
 *    @version  $URL$
 *              $Id$
 *    @desc     SREM TP functions
garciay's avatar
garciay committed
6
7
8
9
 *    @copyright   ETSI Copyright Notification
 *                 No part may be reproduced except as authorized by written permission.
 *                 The copyright and the foregoing restriction extend to reproduction in all media.
 *                 All rights reserved.
garciay's avatar
garciay committed
10
11
12
 *
 */

garciay's avatar
garciay committed
13
module ItsSrem_TpFunctions { 
garciay's avatar
garciay committed
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
    
    // LibCommon
    import from LibCommon_BasicTypesAndValues all;
    import from LibCommon_Sync all;
    import from LibCommon_VerdictControl all;
    import from LibCommon_Time all;
    
    // LibItsCommon
    import from LibItsCommon_Functions all;
    import from LibItsCommon_TypesAndValues all;
    
    // LibIts
    import from ITS_Container language "ASN.1:1997" all;
    import from SREM_PDU_Descriptions language "ASN.1:1997" all;
    import from SSEM_PDU_Descriptions language "ASN.1:1997" all;
    import from DSRC language "ASN.1:1997" all;
    
    // LibItsSremSsem
    import from LibItsSremSsem_TestSystem all;
    import from LibItsSremSsem_Functions all;
    import from LibItsSremSsem_Templates all;
    import from LibItsSremSsem_TypesAndValues all;
    import from LibItsSremSsem_Pics all;
garciay's avatar
garciay committed
37
    import from LibItsSremSsem_Pixits all;
garciay's avatar
garciay committed
38
    
39
    group iTS_SRole {
garciay's avatar
garciay committed
40
        
41
42
43
44
45
46
47
48
49
50
51
52
53
        group sreMessageDissemination { 
            
            group sreMessageFormat { 
                
                /**
                 * @desc    TP Function for TC_IS_TLC_MSGF_BV_01
                 */
                function f_IS_TLC_MSGF_BV_01 () runs on ItsSremSsem {
                    
                    // Local variables
                    var SremInd v_sremInd;
                    
                    // Test control
garciay's avatar
garciay committed
54
55
                    if (not PICS_SREM_GENERATION) {
                        log("*** " & testcasename() & ": PICS_SREM_GENERATION required for executing the TC ***");
56
57
58
59
60
61
                        setverdict(inconc);
                        stop;
                    }
                    
                    // Test component configuration
                    f_cfUp();
garciay's avatar
garciay committed
62
                    
63
                    // Preamble
garciay's avatar
garciay committed
64
                    f_prInitialState();
65
66
67
                    f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
                        
                    // Test Body
garciay's avatar
garciay committed
68
                    f_utTriggerEvent(m_utTriggerEvent(PX_BASICVEHICLEROLE, PX_REQUESTIMPORTANCELEVEL));
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
                    
                    tc_ac.start;
                    alt {
                        [] sremSsemPort.receive(
                            mw_sremInd(
                                mw_sremPdu
                        )) -> value v_sremInd { 
                            tc_ac.stop;
                            // Send SSEM
                            f_sendSseMessage(v_sremInd.msgIn.srm);
                            log("*** " & testcasename() & ": PASS: Successfully received SREM PDU header. ***");
                            f_selfOrClientSyncAndVerdict(c_tbDone, e_success);
                        }
                        [] tc_ac.timeout {
                            log("*** " & testcasename() & ": INCONC: Timeout while awaiting the reception of a message. ***");
                            f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);
                        }
                    }
                    
                    // Postamble
                    f_poDefault();
                    f_cfDown();
                    
                } // End of function f_IS_TLC_MSGF_BV_01
                
            } // End of group sreMessageFormat 
            
garciay's avatar
garciay committed
96
97
98
99
100
101
102
103
104
105
106
            group sreEventGeneration { 
                
                /**
                 * @desc    TP Function for TC_IS_TLC_EVGN_BV_01
                 */
                function f_IS_TLC_EVGN_BV_01 () runs on ItsSremSsem {
                    
                    // Local variables
                    var SremInd v_sremInd;
                    
                    // Test control
garciay's avatar
garciay committed
107
108
                    if (not PICS_SREM_GENERATION) {
                        log("*** " & testcasename() & ": PICS_SREM_GENERATION required for executing the TC ***");
garciay's avatar
garciay committed
109
110
111
112
113
114
115
116
117
118
119
120
                        setverdict(inconc);
                        stop;
                    }
                    
                    // Test component configuration
                    f_cfUp();
                        
                    // Preamble
                    f_prInitialState();
                    f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
                    
                    // Test Body
garciay's avatar
garciay committed
121
                    f_utTriggerEvent(m_utTriggerEvent(PX_BASICVEHICLEROLE, PX_REQUESTIMPORTANCELEVEL));
garciay's avatar
garciay committed
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
                    
                    tc_ac.start;
                    alt {
                        [] sremSsemPort.receive(
                            mw_sremInd(
                                mw_sremPdu(
                                    mw_sremWellFormatted
                        ))) -> value v_sremInd { 
                            tc_ac.stop;
                            // Send SSEM
                            f_sendSseMessage(v_sremInd.msgIn.srm);
                            log("*** " & testcasename() & ": PASS: Successfully received SREM PDU header. ***");
                            f_selfOrClientSyncAndVerdict(c_tbDone, e_success);
                        }
                        [] tc_ac.timeout {
                            log("*** " & testcasename() & ": INCONC: Timeout while awaiting the reception of a message. ***");
                            f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);
                        }
                    }
                    
                    // Postamble
                    f_poDefault();
                    f_cfDown();
                    
                } // End of function f_IS_TLC_EVGN_BV_01
                
                /**
                 * @desc    TP Function for TC_IS_TLC_EVGN_BV_02
                 */
                function f_IS_TLC_EVGN_BV_02 () runs on ItsSremSsem {
                    
                    // Local variables
garciay's avatar
garciay committed
154
                    var template (value) UtSremTriggerList v_utTriggers := {
garciay's avatar
garciay committed
155
156
157
                        m_utTriggerEvent(PX_BASICVEHICLEROLE, PX_REQUESTIMPORTANCELEVEL),
                        m_utTriggerEvent(PX_BASICVEHICLEROLE, PX_REQUESTIMPORTANCELEVEL),
                        m_utTriggerEvent(PX_BASICVEHICLEROLE, PX_REQUESTIMPORTANCELEVEL)
garciay's avatar
garciay committed
158
159
                    }
                    var boolean v_success := true;
garciay's avatar
garciay committed
160
                    var RequestIDList v_requestIDList;
garciay's avatar
garciay committed
161
                    var SremInds v_sremInds := {};
garciay's avatar
garciay committed
162
163
164
                    var integer i;
                    
                    // Test control
garciay's avatar
garciay committed
165
166
                    if (not PICS_SREM_GENERATION) {
                        log("*** " & testcasename() & ": PICS_SREM_GENERATION required for executing the TC ***");
garciay's avatar
garciay committed
167
168
169
170
171
172
173
174
175
176
                        setverdict(inconc);
                        stop;
                    }
                    
                    // Test component configuration
                    f_cfUp();
                        
                    // Preamble
                    f_prInitialState();
                    for (i := 0; i < lengthof(v_utTriggers) - 1; i := i + 1) {
filatov's avatar
filatov committed
177
                        f_utTriggerEvent(valueof(v_utTriggers[i]));
garciay's avatar
garciay committed
178
                        f_awaitSreMessage(mw_sremInd(mw_sremPdu(mw_sremWellFormatted)), v_sremInds[i]);
garciay's avatar
garciay committed
179
                        v_requestIDList[i] := v_sremInds[i].msgIn.srm.requests[0].request.requestID;
garciay's avatar
garciay committed
180
181
182
183
                    }
                    f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
                    
                    // Test Body
garciay's avatar
garciay committed
184
                    f_utTriggerEvent(m_utTriggerEvent(PX_BASICVEHICLEROLE, PX_REQUESTIMPORTANCELEVEL));
garciay's avatar
garciay committed
185
                    
filatov's avatar
filatov committed
186
                    f_utTriggerEvent(valueof(v_utTriggers[lengthof(v_utTriggers) - 1]));
garciay's avatar
garciay committed
187
                    f_awaitSreMessage(mw_sremInd(mw_sremPdu(mw_sremWellFormatted)), v_sremInds[i]);
garciay's avatar
garciay committed
188
                    v_requestIDList[lengthof(v_requestIDList) - 1] := v_sremInds[i].msgIn.srm.requests[0].request.requestID;
garciay's avatar
garciay committed
189
190
                    
                    //check the action id
garciay's avatar
garciay committed
191
192
                    for (i := 0; i < lengthof(v_requestIDList) - 1; i := i + 1) {
                        if (v_requestIDList[lengthof(v_requestIDList) - 1] == v_requestIDList[i]) {
garciay's avatar
garciay committed
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
                            v_success := false;
                        }
                    }
                    if (v_success==true) {
                        log("*** " & testcasename() & ": PASS: RequestID field indicating unused value. ***");
                        f_selfOrClientSyncAndVerdict(c_tbDone, e_success);
                    }
                    else {
                        log("*** " & testcasename() & ": FAIL: RequestID field indicating used value. ***");
                        f_selfOrClientSyncAndVerdict(c_tbDone, e_error);
                    }
                    
                    // Postamble
                    for (i := 0; i < lengthof(v_sremInds); i := i + 1) {
                        // Send SSEM
                        f_sendSseMessage(v_sremInds[i].msgIn.srm);
                    }
                    f_poDefault();
                    f_cfDown();
                    
                } // End of function f_IS_TLC_EVGN_BV_02
                
            } // End of group sreEventGeneration 
            
garciay's avatar
garciay committed
217
218
219
220
221
222
223
224
225
226
227
228
229
            group sreEventUpdate {
                
                /**
                 * @desc    TP Function for TC_IS_TLC_EVUP_BV_01
                 */
                function f_IS_TLC_EVUP_BV_01 () runs on ItsSremSsem {
                    
                    // Local variables
                    var SremInd v_sremInd;
                    var RequestID v_requestID;
                    var MsgCount v_sequenceNumber;
                    
                    // Test control
garciay's avatar
garciay committed
230
231
                    if (not PICS_SREM_GENERATION) {
                        log("*** " & testcasename() & ": PICS_SREM_GENERATION required for executing the TC ***");
garciay's avatar
garciay committed
232
233
234
235
236
237
238
239
240
                        setverdict(inconc);
                        stop;
                    }
                    
                    // Test component configuration
                    f_cfUp();
                        
                    // Preamble
                    f_prInitialState();
garciay's avatar
garciay committed
241
                    f_utTriggerEvent(m_utTriggerEvent(PX_BASICVEHICLEROLE, PX_REQUESTIMPORTANCELEVEL));
garciay's avatar
garciay committed
242
243
244
245
246
247
248
                    f_awaitSreMessage(mw_sremInd(mw_sremPdu(mw_sremWellFormatted)), v_sremInd);
                    f_sendSseMessage(v_sremInd.msgIn.srm);
                    v_requestID := v_sremInd.msgIn.srm.requests[0].request.requestID;
                    v_sequenceNumber := v_sremInd.msgIn.srm.sequenceNumber;
                    f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
                    
                    // Test Body
garciay's avatar
garciay committed
249
                    f_utUpdateEvent(m_utUpdateEvent(v_requestID, PX_BASICVEHICLEROLE, PX_REQUESTIMPORTANCELEVEL));
garciay's avatar
garciay committed
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
                    
                    tc_ac.start;
                    alt {
                        [] sremSsemPort.receive(
                            mw_sremInd(
                                mw_sremPdu(
                                    mw_srem_sequenceNumber(
                                        (v_sequenceNumber + 1) mod 128 // See MsgCount declaration
                                    )
                        ))) -> value v_sremInd { 
                            tc_ac.stop;
                            // Send SSEM
                            f_sendSseMessage(v_sremInd.msgIn.srm);
                            if (not match(v_requestID, v_sremInd.msgIn.srm.requests[0].request.requestID)) {
                                log("*** " & testcasename() & ": FAIL: requestID mismatch. ***");
                                f_selfOrClientSyncAndVerdict(c_tbDone, e_error);
                            } else {
                                log("*** " & testcasename() & ": PASS: Successfully received SREM PDU header. ***");
                                f_selfOrClientSyncAndVerdict(c_tbDone, e_success);
                            }
                        }
                        [] tc_ac.timeout {
                            log("*** " & testcasename() & ": INCONC: Timeout while awaiting the reception of a message. ***");
                            f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);
                        }
                    }
                    
                    // Postamble
                    f_poDefault();
                    f_cfDown();
                    
                } // End of function f_IS_TLC_EVUP_BV_01
                
            } // End of group sreEventUpdate 
            
285
286
287
288
289
290
291
292
293
294
295
            group sreCommunication {
                
                /**
                 * @desc    TP Function for TC_IS_TLC_COMM_BV_01_01
                 */
                function f_IS_TLC_COMM_BV_01_01 () runs on ItsSremSsem {
                    
                    // Local variables
                    const UInt8 c_gnNhBtpB := 2;
                    var SremInd v_sremInd;
                    
garciay's avatar
garciay committed
296
297
298
299
300
301
302
                    // Test control
                    if (not PICS_SREM_GENERATION) {
                        log("*** " & testcasename() & ": PICS_SREM_GENERATION required for executing the TC ***");
                        setverdict(inconc);
                        stop;
                    }
                    
303
304
305
306
                    // Test component configuration
                    f_cfUp();
                    
                    // Preamble
garciay's avatar
garciay committed
307
                    f_prInitialState();
308
309
310
                    f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
                    
                    // Test Body
garciay's avatar
garciay committed
311
                    f_utTriggerEvent(m_utTriggerEvent(PX_BASICVEHICLEROLE, PX_REQUESTIMPORTANCELEVEL));
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
                    
                    tc_ac.start;
                    alt {
                        [] sremSsemPort.receive(
                            mw_sremIndWithGnParameters(
                               mw_sremPdu(
                                   mw_sremWellFormatted
                               ), 
                               c_gnNhBtpB
                        )) -> value v_sremInd { 
                            tc_ac.stop;
                            // Send SSEM
                            f_sendSseMessage(v_sremInd.msgIn.srm);
                            log("*** " & testcasename() & ": PASS: Expected SREM encapsultated in BTP-B packet received. ***");
                            f_selfOrClientSyncAndVerdict(c_tbDone, e_success);
                        }
                        [] sremSsemPort.receive(mw_sremIndWithGnParameters(mw_sremPdu(mw_sremWellFormatted), omit)) -> value v_sremInd { 
                            tc_ac.stop;
                            // Send SSEM
                            f_sendSseMessage(v_sremInd.msgIn.srm);
                            log("*** " & testcasename() & ": INCONC: no GN NH information in SremInd ***");
                            f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);  
                        }                    
                        [] sremSsemPort.receive(mw_sremInd(mw_sremPdu(mw_defaultSrem))) -> value v_sremInd { 
                            tc_ac.stop;
                            // Send SSEM
                            f_sendSseMessage(v_sremInd.msgIn.srm);
                            log("*** " & testcasename() & ": FAIL: Expected SREM received, but not encapsulated in BTP-B packet ***");
                            f_selfOrClientSyncAndVerdict(c_tbDone, e_error);  
                        }                    
                        [] tc_ac.timeout {
                            log("*** " & testcasename() & ": INCONC: Timeout while awaiting the reception of a message. ***");
                            f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);
                        }
                    }
                    
                    // Postamble
                    f_poDefault();
                    f_cfDown();
                    
                } // End of function f_IS_TLC_COMM_BV_01_01
                
                /**
                 * @desc    TP Function for TC_IS_TLC_COMM_BV_01_02
                 */
                function f_IS_TLC_COMM_BV_01_02 () runs on ItsSremSsem {
                    
                    // Local variables
                    const UInt16 c_gnNhBtpBPort := 2007;
                    var SremInd v_sremInd;
                    
garciay's avatar
garciay committed
363
364
365
366
367
368
369
                    // Test control
                    if (not PICS_SREM_GENERATION) {
                        log("*** " & testcasename() & ": PICS_SREM_GENERATION required for executing the TC ***");
                        setverdict(inconc);
                        stop;
                    }
                    
370
371
372
373
                    // Test component configuration
                    f_cfUp();
                    
                    // Preamble
garciay's avatar
garciay committed
374
                    f_prInitialState();
375
376
377
                    f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
                    
                    // Test Body
garciay's avatar
garciay committed
378
                    f_utTriggerEvent(m_utTriggerEvent(PX_BASICVEHICLEROLE, PX_REQUESTIMPORTANCELEVEL));
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
                    
                    tc_ac.start;
                    alt {
                        [] sremSsemPort.receive(
                            mw_sremIndWithBtpParameters(
                               mw_sremPdu, 
                               c_gnNhBtpBPort,
                               0
                        )) -> value v_sremInd { 
                            tc_ac.stop;
                            // Send SSEM
                            f_sendSseMessage(v_sremInd.msgIn.srm);
                            log("*** " & testcasename() & ": PASS: Expected SREM encapsultated in BTP packet with port value 2003 received. ***");
                            f_selfOrClientSyncAndVerdict(c_tbDone, e_success);
                        }
                        [] sremSsemPort.receive(mw_sremInd(mw_sremPdu(mw_defaultSrem))) -> value v_sremInd { 
                            tc_ac.stop;
                            // Send SSEM
                            f_sendSseMessage(v_sremInd.msgIn.srm);
                            log("*** " & testcasename() & ": FAIL: Expected SREM received, but not addressed to the correct destination port. ***");
                            f_selfOrClientSyncAndVerdict(c_tbDone, e_error);  
                        }                    
                        [] tc_ac.timeout {
                            log("*** " & testcasename() & ": INCONC: Timeout while awaiting the reception of a message. ***");
                            f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);
                        }
                    }
                    
                    // Postamble
                    f_poDefault();
                    f_cfDown();
                    
                } // End of function f_IS_TLC_COMM_BV_01_02
                
                /**
                 * @desc    TP Function for TC_IS_TLC_COMM_BV_03
                 */
                function f_IS_TLC_COMM_BV_03 () runs on ItsSremSsem {
                    
                    // Local variables
                    const UInt8 c_gnHtGbc := 4;
                    var SremInd v_sremInd;
                    
                    // Test control
garciay's avatar
garciay committed
423
424
                    if (not PICS_SREM_GENERATION) {
                        log("*** " & testcasename() & ": PICS_SREM_GENERATION required for executing the TC ***");
425
426
427
428
429
430
431
432
                        setverdict(inconc);
                        stop;
                    }
                    
                    // Test component configuration
                    f_cfUp();
                        
                    // Preamble
garciay's avatar
garciay committed
433
                    f_prInitialState();
434
435
436
                    f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
                        
                    // Test Body
garciay's avatar
garciay committed
437
                    f_utTriggerEvent(m_utTriggerEvent(PX_BASICVEHICLEROLE, PX_REQUESTIMPORTANCELEVEL));
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
                    
                    tc_ac.start;
                    alt {
                        [] sremSsemPort.receive(
                            mw_sremIndWithGnParameters(
                                mw_sremPdu(
                                    mw_sremWellFormatted
                                ),
                                -, 
                                c_gnHtGbc
                        )) -> value v_sremInd { 
                            tc_ac.stop;
                            // Send SSEM
                            f_sendSseMessage(v_sremInd.msgIn.srm);
                            log("*** " & testcasename() & ": PASS: Expected SREM encapsulated in GBC packet received. ***");
                            f_selfOrClientSyncAndVerdict(c_tbDone, e_success);
                        }
                        [] sremSsemPort.receive(
                            mw_sremIndWithGnParameters(
                                mw_sremPdu(
                                    mw_sremWellFormatted
                                ),
                                -, 
                                omit
                        )) -> value v_sremInd { 
                            tc_ac.stop;
                            // Send SSEM
                            f_sendSseMessage(v_sremInd.msgIn.srm);
                            log("*** " & testcasename() & ": FAIL: no GN HT information in SremInd. ***");
                            f_selfOrClientSyncAndVerdict(c_tbDone, e_error);
                        }
                        [] sremSsemPort.receive(
                            mw_sremInd(
                                mw_sremPdu(
                                    mw_sremWellFormatted
                        ))) -> value v_sremInd { 
                            tc_ac.stop;
                            // Send SSEM
                            f_sendSseMessage(v_sremInd.msgIn.srm);
                            log("*** " & testcasename() & ": FAIL:  Expected SREM received, but not encapsulated in GBC packet. ***");
                            f_selfOrClientSyncAndVerdict(c_tbDone, e_error);
                        }
                        [] tc_ac.timeout {
                            log("*** " & testcasename() & ": INCONC: Timeout while awaiting the reception of a message. ***");
                            f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);
                        }
                    }
                    
                    // Postamble
                    f_poDefault();
                    f_cfDown();
                    
                } // End of function f_IS_TLC_COMM_BV_03
                
            } // End of group sreCommunication 
            
        } // End of group sreMessageDissemination 
        
        group sreMessageProcessing {
garciay's avatar
garciay committed
497
498
            
            /**
499
             * @desc    TP Function for TC_IS_TLC_MSGF_BV_03
garciay's avatar
garciay committed
500
             */
501
            function f_IS_TLC_MSGF_BV_03 () runs on ItsSremSsem {
garciay's avatar
garciay committed
502
503
                
                // Local variables
504
                var SsemReq   v_ssemReq;
505
506
                var integer     i;
                    
garciay's avatar
garciay committed
507
508
                if (not PICS_SSEM_RECEPTION) {
                    log("*** " & testcasename() & ": PICS_SSEM_RECEPTION required for executing the TC ***");
garciay's avatar
garciay committed
509
510
511
                    setverdict(inconc);
                    stop;
                }
512
                    
garciay's avatar
garciay committed
513
514
515
516
                // Test component configuration
                f_cfUp();
                    
                // Preamble
garciay's avatar
garciay committed
517
                f_prInitialState();
garciay's avatar
garciay committed
518
519
520
                f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
                    
                // Test Body
521
522
                v_ssemReq := valueof(m_ssemReq(m_ssemPdu(m_defaultSsem))); 
                sremSsemPort.send(v_ssemReq) ;
523
524
                    
                f_sleep(PX_TAC);
garciay's avatar
garciay committed
525
                for (i := 0; i < lengthof(vc_utSsemEvents) and not match (v_ssemReq.msgOut , vc_utSsemEvents[i].sseMsg); i := i + 1) {
526
                    // empty on purpose 
garciay's avatar
garciay committed
527
                }
528
                if (i < lengthof(vc_utSsemEvents) ) {
529
                    log("*** " & testcasename() & ": PASS: SREM was transmitted to upper layer***");
530
531
                    f_selfOrClientSyncAndVerdict(c_tbDone, e_success);
                } else {
532
                    log("*** " & testcasename() & ": FAIL: SREM was not transmitted to upper layer***");
533
534
535
                    f_selfOrClientSyncAndVerdict(c_tbDone, e_error);
                }
                    
garciay's avatar
garciay committed
536
537
538
                // Postamble
                f_poDefault();
                f_cfDown();
539
540
                    
            } // End of function f_IS_TLC_MSGF_BV_03
garciay's avatar
garciay committed
541
            
542
543
        } // End of group sreMessageProcessing
        
garciay's avatar
garciay committed
544
    } // End of group iTS_SRole
545
    
546
    group rsuRole {
547
        
548
549
550
551
552
553
554
555
556
557
558
559
        group sreMessageDisseminationRsu { 
            
            group sreMessageFormatRsu { 
                
                /**
                 * @desc    TP Function for TC_IS_TLC_MSGF_BV_04
                 */
                function f_IS_TLC_MSGF_BV_04 () runs on ItsSremSsem {
                    
                    // Local variables
                    
                    // Test control
garciay's avatar
garciay committed
560
561
                    if (not PICS_SSEM_GENERATION) {
                        log("*** " & testcasename() & ": PICS_SSEM_GENERATION required for executing the TC ***");
562
563
564
565
566
567
568
569
                        setverdict(inconc);
                        stop;
                    }
                    
                    // Test component configuration
                    f_cfUp();
                        
                    // Preamble
garciay's avatar
garciay committed
570
                    f_prInitialState();
571
572
573
                    f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
                        
                    // Test Body
574
                    // Send SREM
575
576
                    sremSsemPort.send(
                        m_sremReq(
garciay's avatar
garciay committed
577
578
                            m_sremPdu(
                                m_defaultSrem
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
                    )));
                    
                    tc_ac.start;
                    alt {
                        [] sremSsemPort.receive(
                            mw_ssemInd(
                                mw_ssemPdu
                        )) { 
                            tc_ac.stop;
                            log("*** " & testcasename() & ": PASS: Successfully received SSEM PDU header. ***");
                            f_selfOrClientSyncAndVerdict(c_tbDone, e_success);
                        }
                        [] tc_ac.timeout {
                            log("*** " & testcasename() & ": INCONC: Timeout while awaiting the reception of a message. ***");
                            f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);
                        }
                    }
                    
                    // Postamble
                    f_poDefault();
                    f_cfDown();
                    
                } // End of function f_IS_TLC_MSGF_BV_04
                
            } // End of group sreMessageFormatRsu
            
            group sreCommunicationRsu {
                
            } // End of group sreCommunicationRsu
            
        } // End of group sreMessageDisseminationRsu
610
        
611
612
613
614
615
616
617
618
        group sreMessageProcessingRsu {
            
            /**
             * @desc    TP Function for TC_IS_TLC_MSGF_BV_02
             */
            function f_IS_TLC_MSGF_BV_02 () runs on ItsSremSsem {
                
                // Local variables
garciay's avatar
garciay committed
619
                var SremReq   v_sremReq;
620
621
                var integer   i;
                    
garciay's avatar
garciay committed
622
623
                if (not PICS_SREM_RECEPTION) {
                    log("*** " & testcasename() & ": PICS_SREM_RECEPTION required for executing the TC ***");
624
625
626
627
628
629
630
631
                    setverdict(inconc);
                    stop;
                }
                    
                // Test component configuration
                f_cfUp();
                    
                // Preamble
garciay's avatar
garciay committed
632
                f_prInitialState();
633
634
635
                f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
                    
                // Test Body
garciay's avatar
garciay committed
636
                v_sremReq := valueof(m_sremReq(m_sremPdu(m_defaultSrem)));
637
638
639
640
641
642
643
                sremSsemPort.send(v_sremReq) ;
                    
                f_sleep(PX_TAC);
                for (i := 0; i < lengthof(vc_utSremEvents) and not match (v_sremReq.msgOut , vc_utSremEvents[i].sreMsg); i := i + 1) {
                    // empty on purpose 
                }
                if (i < lengthof(vc_utSsemEvents) ) {
644
                    log("*** " & testcasename() & ": PASS: SSEM was transmitted to upper layer***");
645
646
                    f_selfOrClientSyncAndVerdict(c_tbDone, e_success);
                } else {
647
                    log("*** " & testcasename() & ": FAIL: SSEM was not transmitted to upper layer***");
648
649
650
651
652
653
654
655
656
657
                    f_selfOrClientSyncAndVerdict(c_tbDone, e_error);
                }
                    
                // Postamble
                f_poDefault();
                f_cfDown();
                    
            } // End of function f_IS_TLC_MSGF_BV_02
            
        } // End of group sreMessageProcessingRsu
garciay's avatar
garciay committed
658
        
659
    } // End of group rsuRole
garciay's avatar
garciay committed
660
    
661
} // End of module ItsSrem_TpFunctions