ItsSrem_TestControl.ttcn 1.36 KB
Newer Older
garciay's avatar
garciay committed
1
2
3
4
5
/**
 *  @author     ETSI / STF517
 *  @version    $URL$
 *              $Id$
 *  @desc       Test Control file for TLC
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
13
14
15
16
17
18
19
20
21
22
 *
 */
module ItsSrem_TestControl {
    
    // ATS SREM
    import from ItsSrem_TestCases all;
    
    // LibIts
    import from LibItsSremSsem_Pics all;
    
    // Test Execution
    control {
        
garciay's avatar
garciay committed
23
        if (PICS_SREM_GENERATION) {
garciay's avatar
garciay committed
24
            
garciay's avatar
garciay committed
25
            execute(TC_IS_RLT_MSGF_BV_01());
garciay's avatar
garciay committed
26
            
garciay's avatar
garciay committed
27
28
            execute(TC_IS_TLC_EVGN_BV_01());
            execute(TC_IS_TLC_EVGN_BV_02());
garciay's avatar
garciay committed
29
30
31
            
            execute(TC_IS_TLC_EVUP_BV_01());
            
garciay's avatar
garciay committed
32
33
34
35
36
37
            execute(TC_IS_TLC_COMM_BV_01_01());
            execute(TC_IS_TLC_COMM_BV_01_02());
        }
        if (PICS_SSEM_RECEPTION) {
            
            execute(TC_IS_TLC_MSGF_BV_03());
garciay's avatar
garciay committed
38
39
40
            
        }
        
garciay's avatar
garciay committed
41
        if (PICS_SSEM_GENERATION) {
garciay's avatar
garciay committed
42
            
garciay's avatar
garciay committed
43
            execute(TC_IS_TLC_MSGF_BV_04());
garciay's avatar
garciay committed
44
45
            
        }
garciay's avatar
garciay committed
46
47
48
49
50
51
52
        
        if (PICS_SREM_RECEPTION) {
            
            execute(TC_IS_TLC_MSGF_BV_02());
            
        }
        
garciay's avatar
garciay committed
53
54
55
    }
    
} // End of module ItsSrem_TestControl