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

added InitialUEMessage send template

parent b074b4a9
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -3102,11 +3102,13 @@ module LibNGAP_Templates {
            //  type    record  UserLocationInformationNR   {
            template (value) UserLocationInformationNR m_ie_userLocInfNR(
                                                                         template (value) NR_CGI p_nrcgi,
                                                                         template (value) TAI p_tai
                                                                         template (value) TAI p_tai,
                                                                         in template (omit) UserLocationInformationNR.iE_Extensions p_iE_Extensions := omit
            ):={
                nR_CGI := p_nrcgi,
                tAI := p_tai,
                timeStamp := omit // optional,
                timeStamp := omit, // optional,
                iE_Extensions := p_iE_Extensions
            } // End of template m_ie_userLocInfNR
            
            //  type    NGAP_Containers.NGAP_PROTOCOL_EXTENSION UserLocationInformationNR_ExtIEs    (