ItsIicp_TestCases.ttcn3 150 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 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 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 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 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 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 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 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 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 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 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 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 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 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 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000
/**
 *  @author     ETSI / STF422_EETS
 *  @version    $URL$
 *              $Id$
 *  @desc       ITS station-internal management communications protocol (ISO 24102-4) test cases
 */
module ItsIicp_TestCases {
    
    // Libcommon
    import from LibCommon_Time all;
    import from LibCommon_VerdictControl all;
    import from LibCommon_Sync all;
    
    // LibIts
    import from CALMiitsscu language "ASN.1:1997" all;
    import from CALMmsap language "ASN.1:1997" {
        type 
            CommandRef, 
            MF_Command_request, MN_Command_request, MI_Command_request, 
            MF_Request_request, MN_Request_request, MI_Request_request, 
            MF_Command_confirm, MN_Command_confirm, MI_Command_confirm, 
            MI_Get_request, MI_Set_request, 
            MI_Get_confirm, MI_Set_confirm, 
            StateCInotify, FWTdelete, FWTdeleteConf  
    };
    import from LibItsFntp_TypesAndValues {
        const c_portSam;
    };
    import from LibItsIicp_TypesAndValues all; // TODO Remove 'all'
    import from LibItsIicp_Templates all; 
    import from LibItsIicp_Functions all; 
    import from LibItsIicp_Pixits all; 
    import from LibItsIicp_Pics all; 
    import from LibItsMgt_Templates all; 
    import from LibItsMgt_Functions { 
        function 
            f_getIutSourceItsScuId, f_getIutSourceItsScuIdAlive, f_getIutDestItsScuId, f_getIutOtherItsScuId, 
            f_getIutMedType, f_getIutCiAccessClass, f_getIutCiClass, 
            f_getNextCommandRef, f_getNextPduCounter 
    };
    import from LibItsCalm_Interface { 
        type ItsCalm 
    };
    import from LibItsCalm_TestSystem {
        type ItsCalmSystem
    };
    
