Loading ttcn/LibNGAP/lib/LibNGAP_Templates.ttcn +4 −2 Original line number Diff line number Diff line Loading @@ -2900,10 +2900,12 @@ module LibNGAP_Templates { // type record TAI { template (value) TAI m_ie_tAI( template (value) PLMNIdentity p_plmnId, template (value) TAC p_tac template (value) TAC p_tac, in template (omit) TAI.iE_Extensions p_iE_Extensions := omit ):={ pLMNIdentity := p_plmnId, tAC := p_tac tAC := p_tac, iE_Extensions := p_iE_Extensions } //End of template m_ie_tAI // type NGAP_Containers.NGAP_PROTOCOL_EXTENSION TAI_ExtIEs (?); Loading Loading
ttcn/LibNGAP/lib/LibNGAP_Templates.ttcn +4 −2 Original line number Diff line number Diff line Loading @@ -2900,10 +2900,12 @@ module LibNGAP_Templates { // type record TAI { template (value) TAI m_ie_tAI( template (value) PLMNIdentity p_plmnId, template (value) TAC p_tac template (value) TAC p_tac, in template (omit) TAI.iE_Extensions p_iE_Extensions := omit ):={ pLMNIdentity := p_plmnId, tAC := p_tac tAC := p_tac, iE_Extensions := p_iE_Extensions } //End of template m_ie_tAI // type NGAP_Containers.NGAP_PROTOCOL_EXTENSION TAI_ExtIEs (?); Loading