Commit 5df20a7b authored by Iztok Juvancic's avatar Iztok Juvancic
Browse files

added InitialUEMessage send template

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