Loading ttcn/AtsNGAP/NGAP_Pics.ttcn +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading ttcn/AtsNGAP/NGAP_TestCases.ttcn +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. Loading Loading @@ -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; } Loading Loading
ttcn/AtsNGAP/NGAP_Pics.ttcn +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
ttcn/AtsNGAP/NGAP_TestCases.ttcn +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. Loading Loading @@ -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; } Loading