Commit 72828a8e authored by Yann Garcia's avatar Yann Garcia
Browse files

Terminate implementation of template for NGAP_IEs.asn

parent 19785129
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -80,8 +80,8 @@ module NGAP_TCFunctions {
                   f_send_NGAP_PDU(
                     m_ngap_initMsg(
                       m_n2_PDUSessionResourceSetupRequest(
                                                 m_ie_aMFUeNgapId(-),
                                                 m_ie_aMFUeNgapId(-),
                                                 1,
                                                 1,
                                                 //m_ie_pDUSessionResourceSetupListSUReq(
                                                     {
                                                         m_pDUSessionResourceSetupItemSUReq(
@@ -89,9 +89,9 @@ module NGAP_TCFunctions {
                                                              m_s_NSSAI('00'O,'000000'O),
                                                              '00'O //TODO replace with template
                                                              /*bit2oct(encvalue(m_ie_pDUSessResSetReqTrIEs(
                                                                                       m_ie_uPTLInf(m_ie_gTPTunnel(
                                                                                                        m_ie_tla(-),
                                                                                                        m_ie_gtpTeId(-))),
                                                                                       m_uPTLInf(m_gTPTunnel(
                                                                                                        '0'B',
                                                                                                        '00000000'O(-))),
                                                                                       m_ie_PDUSessionType(-),
                                                                                       m_ie_qosFlowSetReqList({})
                                                                                       )))*/
+9 −9
Original line number Diff line number Diff line
@@ -66,10 +66,10 @@ module NGAP_TestCases {
            // Start
            v_test := valueof(
                              m_additionalDLUPTNLInformationForHOItem(
                                                                      m_ie_uPTLInf(
                                                                                   m_ie_gTPTunnel(
                                                                      m_uPTransportLayerInformation_gTPTunnel(
                                                                                   m_gTPTunnel(
                                                                                                  '0'B, 
                                                                                                  m_ie_gtpTeId
                                                                                                  '00000000'O
                                                                                   )),
                                                                      { m_qosFlowItemWithDataForwarding(
                                                                                                        0,
@@ -79,10 +79,10 @@ module NGAP_TestCases {
                              ));
            v_test1 := valueof(
                               m_additionalDLUPTNLInformationForHOItem(
                                                                       m_ie_uPTLInf(
                                                                                    m_ie_gTPTunnel(
                                                                       m_uPTransportLayerInformation_gTPTunnel(
                                                                                    m_gTPTunnel(
                                                                                                    '0'B, 
                                                                                                    m_ie_gtpTeId
                                                                                                    '00000000'O
                                                                                    )),
                                                                       { m_qosFlowItemWithDataForwarding(
                                                                                                         0,
@@ -93,10 +93,10 @@ module NGAP_TestCases {
                                                                       },
                                                                       -,
                                                                       m_additionalDLUPTNLInformationForHOItem_uPTransportLayerInformation(
                                                                                                                                           m_ie_uPTLInf(
                                                                                                                                                        m_ie_gTPTunnel(
                                                                                                                                           m_uPTransportLayerInformation_gTPTunnel(
                                                                                                                                                        m_gTPTunnel(
                                                                                                                                                                       '0'B, 
                                                                                                                                                                       m_ie_gtpTeId
                                                                                                                                                                       '00000000'O
                                                                                                                                                        
                               )))));
            v_ngap_gnb_or_amf.start(f_TC_NGAP_gNB_or_aMF_functionName_01());
+1380 −275

File changed.

Preview size limit exceeded, changes collapsed.