Loading ttcn/LibNGAP/lib/LibNGAP_Templates.ttcn +2 −1 Original line number Diff line number Diff line Loading @@ -2245,10 +2245,11 @@ module LibNGAP_Templates { // type union NPN_Support { // type NGAP_Containers.NGAP_PROTOCOL_IES NPN_Support_ExtIEs (?); // type bitstring NRCellIdentity length (36); template (value) NRCellIdentity m_ie_nRCellId(template (value) NRCellIdentity p_nrCId:='000000000000000000000000000000000000'B):= p_nrCId; // type record NR_CGI { template (value) NR_CGI m_ie_nrCgi( template (value) PLMNIdentity p_PlmnId, template (value) NR_CellIdentity p_nrCellId template (value) NRCellIdentity p_nrCellId ):={ pLMNIdentity := p_PlmnId, nRCellIdentity := p_nrCellId Loading Loading
ttcn/LibNGAP/lib/LibNGAP_Templates.ttcn +2 −1 Original line number Diff line number Diff line Loading @@ -2245,10 +2245,11 @@ module LibNGAP_Templates { // type union NPN_Support { // type NGAP_Containers.NGAP_PROTOCOL_IES NPN_Support_ExtIEs (?); // type bitstring NRCellIdentity length (36); template (value) NRCellIdentity m_ie_nRCellId(template (value) NRCellIdentity p_nrCId:='000000000000000000000000000000000000'B):= p_nrCId; // type record NR_CGI { template (value) NR_CGI m_ie_nrCgi( template (value) PLMNIdentity p_PlmnId, template (value) NR_CellIdentity p_nrCellId template (value) NRCellIdentity p_nrCellId ):={ pLMNIdentity := p_PlmnId, nRCellIdentity := p_nrCellId Loading