Loading ttcn/LibNGAP/lib/LibNGAP_Templates.ttcn +16 −0 Original line number Diff line number Diff line Loading @@ -2246,6 +2246,14 @@ module LibNGAP_Templates { // type NGAP_Containers.NGAP_PROTOCOL_IES NPN_Support_ExtIEs (?); // type bitstring NRCellIdentity length (36); // type record NR_CGI { template (value) NR_CGI m_ie_nrCgi( template (value) PLMNIdentity p_PlmnId, template (value) NR_CellIdentity p_nrCellId ):={ pLMNIdentity := p_PlmnId, nRCellIdentity := p_nrCellId } //End of template m_ie_nrCgi // type NGAP_Containers.NGAP_PROTOCOL_EXTENSION NR_CGI_ExtIEs (?); // type record length (1 .. NGAP_Constants.maxnoofCellsingNB) of NR_CGI NR_CGIList; // type record length (1 .. NGAP_Constants.maxnoofCellIDforWarning) of NR_CGI NR_CGIListForWarning; Loading Loading @@ -2887,6 +2895,14 @@ module LibNGAP_Templates { // type record length (1 .. NGAP_Constants.maxnoofTACsinNTN) of TAC TACListInNRNTN; // type record TAI { template (value) TAI m_ie_tAI( template (value) PLMNIdentity p_plmnId, template (value) TAC p_tac ):={ pLMNIdentity := p_plmnId, tAC := p_tac } //End of template m_ie_tAI // type NGAP_Containers.NGAP_PROTOCOL_EXTENSION TAI_ExtIEs (?); // type record length (1 .. NGAP_Constants.maxnoofTAIforWarning) of TAIBroadcastEUTRA_Item TAIBroadcastEUTRA; // type record TAIBroadcastEUTRA_Item { Loading Loading
ttcn/LibNGAP/lib/LibNGAP_Templates.ttcn +16 −0 Original line number Diff line number Diff line Loading @@ -2246,6 +2246,14 @@ module LibNGAP_Templates { // type NGAP_Containers.NGAP_PROTOCOL_IES NPN_Support_ExtIEs (?); // type bitstring NRCellIdentity length (36); // type record NR_CGI { template (value) NR_CGI m_ie_nrCgi( template (value) PLMNIdentity p_PlmnId, template (value) NR_CellIdentity p_nrCellId ):={ pLMNIdentity := p_PlmnId, nRCellIdentity := p_nrCellId } //End of template m_ie_nrCgi // type NGAP_Containers.NGAP_PROTOCOL_EXTENSION NR_CGI_ExtIEs (?); // type record length (1 .. NGAP_Constants.maxnoofCellsingNB) of NR_CGI NR_CGIList; // type record length (1 .. NGAP_Constants.maxnoofCellIDforWarning) of NR_CGI NR_CGIListForWarning; Loading Loading @@ -2887,6 +2895,14 @@ module LibNGAP_Templates { // type record length (1 .. NGAP_Constants.maxnoofTACsinNTN) of TAC TACListInNRNTN; // type record TAI { template (value) TAI m_ie_tAI( template (value) PLMNIdentity p_plmnId, template (value) TAC p_tac ):={ pLMNIdentity := p_plmnId, tAC := p_tac } //End of template m_ie_tAI // type NGAP_Containers.NGAP_PROTOCOL_EXTENSION TAI_ExtIEs (?); // type record length (1 .. NGAP_Constants.maxnoofTAIforWarning) of TAIBroadcastEUTRA_Item TAIBroadcastEUTRA; // type record TAIBroadcastEUTRA_Item { Loading