Commit 540de26a authored by juvancic's avatar juvancic
Browse files

update tc function with template

parent 158037cd
Loading
Loading
Loading
Loading
+19 −3
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ module NGAP_TCFunctions {
            group PDU_Session_Resource_Setup{

                /**
                * @desc Testcase function for TC_NGAP_gNB_or_aMF_functionName_01
                * @desc Testcase function for TC_NGAP_gNB_PDU_01
                */
               function f_TC_NGAP_GNB_PDU_01() runs on aMFNGAPComponent {
                   // Local variables
@@ -110,7 +110,23 @@ module NGAP_TCFunctions {
                       mw_n2_PDUSessionResourceSetupResponse(
                                                             -,
                                                             -,
                                                             ? //TODO replace with template
                                                             //? //TODO replace with template
                                                             {
                                                                (mw_pDUSessionResourceSetupItemSURes(
                                                                                                        ?,//template (present) PDUSessionID p_pDUSessionID,
                                                                                                        //mw_pDUSessionResourceSetupResponseTransfer(
                                                                                                        //            ?,//template (present) QosFlowPerTNLInformation p_dLQosFlowPerTNLInformation := ?,
                                                                                                        //            *,//template QosFlowPerTNLInformationList p_additionalDLQosFlowPerTNLInformation := *,
                                                                                                        //            *,//template SecurityResult p_securityResult := *,
                                                                                                        //            *,//template QosFlowListWithCause p_qosFlowFailedToSetupList := *,
                                                                                                        //            *//template PDUSessionResourceSetupResponseTransfer.iE_Extensions p_iE_Extensions := *
                                                                                                        //            ), In ASN1 it is OCTET STRING - PDUSessionResourceSetupResponseTransfer
                                                                                                        ?,//template (present) PDUSessionResourceSetupItemSURes.pDUSessionResourceSetupResponseTransfer p_pDUSessionResourceSetupResponseTransfer := ?,
                                                                                                        *//template PDUSessionResourceSetupItemSURes.iE_Extensions p_iE_Extensions := *
                                                                                                     ) 

                                                                )
                                                             }
                        )
                     )
                   );
@@ -123,7 +139,7 @@ module NGAP_TCFunctions {
                   f_selfOrClientSyncAndVerdict(c_poDone, f_getVerdict());
                   log("*** " & __SCOPE__ & ": INFO: Postamble done. ***");

               } // End of function f_TC_NGAP_gNB_or_aMF_functionName_01
               } // End of function f_TC_NGAP_gNB_PDU_01