Loading ttcn3/EtsiLibrary/LibIpv6/LibSec/LibIpv6_Rfc4306Ikev2_Templates.ttcn +20 −2 Original line number Diff line number Diff line Loading @@ -1743,6 +1743,24 @@ group identificationPLTmplts { endAddress := p_endAddress } } template TsTrafficSelector m_udpTs( UInt16 p_startPort, UInt16 p_endPort, template Ipv6Address p_startAddress, template Ipv6Address p_endAddress ) := { tsIpv6TrafficSelector := { tsType := c_tsIpv6AddrRange, ipProtocolId := c_udpHdr, tsLength := 40, startPort := p_startPort, endPort := p_endPort, startAddress := p_startAddress, endAddress := p_endAddress } } }//end trafficSelectionPLTmplts Loading Loading @@ -1831,8 +1849,8 @@ group cfgPLTmplts { template ConfigAttribute m_internalIpv6AddrCfgAttr := { reserved := 0, attributeType := c_configInternalIpv6Address, attributeLength := 16, attributeValue := c_16ZeroBytes attributeLength := 17, attributeValue := c_16ZeroBytes & c_1ZeroByte } // template ConfigAttribute m_reservedCfgAttr ( Loading Loading
ttcn3/EtsiLibrary/LibIpv6/LibSec/LibIpv6_Rfc4306Ikev2_Templates.ttcn +20 −2 Original line number Diff line number Diff line Loading @@ -1743,6 +1743,24 @@ group identificationPLTmplts { endAddress := p_endAddress } } template TsTrafficSelector m_udpTs( UInt16 p_startPort, UInt16 p_endPort, template Ipv6Address p_startAddress, template Ipv6Address p_endAddress ) := { tsIpv6TrafficSelector := { tsType := c_tsIpv6AddrRange, ipProtocolId := c_udpHdr, tsLength := 40, startPort := p_startPort, endPort := p_endPort, startAddress := p_startAddress, endAddress := p_endAddress } } }//end trafficSelectionPLTmplts Loading Loading @@ -1831,8 +1849,8 @@ group cfgPLTmplts { template ConfigAttribute m_internalIpv6AddrCfgAttr := { reserved := 0, attributeType := c_configInternalIpv6Address, attributeLength := 16, attributeValue := c_16ZeroBytes attributeLength := 17, attributeValue := c_16ZeroBytes & c_1ZeroByte } // template ConfigAttribute m_reservedCfgAttr ( Loading