Loading ttcn/LibNGAP/lib/LibNGAP_Templates.ttcn +13 −2 Original line number Diff line number Diff line Loading @@ -1965,7 +1965,6 @@ module LibNGAP_Templates { in template QosFlowSetupRequestList p_qfsrl ):={ protocolIEs:={ //PDUSessionResourceSetupRequestTransferIEs:={ // { // id := id_PDUSessionAggregateMaximumBitRate, // criticality := reject, Loading Loading @@ -2057,9 +2056,21 @@ module LibNGAP_Templates { // //presence := optional_ // } } }//end of template m_ie_pDUSessResSetReqTr }//end of template m_ie_pDUSessResSetReqTrIEs // type record PDUSessionResourceSetupResponseTransfer { template PDUSessionResourceSetupResponseTransfer m_ie_pDUSessResSetRespTr( in template QosFlowPerTNLInformation p_qosfTnlInf, in template QosFlowPerTNLInformationList p_qosfList:=omit, in template SecurityResult p_secRes:=omit, in template QosFlowListWithCause p_qosfCause:=omit ):={ dLQosFlowPerTNLInformation := p_qosfTnlInf, additionalDLQosFlowPerTNLInformation := p_qosfList, securityResult := p_secRes, qosFlowFailedToSetupList := p_qosfCause, iE_Extensions := omit }//end of template m_ie_pDUSessResSetRespTr // type NGAP_Containers.NGAP_PROTOCOL_EXTENSION PDUSessionResourceSetupResponseTransfer_ExtIEs ( // type record PDUSessionResourceSetupUnsuccessfulTransfer { Loading Loading
ttcn/LibNGAP/lib/LibNGAP_Templates.ttcn +13 −2 Original line number Diff line number Diff line Loading @@ -1965,7 +1965,6 @@ module LibNGAP_Templates { in template QosFlowSetupRequestList p_qfsrl ):={ protocolIEs:={ //PDUSessionResourceSetupRequestTransferIEs:={ // { // id := id_PDUSessionAggregateMaximumBitRate, // criticality := reject, Loading Loading @@ -2057,9 +2056,21 @@ module LibNGAP_Templates { // //presence := optional_ // } } }//end of template m_ie_pDUSessResSetReqTr }//end of template m_ie_pDUSessResSetReqTrIEs // type record PDUSessionResourceSetupResponseTransfer { template PDUSessionResourceSetupResponseTransfer m_ie_pDUSessResSetRespTr( in template QosFlowPerTNLInformation p_qosfTnlInf, in template QosFlowPerTNLInformationList p_qosfList:=omit, in template SecurityResult p_secRes:=omit, in template QosFlowListWithCause p_qosfCause:=omit ):={ dLQosFlowPerTNLInformation := p_qosfTnlInf, additionalDLQosFlowPerTNLInformation := p_qosfList, securityResult := p_secRes, qosFlowFailedToSetupList := p_qosfCause, iE_Extensions := omit }//end of template m_ie_pDUSessResSetRespTr // type NGAP_Containers.NGAP_PROTOCOL_EXTENSION PDUSessionResourceSetupResponseTransfer_ExtIEs ( // type record PDUSessionResourceSetupUnsuccessfulTransfer { Loading