Loading ttcn/LibNGAP/lib/LibNGAP_Templates.ttcn +4 −2 Original line number Diff line number Diff line Loading @@ -2250,9 +2250,11 @@ module LibNGAP_Templates { template (value) NR_CGI m_ie_nrCgi( template (value) PLMNIdentity p_PlmnId, template (value) NRCellIdentity p_nrCellId in template (omit) NR_CGI.iE_Extensions p_iE_Extensions := omit ):={ pLMNIdentity := p_PlmnId, nRCellIdentity := p_nrCellId nRCellIdentity := p_nrCellId, iE_Extensions := p_iE_Extensions } //End of template m_ie_nrCgi // type NGAP_Containers.NGAP_PROTOCOL_EXTENSION NR_CGI_ExtIEs (?); Loading Loading
ttcn/LibNGAP/lib/LibNGAP_Templates.ttcn +4 −2 Original line number Diff line number Diff line Loading @@ -2250,9 +2250,11 @@ module LibNGAP_Templates { template (value) NR_CGI m_ie_nrCgi( template (value) PLMNIdentity p_PlmnId, template (value) NRCellIdentity p_nrCellId in template (omit) NR_CGI.iE_Extensions p_iE_Extensions := omit ):={ pLMNIdentity := p_PlmnId, nRCellIdentity := p_nrCellId nRCellIdentity := p_nrCellId, iE_Extensions := p_iE_Extensions } //End of template m_ie_nrCgi // type NGAP_Containers.NGAP_PROTOCOL_EXTENSION NR_CGI_ExtIEs (?); Loading