Loading ttcn/AtsNGAP/NGAP_TestCases.ttcn +37 −0 Original line number Diff line number Diff line Loading @@ -66,7 +66,44 @@ module NGAP_TestCases { group PDU_Session_Management_Procedures{ //8.2.1 group PDU_Session_Resource_Setup{ /** * @desc Verify ... * <pre> * Pics Selection: * Configuration: * * </pre> * * @see ETSI TS * @reference ETSI TS */ testcase TP_NGAP_GNB_PDU_01() runs on aMFNGAPComponent system TestAdapter { // Local variables var aMFNGAPComponent v_ngap_amf; // Test control if (not PICS_NGAP_GNB_IUT) { log("*** " & __SCOPE__ & ": ERROR: 'PICS_NGAP_GNB_IUT' 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_01()()); // synchronize PTC on 1 sychronization points f_serverSyncNClientsAndStop(1, {c_prDone, c_tbDone, c_poDone}); f_cf_Down/*gNBoraMF*/(); } // End of testcase TP_NGAP_GNB_PDU_01 }//end of group PDU_Session_Resource_Setup //8.2.2 group PDU_Session_Resource_Release{ }//end of group PDU_Session_Resource_Release Loading Loading
ttcn/AtsNGAP/NGAP_TestCases.ttcn +37 −0 Original line number Diff line number Diff line Loading @@ -66,7 +66,44 @@ module NGAP_TestCases { group PDU_Session_Management_Procedures{ //8.2.1 group PDU_Session_Resource_Setup{ /** * @desc Verify ... * <pre> * Pics Selection: * Configuration: * * </pre> * * @see ETSI TS * @reference ETSI TS */ testcase TP_NGAP_GNB_PDU_01() runs on aMFNGAPComponent system TestAdapter { // Local variables var aMFNGAPComponent v_ngap_amf; // Test control if (not PICS_NGAP_GNB_IUT) { log("*** " & __SCOPE__ & ": ERROR: 'PICS_NGAP_GNB_IUT' 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_01()()); // synchronize PTC on 1 sychronization points f_serverSyncNClientsAndStop(1, {c_prDone, c_tbDone, c_poDone}); f_cf_Down/*gNBoraMF*/(); } // End of testcase TP_NGAP_GNB_PDU_01 }//end of group PDU_Session_Resource_Setup //8.2.2 group PDU_Session_Resource_Release{ }//end of group PDU_Session_Resource_Release Loading