Commit 00e1bfea authored by Iztok Juvancic's avatar Iztok Juvancic
Browse files

added InitialUEMessage send template

parent e16e189f
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -3063,6 +3063,10 @@ module LibNGAP_Templates {
            //  type    NGAP_Containers.NGAP_PROTOCOL_EXTENSION UPTransportLayerInformationPairItem_ExtIEs  (?);
            //  type    ASNAUX.VisibleString    URI_address;
            //  type    union   UserLocationInformation {
            template (value) UserLocationInformation m_ie_userLocInf_NR(UserLocationInformationNR p_ulinr):={
               userLocationInformationNR := p_ulinr
            } // End of template m_ie_userLocInf
            
            //  type    NGAP_Containers.NGAP_PROTOCOL_IES   UserLocationInformation_ExtIEs  (
            //  type    record  UserLocationInformationEUTRA    {
            //  type    NGAP_Containers.NGAP_PROTOCOL_EXTENSION UserLocationInformationEUTRA_ExtIEs (
@@ -3075,6 +3079,15 @@ module LibNGAP_Templates {
            //  type    union   UserLocationInformationW_AGF    {
            //  type    NGAP_Containers.NGAP_PROTOCOL_IES   UserLocationInformationW_AGF_ExtIEs (
            //  type    record  UserLocationInformationNR   {
            template (value) UserLocationInformationNR m_ie_userLocInfNR(
                                                                         template (value) NR_CGI p_nrcgi,
                                                                         template (value) TAI p_tai
            ):={
                nR_CGI := p_nrcgi,
                tAI := p_tai,
                timeStamp := omit // optional,
            } // End of template m_ie_userLocInfNR
            
            //  type    NGAP_Containers.NGAP_PROTOCOL_EXTENSION UserLocationInformationNR_ExtIEs    (
            //  type    record  UserPlaneSecurityInformation    {
            //  type    NGAP_Containers.NGAP_PROTOCOL_EXTENSION UserPlaneSecurityInformation_ExtIEs (?);