    // 8.1 Management
    group management {
        
        group validBehavior {
            
            /**
             * @desc    Generation of ITS-SCUalive message after power on - no other ITS-SCU in the SUT
             * <pre>
             * Pics Selection: PICS_IICP_MGM
             * Config Id: CF01
             * Initial conditions: 
             *  with {
             *      the IUT having no knowledge about other ITS-SCUs in the SUT
             *  }
             * Expected behaviour:
             *  ensure that {
             *      when { 
             *          the IUT starting
             *      }
             *      then {
             *          the IUT generates an ITS-SCUalive (new) message with DestinationITS-SCU-ID=65535 
             *          and with SourceITS-SCU-ID equal to the own ITS-SCU ID, indicating its pre-selected ITS-SCU-ID and its IST-SCUtype, 
             *          and forwards this with MF-COMMAND IICrequestTX to the IIC Communication Manager
             *      }
             *  }
             * </pre>
             * 
             * @version 1.2.1
             * @see     ETSI TS 102 797-2 v1.2.1 IICP/MGM/BV/01
             */
            testcase TC_IICP_MGM_BV_01() runs on ItsCalm system ItsCalmSystem {
                // Local variables
                timer t_minRetransTimer := f_getIutTaliveRetransmitTimer();
                timer t_maxRetransTimer := f_getIutTaliveRetransmitTimer() + f_getIutTaliveMaxJitter();
                var boolean v_firstMessageReceived := false;
                
//                log("*** TC_IICP_MGM_BV_01: t_minRetransTimer= ", f_getIutTaliveRetransmitTimer());
//                log("*** TC_IICP_MGM_BV_01: t_minRetransTimer= ", f_getIutTaliveRetransmitTimer() + f_getIutTaliveMaxJitter());
//                stop;
                
                // Test control
                if (not(PICS_IICP_MGM)) {
                    log("*** TC_IICP_MGM_BV_01: ERROR: 'PICS_IICP_MGM' required for executing the TC ***");
                    stop;
                }
                
                // Test component configuration
                f_cf01Up();
                
                // Test adapter configuration
                
                // Preamble
                // Clause 'Initial conditions'
                // Assume that 'Initial conditions' are achieved
                f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
                log("*** TC_IICP_MGM_BV_01: INFO: Preamble: IUT was setup properly ***");
                
                // Test Body
                // Clause 'when'
                
                // Clause 'then'
                iicpPort.clear;
                tc_ac.start;
                alt { 
                    [] iicpPort.receive(
                        mw_iicpIndReq( 
                            mdw_iicRequestTx_scuAlive(
                                f_getIutSourceItsScuIdAlive(),  // Used to indicate "own/local ITS-SCU" (ISO/WD 24102-4 Table 2 — ITS-SCU-ID value assignment)
                                65535,                          // Broadcast
                                mw_scuAlive(
                                    255,                        // ITS-SCUalive (new) message
                                    f_getIutLocalItsType() 
                                )
                    ))) {
                        tc_ac.stop;
                        log("*** TC_IICP_MGM_BV_01: INFO: The IUT has generated a IIC_Request/SCUAlive ***");
                        if (v_firstMessageReceived == false) { // First message is reached, start timer now
                            v_firstMessageReceived := true;
                            t_maxRetransTimer.start;
                            t_minRetransTimer.start;
                            repeat;
                        } else {
                            if (t_minRetransTimer.running) {
                                log("*** TC_IICP_MGM_BV_01: FAIL: IIC_Request/SCUAlive not transmitted at prescribed periodicity (too early) ***");
                                t_minRetransTimer.stop;
                                t_maxRetransTimer.stop;
                                f_selfOrClientSyncAndVerdictTestBody(c_tbDone, e_error);
                            } else {
                                t_maxRetransTimer.stop;
                                log("*** TC_IICP_MGM_BV_01: PASS: IIC_Request/SCUAlive transmitted at prescribed periodicity ***");
                                f_selfOrClientSyncAndVerdictTestBody(c_tbDone, e_success);
                            }
                        }
                    }
                    [] t_minRetransTimer.timeout {
                        log("*** TC_IICP_MGM_BV_01: INFO: Ready for retransmission ***");
                        repeat;
                    }
                    [] t_maxRetransTimer.timeout {
                        log("*** TC_IICP_MGM_BV_01: INCONC: IIC_Request/SCUAlive not transmitted at prescribed periodicity (too late) ***");
                        f_selfOrClientSyncAndVerdictTestBody(c_tbDone, e_timeout);
                    }
                    [] tc_ac.timeout {
                        f_selfOrClientSyncAndVerdictTestBody(c_tbDone, e_timeout);
                        log("*** TC_IICP_MGM_BV_01: INCONC: Expected message not received ***");
                    }
                } // End of 'alt' statement
                log("*** TC_IICP_MGM_BV_01: INFO: Test body done ***");
                
                // Postamble
                f_poDefault();
                f_cf01Down();
                
            } // End of testcase TC_IICP_MGM_BV_01
            
            /**
             * @desc    Reception of ITS-SCUalive (new) message with no address conflict
             * <pre>
             * Pics Selection: PICS_IICP_MGM
             * Config Id: CF01
             * Initial conditions: 
             *  with {
             *      the IUT having its own ITS-SCU-ID
             *  }
             * Expected behaviour:
             *  ensure that {
             *      when { 
             *          the IUT having received an ITS-SCUalive (new) message without address conflict
             *      }
             *      then {
             *          the IUT shall acknowledge this with ErrorStatus = 0 using MF-COMMAND IICresponseTX
             *      }
             *  }
             * </pre>
             * 
             * @version 1.2.1
             * @see     ETSI TS 102 797-2 v1.2.1 IICP/MGM/BV/02
             */
            testcase TC_IICP_MGM_BV_02() runs on ItsCalm system ItsCalmSystem {
                // Local variables
//                var IicpInd v_iicpSim;
                
                // Test control
                if (not(PICS_IICP_MGM)) {
                    log("*** TC_IICP_MGM_BV_02: ERROR: 'PICS_IICP_MGM' required for executing the TC ***");
                    stop;
                }
                
                // Test component configuration
                f_cf01Up();
                
                // Test adapter configuration
                
                // Preamble
                // Clause 'Initial conditions'
                f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
                log("*** TC_IICP_MGM_BV_02: INFO: Preamble: IUT was setup properly ***");
                
                // Test Body
                // Clause 'when'
                f_sendAliveMessage(
                    f_getIutSourceItsScuId(),    // The ITS SCU-ID of the sender
                    f_getIutDestItsScuId(), 
                    m_scuAlive(
                        255,                    // ITS-SCUalive (new) message
                        f_getIutSourceItsScuType() 
                    )
                );
                log("*** TC_IICP_MGM_BV_02: INFO: ITS-SCUalive (new) message without address conflict triggered ***");
                log(
                    "*** TC_IICP_MGM_BV_02: DEBUG: Expected template: ",
                    mw_iicpIndResp( 
                        mdw_iicResponseTx_scuAlive(
                            f_getIutDestItsScuId(),
                            f_getIutSourceItsScuId(),
                            mw_scuAlive(
                                255,                        // ITS-SCUalive (new) message
                                f_getIutLocalItsType() 
                            ),
                            0 // Check why TTWB raises an error using duplicateITS-scuId
                    )), 
                    "***");
                // Clause 'then'
                iicpPort.clear;
                tc_ac.start;
                alt { 
                    [] iicpPort.receive(
                        mw_iicpIndResp( 
                            mdw_iicResponseTx_scuAlive(
                                f_getIutDestItsScuId(),
                                f_getIutSourceItsScuId(),
                                mw_scuAlive(
                                    0,
                                    f_getIutLocalItsType() 
                                ),
                                0 // Check why TTWB raises an error using duplicateITS-scuId
                    ))) {
                        tc_ac.stop;
                        log("*** TC_IICP_MGM_BV_02: PASS: The IUT has generated a MF-COMMAND IICresponseTX ***");
                        f_selfOrClientSyncAndVerdictTestBody(c_tbDone, e_success);
                    }
                    [] tc_ac.timeout {
                        f_selfOrClientSyncAndVerdictTestBody(c_tbDone, e_timeout);
                        log("*** TC_IICP_MGM_BV_02: INCONC: Expected message not received ***");
                    }
                } // End of 'alt' statement
                log("*** TC_IICP_MGM_BV_02: INFO: Test body done ***");
                
                // Postamble
                f_poDefault();
                f_cf01Down();
                
            } // End of testcase TC_IICP_MGM_BV_02
            
            /**
             * @desc    Reception of ITS-SCUalive (new) message with address conflict
             * <pre>
             * Pics Selection: PICS_IICP_MGM
             * Config Id: CF01
             * Initial conditions: 
             *  with {
             *      the IUT having its own ITS-SCU-ID
             *  }
             * Expected behaviour:
             *  ensure that {
             *      when { 
             *          the IUT having received an ITS-SCUalive (new) message with address conflict, i.e. from an ITS-SCU having the same ITS-SCU-ID
             *      }
             *      then {
             *          the IUT shall acknowledge this with ErrorStatus = 2 using MF-COMMAND IICresponseTX for transmission to all ITS-SCUs
             *      }
             *  }
             * </pre>
             * 
             * @version 1.2.1
             * @see     ETSI TS 102 797-2 v1.2.1 IICP/MGM/BV/03
             */
            testcase TC_IICP_MGM_BV_03() runs on ItsCalm system ItsCalmSystem {
                // Local variables
                
                // Test control
                if (not(PICS_IICP_MGM)) {
                    log("*** TC_IICP_MGM_BV_03: ERROR: 'PICS_IICP_MGM' required for executing the TC ***");
                    stop;
                }
                
                // Test component configuration
                f_cf01Up();
                
                // Test adapter configuration
                
                // Preamble
                // Clause 'Initial conditions'
                // Assume that 'Initial conditions' are achieved
                f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
                log("*** TC_IICP_MGM_BV_03: INFO: Preamble: IUT was setup properly ***");
                
                // Test Body
                // Clause 'when'
                f_sendAliveMessage(
                    f_getIutDestItsScuId(),        // Both source and destination are identical ==> conflict expected
                    f_getIutDestItsScuId(),
                    m_scuAlive(
                        255,                        // ITS-SCUalive (new) message
                        f_getIutSourceItsScuType() 
                    )
                );
                log("*** TC_IICP_MGM_BV_03: INFO: ITS-SCUalive (new) message with address conflict triggered ***");
                // Clause 'then'
                tc_ac.start;
                alt { 
                    [] iicpPort.receive( 
                        mw_iicpIndResp( 
                            mdw_iicResponseTx_scuAlive(
                                f_getIutDestItsScuId(),
                                65535,
                                ?,
                                2 // Check why TTWB raises an error using duplicateITS-scuId
                    ))) {
                        tc_ac.stop;
                        log("*** TC_IICP_MGM_BV_03: PASS: The IUT has detetcted the address conflict ***");
                        f_selfOrClientSyncAndVerdictTestBody(c_tbDone, e_success);
                    }
                    [] tc_ac.timeout {
                        f_selfOrClientSyncAndVerdictTestBody(c_tbDone, e_timeout);
                        log("*** TC_IICP_MGM_BV_03: INCONC: Expected message not received ***");
                    }
                } // End of 'alt' statement
                log("*** TC_IICP_MGM_BV_03: INFO: Test body done ***");
                
                // Postamble
                f_poDefault();
                f_cf01Down();
                
            } // End of testcase TC_IICP_MGM_BV_03
            
            /**
             * @desc    Reception of ITS-SCUalive (alive) message with no address conflict
             * <pre>
             * Pics Selection: PICS_IICP_MGM
             * Config Id: CF01
             * Initial conditions: 
             *  with {
             *      the IUT having its own ITS-SCU-ID
             *  }
             * Expected behaviour:
             *  ensure that {
             *      when { 
             *          the IUT having received an ITS-SCUalive (alive) message without address conflict
             *      }
             *      then {
             *          the IUT does not show any visible reaction
             *      }
             *  }
             * </pre>
             * 
             * @version 1.2.1
             * @see     ETSI TS 102 797-2 v1.2.1 IICP/MGM/BV/04
             */
            testcase TC_IICP_MGM_BV_04() runs on ItsCalm system ItsCalmSystem {
                // Local variables
                var template (value) PduRequest v_pduRequest;
                var template (value) VCI_info_res v_vCI_info_res;
                
                // Test control
                if (not(PICS_IICP_MGM)) {
                    log("*** TC_IICP_MGM_BV_04: ERROR: 'PICS_IICP_MGM' required for executing the TC ***");
                    stop;
                }
                
                // Test component configuration
                f_cf01Up();
                
                // Test adapter configuration
                
                // Preamble
                // Clause 'Initial conditions'
                // Assume that 'Initial conditions' are achieved
                f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
                log("*** TC_IICP_MGM_BV_04: INFO: Preamble: IUT was setup properly ***");
                
                // Test Body
                // Clause 'when'
                f_sendAliveMessage(
                    f_getIutSourceItsScuId(),    // The ITS SCU-ID of the sender
                    f_getIutDestItsScuId(), 
                    m_scuAlive(
                        0,                    // ITS-SCUalive (alive) message
                        f_getIutSourceItsScuType() 
                    )
                );
                log("*** TC_IICP_MGM_BV_04: INFO: TS-SCUalive (alive) message without address conflict triggered ***");
                // Clause 'then'
                tc_noac.start;
                alt {
                    // The default altstep manages unsollicited messages
                    [] tc_noac.timeout {
                        f_selfOrClientSyncAndVerdictTestBody(c_tbDone, e_success); 
                        log("*** TC_IICP_MGM_BV_04: PASS: No message received as expected ***");
                    }
                } // End of 'alt' statement
                log("*** TC_IICP_MGM_BV_04: INFO: Test body done ***");
                
                // Postamble
                f_poDefault();
                f_cf01Down();
                
            } // End of testcase TC_IICP_MGM_BV_04
            
            /**
             * @desc    Periodic transmission of ITS-SCUalive (alive) message
             * <pre>
             * Pics Selection: PICS_IICP_MGM
             * Config Id: CF01
             * Initial conditions: 
             *  with {
             *      the IUT having its own ITS-SCU-ID
             *  }
             * Expected behaviour:
             *  ensure that {
             *      when { 
             *          the IUT having transmitted an ITS-SCUalive (alive) message with DestinationITS-SCU-ID=65535 
             *          and with SourceITS-SCU-ID equal to the own ITS-SCU ID, which does not result in an address conflict
             *      }
             *      then {
             *          the IUT transmits the next ITS-SCUalive (alive) message after the time span given in parameter Talive
             *      }
             *  }
             * </pre>
             * 
             * @version 1.2.1
             * @see     ETSI TS 102 797-2 v1.2.1 IICP/MGM/BV/05
             */
            testcase TC_IICP_MGM_BV_05() runs on ItsCalm system ItsCalmSystem {
                // Local variables
                timer t_minRetransTimer;
                timer t_maxRetransTimer;
                var boolean v_firstMessageReceived := false;
                
                // Test control
                if (not(PICS_IICP_MGM)) {
                    log("*** TC_IICP_MGM_BV_05: ERROR: 'PICS_IICP_MGM' required for executing the TC ***");
                    stop;
                }
                
                // Test component configuration
                f_cf01Up();
                
                // Test adapter configuration
                
                // Preamble
                // Clause 'Initial conditions'
                // Assume that 'Initial conditions' are achieved
                f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
                log("*** TC_IICP_MGM_BV_05: INFO: Preamble: IUT was setup properly ***");
                
                // Test Body
                // Clause 'when'
                alt { 
                    [] iicpPort.receive(
                        mw_iicpIndReq( 
                            mdw_iicRequestTx_scuAlive(
                                f_getIutDestItsScuId(),
                                65535,                          // Broadcast
                                mw_scuAlive(
                                    0,                          // ITS-SCUalive (alive) message
                                    ? 
                                )
                    ))) {
                        tc_ac.stop;
                        log("*** TC_IICP_MGM_BV_05: INFO: The IUT has generated a IIC_Request/SCUAlive ***");
                        if (v_firstMessageReceived == false) { // First message is reached, start timer now
                            v_firstMessageReceived := true;
                            t_maxRetransTimer.start(int2float(f_getIutTalive()) * 1.1); // Wait for 110% of Talive 
                            t_minRetransTimer.start(int2float(f_getIutTalive()) * 0.9); // Wait for 90% of Talive 
                            repeat;
                        } else {
                            if (t_minRetransTimer.running) {
                                log("*** TC_IICP_MGM_BV_05: FAIL: IIC_Request/SCUAlive not transmitted at prescribed periodicity (too early) ***");
                                t_minRetransTimer.stop;
                                t_maxRetransTimer.stop;
                                f_selfOrClientSyncAndVerdictTestBody(c_tbDone, e_error);
                            } else {
                                t_maxRetransTimer.stop;
                                log("*** TC_IICP_MGM_BV_05: PASS: IIC_Request/SCUAlive transmitted at prescribed periodicity ***");
                                f_selfOrClientSyncAndVerdictTestBody(c_tbDone, e_success);
                            }
                        }
                    }
                    [] t_minRetransTimer.timeout {
                        log("*** TC_IICP_MGM_BV_05: INFO: Ready for retransmission ***");
                        repeat;
                    }
                    [] t_maxRetransTimer.timeout {
                        log("*** TC_IICP_MGM_BV_05: INCONC: IIC_Request/SCUAlive not transmitted at prescribed periodicity (too late) ***");
                        f_selfOrClientSyncAndVerdictTestBody(c_tbDone, e_timeout);
                    }
                    [] tc_ac.timeout {
                        f_selfOrClientSyncAndVerdictTestBody(c_tbDone, e_timeout);
                        log("*** TC_IICP_MGM_BV_05: INCONC: Expected message not received ***");
                    }
                } // End of 'alt' statement
                log("*** TC_IICP_MGM_BV_05: INFO: Test body done ***");
                
                // Postamble
                f_poDefault();
                f_cf01Down();
                
            } // End of testcase TC_IICP_MGM_BV_05
            
            /**
             * @desc    Transmission of ITS-SCUalive (delete) message
             * <pre>
             * Pics Selection: PICS_IICP_MGM
             * Config Id: CF01
             * Initial conditions: 
             *  with {
             *      the IUT having its own ITS-SCU-ID
             *  }
             * Expected behaviour:
             *  ensure that {
             *      when { 
             *          the IUT wants to shut down and stop operation
             *      }
             *      then {
             *          the IUT transmits an ITS-SCUalive (delete) message with DestinationITS-SCU-ID=65535 and with SourceITS-SCU-ID equal to the own ITS-SCU ID using MF-COMMAND IICrequestTX
             *      }
             *  }
             * </pre>
             * 
             * @version 1.2.1
             * @see     ETSI TS 102 797-2 v1.2.1 IICP/MGM/BV/06
             */
            testcase TC_IICP_MGM_BV_06() runs on ItsCalm system ItsCalmSystem {
                // Local variables
                
                // Test control
                if (not(PICS_IICP_MGM)) {
                    log("*** TC_IICP_MGM_BV_06: ERROR: 'PICS_IICP_MGM' required for executing the TC ***");
                    stop;
                }
                
                // Test component configuration
                f_cf01Up();
                
                // Test adapter configuration
                
                // Preamble
                // Clause 'Initial conditions'
                // Assume that 'Initial conditions' are achieved
                f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
                log("*** TC_IICP_MGM_BV_06: INFO: Preamble: IUT was setup properly ***");
                
                // Test Body
                // Clause 'when'
                action("Shutdown IUT");
                // Clause 'then'
                tc_ac.start; 
                alt { 
                    [] iicpPort.receive(
                        mw_iicpIndReq( 
                            mdw_iicRequestTx_scuAlive(
                                f_getIutDestItsScuId(),         // The IUT has its own ITS SCU-ID
                                65535,                          // Broadcast
                                mw_scuAlive(
                                    1,                          // ITS-SCUalive (delete) message
                                    f_getIutLocalItsType() 
                    )))) {
                        tc_ac.stop;
                        log("*** TC_IICP_MGM_BV_06: PASS: The IUT has generated a ITS-SCUalive (delete) message ***");
                        f_selfOrClientSyncAndVerdictTestBody(c_tbDone, e_success);
                    }
                    [] tc_ac.timeout {
                        f_selfOrClientSyncAndVerdictTestBody(c_tbDone, e_timeout);
                        log("*** TC_IICP_MGM_BV_06: INCONC: Expected message not received ***");
                    }
                } // End of 'alt' statement
                log("*** TC_IICP_MGM_BV_06: INFO: Test body done ***");
                
                // Postamble
                f_poDefault();
                f_cf01Down();
                
            } // End of testcase TC_IICP_MGM_BV_06
            
        } // End of group validBehavior
        
        group invalidBehavior {
            
            /**
             * @desc    Reception of ITS-SCUalive (alive) message with address conflict
             * <pre>
             * Pics Selection: PICS_IICP_MGM
             * Config Id: CF01
             * Initial conditions: 
             *  with {
             *      the IUT having its own ITS-SCU-ID
             *  }
             * Expected behaviour:
             *  ensure that {
             *      when { 
             *          the IUT having received an ITS-SCUalive (alive) message with address conflict , i.e. from an ITS-SCU having the same ITS-SCU-ID
             *      }
             *      then {
             *          the IUT shall acknowledge this with ErrorStatus = 2 using MF-COMMAND IICresponseTX for transmission to all ITS-SCUs,
             *          and the IUT shall delete its own ITS-SCU-ID and shall register newly by sending an ITS-SCU (new) message indicating a new ITS-SCU-ID with MF-COMMAND IICrequestTX to the IIC Communication Manager for transmission to all ITS-SCUs
             *      }
             *  }
             * </pre>
             * 
             * @version 1.2.1
             * @see     ETSI TS 102 797-2 v1.2.1 IICP/MGM/BI/01
             */
            testcase TC_IICP_MGM_BI_01() runs on ItsCalm system ItsCalmSystem {
                // Local variables
                
                // Test control
                if (not(PICS_IICP_MGM)) {
                    log("*** TC_IICP_MGM_BI_01: ERROR: 'PICS_IICP_MGM' required for executing the TC ***");
                    stop;
                }
                
                // Test component configuration
                f_cf01Up();
                
                // Test adapter configuration
                
                // Preamble
                // Clause 'Initial conditions'
                // Assume that 'Initial conditions' are achieved
                f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
                log("*** TC_IICP_MGM_BI_01: INFO: Preamble: IUT was setup properly ***");
               
                // Test Body
                // Clause 'when'
                f_sendAliveMessage(
                    f_getIutDestItsScuId(),        // Both source and destination are identical ==> conflict expected
                    f_getIutDestItsScuId(), 
                    m_scuAlive(
                        0,                         // ITS-SCUalive (alive) message
                        f_getIutSourceItsScuType() 
                    )
                );
                log("*** TC_IICP_MGM_BI_01: INFO: ITS-SCUalive (alive) message with address conflict triggered ***");
                // Clause 'then'
                tc_ac.start; 
                alt { 
                    [] iicpPort.receive(
                        mw_iicpIndResp( 
                            mdw_iicResponseTx_scuAlive(
                                f_getIutDestItsScuId(),        // The IUT has its own ITS SCU-ID
                                65535,                         // Broadcast
                                ?, 
                                2 // Check why TTWB raises an error using duplicateITS-scuId
                    ))) {
                        tc_ac.stop;
                        log("*** TC_IICP_MGM_BI_01: PASS: The IUT has  detetcted the address conflict ***");
                        f_selfOrClientSyncAndVerdictTestBody(c_tbDone, e_success);
                    }
                    [] tc_ac.timeout {
                        f_selfOrClientSyncAndVerdictTestBody(c_tbDone, e_timeout);
                        log("*** TC_IICP_MGM_BI_01: INCONC: Expected message not received ***");
                    }
                } // End of 'alt' statement
                log("*** TC_IICP_MGM_BI_01: INFO: Test body done ***");
                
                // Postamble
                f_poDefault();
                f_cf01Down();
                
            } // End of testcase TC_IICP_MGM_BI_01
            
            /**
             * @desc    Reception of ITS-SCUalive message with unknown AliveMessage
             * <pre>
             * Pics Selection: PICS_IICP_MGM
             * Config Id: CF01
             * Initial conditions: 
             *  with {
             *      the IUT having its own ITS-SCU-ID
             *  }
             * Expected behaviour:
             *  ensure that {
             *      when { 
             *          the IUT having received an ITS-SCUalive message with unknown AliveMessage
             *      }
             *      then {
             *          the IUT acknowledges the message with ErrorStatus 3
             *      }
             *  }
             * </pre>
             * 
             * @version 1.2.1
             * @see     ETSI TS 102 797-2 v1.2.1 IICP/MGM/BI/02
             */
            testcase TC_IICP_MGM_BI_02() runs on ItsCalm system ItsCalmSystem {
                // Local variables
                
                // Test control
                if (not(PICS_IICP_MGM)) {
                    log("*** TC_IICP_MGM_BI_02: ERROR: 'PICS_IICP_MGM' required for executing the TC ***");
                    stop;
                }
                
                // Test component configuration
                f_cf01Up();
                
                // Test adapter configuration
                
                // Preamble
                // Clause 'Initial conditions'
                // Assume that 'Initial conditions' are achieved
                f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
                log("*** TC_IICP_MGM_BI_02: INFO: Preamble: IUT was setup properly ***");
                
                // Test Body
                // Clause 'when'
                f_sendAliveMessage(
                    f_getIutLocalItsScuId(), 
                    f_getIutDestItsScuId(), 
                    m_scuAlive(
                        128,                        // 128 is an undefined AliveMessage
                        f_getIutSourceItsScuType() 
                    )
                );
                log("*** TC_IICP_MGM_BI_02: INFO: Unknown ITS-SCUalive AliveMessage message triggered ***");
                // Clause 'then'
                tc_ac.start; 
                alt { 
                    [] iicpPort.receive(
                        mw_iicpIndResp( 
                            mdw_iicResponseTx_scuAlive(
                                f_getIutDestItsScuId(),
                                ?,
                                ?,
                                3 // Check why TTWB raises an error using duplicateITS-scuId
                    ))) {
                        tc_ac.stop;
                        log("*** TC_IICP_MGM_BI_02: INFO: The IUT has  detetcted the invalid AliveMessage ***");
                        f_selfOrClientSyncAndVerdictTestBody(c_tbDone, e_success);
                    }
                    [] tc_ac.timeout {
                        f_selfOrClientSyncAndVerdictTestBody(c_tbDone, e_timeout);
                        log("*** TC_IICP_MGM_BI_02: INCONC: Expected message not received ***");
                    }
                } // End of 'alt' statement
                log("*** TC_IICP_MGM_BI_02: INFO: Test body done ***");
                
                // Postamble
                f_poDefault();
                f_cf01Down();
                
            } // End of testcase TC_IICP_MGM_BI_02
            
            /**
             * @desc    Reception of ITS-SCUalive message with unknown ITS-SCU type
             * <pre>
             * Pics Selection: PICS_IICP_MGM
             * Config Id: CF01
             * Initial conditions: 
             *  with {
             *      the IUT having its own ITS-SCU-ID
             *  }
             * Expected behaviour:
             *  ensure that {
             *      when { 
             *          the IUT having received an ITS-SCUalive message with unknown ITS-SCU type
             *      }
             *      then {
             *          the IUT acknowledges the message with ErrorStatus 4
             *      }
             *  }
             * </pre>
             * 
             * @version 1.2.1
             * @see     ETSI TS 102 797-2 v1.2.1 IICP/MGM/BI/03
             */
            testcase TC_IICP_MGM_BI_03() runs on ItsCalm system ItsCalmSystem {
                // Local variables
                
                // Test control
                if (not(PICS_IICP_MGM)) {
                    log("*** TC_IICP_MGM_BI_03: ERROR: 'PICS_IICP_MGM' required for executing the TC ***");
                    stop;
                }
                
                // Test component configuration
                f_cf01Up();
                
                // Test adapter configuration
                
                // Preamble
                // Clause 'Initial conditions'
                // Assume that 'Initial conditions' are achieved
                f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
                log("*** TC_IICP_MGM_BI_03: INFO: Preamble: IUT was setup properly ***");
                
                // Test Body
                // Clause 'when'
                f_sendAliveMessage(
                    f_getIutLocalItsScuId(), 
                    f_getIutDestItsScuId(), 
                    m_scuAlive(
                        0,                          // ITS-SCUalive (alive) message
                        15                          // Unknown ITS-SCU type
                    )
                );
                log("*** TC_IICP_MGM_BI_03: INFO: Unknown ITS-SCUalive with unknown ITS-SCU type message triggered ***");
                // Clause 'then'
                tc_ac.start; 
                alt { 
                    [] iicpPort.receive(
                        mw_iicpIndResp( 
                            mdw_iicResponseTx_scuAlive(
                                f_getIutDestItsScuId(),
                                ?,
                                ?,
                                4 // Check why TTWB raises an error using duplicateITS-scuId
                    ))) {
                        tc_ac.stop;
                        log("*** TC_IICP_MGM_BI_03: INFO: The IUT has  detetcted the invalid AliveMessage type ***");
                        f_selfOrClientSyncAndVerdictTestBody(c_tbDone, e_success);
                    }
                    [] tc_ac.timeout {
                        f_selfOrClientSyncAndVerdictTestBody(c_tbDone, e_timeout);
                        log("*** TC_IICP_MGM_BI_03: INCONC: Expected message not received ***");
                    }
                } // End of 'alt' statement
                log("*** TC_IICP_MGM_BI_03: INFO: Test body done ***");
                
                // Postamble
                f_poDefault();
                f_cf01Down();
                
            } // End of testcase TC_IICP_MGM_BI_03
            
        } // End of group invalidBehavior
        
    } // End of group management
    
