Loading ttcn/LibNGAP/lib/LibNGAP_Templates.ttcn +4 −2 Original line number Diff line number Diff line Loading @@ -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 ( Loading Loading
ttcn/LibNGAP/lib/LibNGAP_Templates.ttcn +4 −2 Original line number Diff line number Diff line Loading @@ -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 ( Loading