Commit eeadfc4a authored by Iztok Juvancic's avatar Iztok Juvancic
Browse files

added InitialUEMessage send template

parent 5fa5862b
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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   (?);