    // 8.2 Communications
    group communications {
        
        group validBehavior {
            
            /**
             * @desc    Transmission of IIC-Request VCI-info to all types of ITS-SCUs
             * <pre>
             * Pics Selection: 
             * Config Id: CF01
             * Initial conditions: 
             *  with {
             *      the IUT having its own ITS-SCU-ID
             *  }
             * Expected behaviour:
             *  ensure that {
             *      when { 
             *          the IUT having received the request to send an VCI-info message to all ITS-SCUs
             *      }
             *      then {
             *          the IUT generates an VCI-info message with DestinationITS-SCU-ID=65535 
             *          and with SourceITS-SCU-ID equal to the own ITS-SCU ID, 
             *          and forwards this with MF-COMMAND IICrequestTX to the IIC Communication Manager for transmission to all ITS-SCUs
             *      }
             *  }
             * </pre>
             * 
             * @version 1.2.1
             * @see     ETSI TS 102 797-2 v1.2.1 IICP/COM/BV/01
             */
            testcase TC_IICP_COM_BV_01() runs on ItsCalm system ItsCalmSystem {
                // Local variables
                var template (value) PduRequest v_pduRequest;
                var template (value) VCI_info_res v_vCI_info_res;
                
                // Test control
                // No PICS to be checked
                
                // Test component configuration
                f_cf01Up();
                
                // Test adapter configuration
                
                // Preamble
                // Clause 'Initial conditions'
                // Assume that 'Initial conditions' are achieved
                f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
                log("*** TC_IICP_COM_BV_01: INFO: Preamble: IUT was setup properly ***");
                
                // Test Body
                // Clause 'when'
                v_pduRequest := m_pduRequest_vciInfoReq(
                    m_vciInfoReq(
                        f_getIutMedType(), 
                        f_getIutCiAccessClass(), 
                        f_getIutCiClass() 
                    )
                );
                f_iicpEvent_IIC_Request(
                    m_iicRequest(
                        f_getIutSourceItsScuId(),        // The IUT has its own ITS SCU-ID 
                        65535,                           // Broadcast 
                        f_getNextPduCounter(), 
                        v_pduRequest
                    )
                );
                log("*** TC_IICP_COM_BV_01: INFO: Request to send an VCI-info message to all ITS-SCUs triggered ***");
                // Clause 'then'
                v_vCI_info_res := m_vciInfoRes(
                                      m_vciInfo(
                                          f_getIutCiLinkId(), 
                                          f_getIutMedType(), 
                                          f_getIutCiAccessClass(), 
                                          f_getIutCiClass(), 
                                          8 // Active, see CIstatus_active_
                                      ) // End of 'm_vciInfo' field
                                  ); // End of 'm_vciInfoRes' field
                tc_ac.start; 
                alt { 
                    [] utPort.receive(
                        mw_utIicpEventInd_McmdRq( 
                            v_pduRequest.iicpReq.McmdRq
                    )) {
                        tc_ac.stop;
                        log("*** TC_IICP_COM_BV_01: INFO: Receive McmdRq from MX-SAP ***");
                        f_utIicpEvent(
                            m_utIicpEvent_McmdRs(
                                m_mcmdRs_vciInfoRes(
                                    v_vCI_info_res
                                ) // End of 'm_mcmdRs_vciInfoRes' field
                            ) 
                        );
                        log("*** TC_IICP_COM_BV_01: INFO: VCI-info-Res sent ***");
						log("*** TC_IICP_COM_BV_01: DEBUG: ",
						    mw_iicpIndResp(
                                mw_iicpResponse_vciInfoRes(
                                    f_getIutDestItsScuId(),
                                    ?, //f_getIutSourceItsScuId(),
                                    v_vCI_info_res
                            )),
						    " ***");
                        tc_ac.start;
                        repeat;
                    }
                    [] iicpPort.receive(
                        mw_iicpIndResp(
                            mw_iicpResponse_vciInfoRes(
                                f_getIutDestItsScuId(),
                                ?, //f_getIutSourceItsScuId(),
                                v_vCI_info_res
                    ))) {
                        tc_ac.stop;
                        log("*** TC_IICP_COM_BV_01: PASS: The IUT has generated a McmdRs IICresponse ***");
                        f_selfOrClientSyncAndVerdictTestBody(c_tbDone, e_success);
                    }
                    [] tc_ac.timeout {
                        f_selfOrClientSyncAndVerdictTestBody(c_tbDone, e_timeout);
                        log("*** TC_IICP_COM_BV_01: INCONC: Expected message not received ***");
                    }
                } // End of 'alt' statement
                log("*** TC_IICP_COM_BV_01: INFO: Test body done ***");
                
                // Postamble
                f_poDefault();
                f_cf01Down();
                
            } // End of testcase TC_IICP_COM_BV_01
            
            /**
             * @desc    Transmission of IIC-Request VCI-info to ITS-SCUs with ITS-S router role
             * <pre>
             * Pics Selection: 
             * Config Id: CF01
             * Initial conditions: 
             *  with {
             *      the IUT having its own ITS-SCU-ID
             *  }
             * Expected behaviour:
             *  ensure that {
             *      when { 
             *          the IUT having received the request to send an VCI-info message to all ITS-SCUs
             *      }
             *      then {
             *          the IUT generates an VCI-info message with DestinationITS-SCU-ID=2 
             *          and with SourceITS-SCU-ID equal to the own ITS-SCU ID, 
             *          and forwards this with MF-COMMAND IICrequestTX to the IIC Communication Manager for transmission to all ITS-SCUs
             *      }
             *  }
             * </pre>
             * 
             * @version 1.2.1
             * @see     ETSI TS 102 797-2 v1.2.1 IICP/COM/BV/02
             */