Commit a90556f2 authored by juvancic's avatar juvancic
Browse files

added tc in f_TC_NGAP_GNB_PDU_10

parent 4805373f
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
@@ -375,6 +375,33 @@ module NGAP_TestCases {

                } // End of testcase TC_NGAP_GNB_PDU_07

                /**
                 * @desc Test objective "Verify that the NG-RAN node reports the modification of the corresponding PDU session as failed if a PDU SESSION RESOURCE MODIFY REQUEST contains several PDU Session ID IEs set to the same value." 
                 */
                testcase TC_NGAP_GNB_PDU_10() runs on aMFNGAPComponent system TestAdapter {

                    // Local variables
                    var aMFNGAPComponent v_ngap_amf;

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

                    // Test component configuration
                    f_cf_NGAP_aMF_Up(v_ngap_amf);

                    // Start
                    v_ngap_amf.start(f_TC_NGAP_GNB_PDU_10());

                    // synchronize PTC on 1 sychronization points
                    f_serverSyncNClientsAndStop(1, {c_prDone, c_tbDone, c_poDone});

                    f_cf_Down/*gNBoraMF*/();

                } // End of testcase TC_NGAP_GNB_PDU_10

                

            } // End of group PDU_Session_Resource_Modify