Loading ttcn3/EtsiLibrary/LibIpv6/LibCore/LibIpv6_Rfc2461NeighborDiscovery_Templates.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -870,7 +870,7 @@ */ template MtuOption m_mtuOption ( UInt32 p_mtu ):={ icmpType := c_mtuOption, optionLength := 6, optionLength := 1, reserved := 0, mtu := p_mtu } Loading @@ -880,7 +880,7 @@ */ template MtuOption m_mtuOption_nonEmptyReserved ( UInt32 p_mtu ):={ icmpType := c_mtuOption, optionLength := 6, optionLength := 1, reserved := c_uInt16Max, mtu := p_mtu } Loading Loading
ttcn3/EtsiLibrary/LibIpv6/LibCore/LibIpv6_Rfc2461NeighborDiscovery_Templates.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -870,7 +870,7 @@ */ template MtuOption m_mtuOption ( UInt32 p_mtu ):={ icmpType := c_mtuOption, optionLength := 6, optionLength := 1, reserved := 0, mtu := p_mtu } Loading @@ -880,7 +880,7 @@ */ template MtuOption m_mtuOption_nonEmptyReserved ( UInt32 p_mtu ):={ icmpType := c_mtuOption, optionLength := 6, optionLength := 1, reserved := c_uInt16Max, mtu := p_mtu } Loading