Commit cd6072f1 authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

Missing PICS4_6_1_2 added in PICS list and to the test

parent 596b5b23
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -108,6 +108,8 @@ module NGAP_Pics {
        modulepar boolean PICS_A4_5_2	:= false;  //AMF - Transport of NAS Messages Procedures - DOWNLINK NAS TRANSPORT
        modulepar boolean PICS_A4_5_5	:= false;  //AMF - Transport of NAS Messages Procedures - REROUTE NAS REQUEST
        modulepar boolean PICS_A4_6_1	:= false;  //AMF - Interface Management Procedures - NG SETUP REQUEST
        modulepar boolean PICS_A4_6_1_1	:= false;  //AMF - Rejection of an unacceptable NG SETUP REQUEST message with an NG SETUP FAILURE message
        modulepar boolean PICS_A4_6_1_2	:= false;  //AMF - IAB
        modulepar boolean PICS_A4_6_2	:= false;  //AMF - Interface Management Procedures - RAN CONFIGURATION UPDATE
        modulepar boolean PICS_A4_6_3	:= false;  //AMF - Interface Management Procedures - AMF CONFIGURATION UPDATE
        modulepar boolean PICS_A4_6_4	:= false;  //AMF - Interface Management Procedures - NG RESET
+3 −3
Original line number Diff line number Diff line
/**
 *    @author   ETSI / TTF033
 *    @author   ETSI / TTF T033/T048
 *    @version  $URL$
 *              $Id$
 *    @desc     This module provides test cases for NGAP tests.
@@ -3002,8 +3002,8 @@ module NGAP_TestCases {
                    var aMFNGAPComponent v_ngap_gnb;

                    // Test control
                    if ((not PICS_NGAP_AMF_IUT) and (not PICS_A4_6_1)){
                        log("*** " & __SCOPE__ & ": ERROR: 'PICS_NGAP_AMF_IUT and PICS_A4_6_1' shall be set to true for executing the TC. ***");
                    if ((not PICS_NGAP_AMF_IUT) and (not PICS_A4_6_1) and (not PICS_A4_6_1_2)){
                        log("*** " & __SCOPE__ & ": ERROR: 'PICS_NGAP_AMF_IUT and PICS_A4_6_1 and PICS_A4_6_1_2' shall be set to true for executing the TC. ***");
                        stop;
                    }