Commit 3d433785 authored by Yann Garcia's avatar Yann Garcia
Browse files

Bug fixed into TC_NGAP_GNB_CMP_07

parent 4d6b2f86
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -89,6 +89,15 @@ NGAP_TestCases.TC_NGAP_gNB_or_aMF_testcaseName_01
# Verify that the NG-RAN node successfully sends a UPLINK RAN EARLY STATUS TRANSFER message to the AMF.
#NGAP_TestCases.TC_NGAP_GNB_MMP_11

# Verify that the IUT can send an INITIAL UE MESSAGE to indicate the initiation of a NAS Transport procedure.
#NGAP_TestCases.TC_NGAP_GNB_NAS_01
# Verify that the IUT can send an UPLINK NAS TRANSPORT message to the AMF.
#NGAP_TestCases.TC_NGAP_GNB_NAS_02
# Verify that the IUT can send a NAS NON DELIVERY INDICATION message to t.he AMF
#NGAP_TestCases.TC_NGAP_GNB_NAS_03



# Verify that the GNB node successfully sends a NG SETUP REQEST message to the AMF.
#NGAP_TestCases.TC_NGAP_GNB_IMP_01
# Verify that the IUT can send a RAN CONFIGURATION UPDATE message to the AMF.
+1 −1
Original line number Diff line number Diff line
@@ -507,7 +507,7 @@ module NGAP_TestCases {
                    var aMFNGAPComponent v_ngap_amf;

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