Loading ttcn/LibNGAP/lib/LibNGAP_Templates.ttcn +35 −0 Original line number Diff line number Diff line Loading @@ -95,6 +95,41 @@ module LibNGAP_Templates { group Send{/*m_*/ } group Receive{/*mw_*/ template (value) InitiatingMessage mw_n2_PDUSessionResourceSetupRequest( //in template (value) GlobalRANNodeID p_globalRANNodeID, //in template (value) SupportedTAList p_supportedTAs, //in template (value) PagingDRX p_pagingDRX ) := { procedureCode := id_PDUSessionResourceSetup, criticality := reject, value_ := { PDUSessionResourceSetup := { protocolIEs := { /*{ id := id_GlobalRANNodeID, criticality := reject, value_ := { globalRANNodeID := p_globalRANNodeID } }, { id := id_SupportedTAList, criticality := reject, value_ := { supportedTAList := p_supportedTAs } }, { id := id_DefaultPagingDRX, criticality := ignore, value_ := { pagingDRX := p_pagingDRX },*/ ? } } } } }//end of template mw_n2_PDUSessionResourceSetupRequest } } //9.2.1.2 Loading Loading
ttcn/LibNGAP/lib/LibNGAP_Templates.ttcn +35 −0 Original line number Diff line number Diff line Loading @@ -95,6 +95,41 @@ module LibNGAP_Templates { group Send{/*m_*/ } group Receive{/*mw_*/ template (value) InitiatingMessage mw_n2_PDUSessionResourceSetupRequest( //in template (value) GlobalRANNodeID p_globalRANNodeID, //in template (value) SupportedTAList p_supportedTAs, //in template (value) PagingDRX p_pagingDRX ) := { procedureCode := id_PDUSessionResourceSetup, criticality := reject, value_ := { PDUSessionResourceSetup := { protocolIEs := { /*{ id := id_GlobalRANNodeID, criticality := reject, value_ := { globalRANNodeID := p_globalRANNodeID } }, { id := id_SupportedTAList, criticality := reject, value_ := { supportedTAList := p_supportedTAs } }, { id := id_DefaultPagingDRX, criticality := ignore, value_ := { pagingDRX := p_pagingDRX },*/ ? } } } } }//end of template mw_n2_PDUSessionResourceSetupRequest } } //9.2.1.2 Loading