Loading Ipv6OverGeoNetworking/LibItsIpv6OverGeoNetworking_Functions.ttcn +3 −0 Original line number Diff line number Diff line Loading @@ -546,6 +546,7 @@ module LibItsIpv6OverGeoNetworking_Functions { function f_computeIPv6CheckSum( in template (value) Ipv6Address p_sourceAddress, in template (value) Ipv6Address p_destinationAddress, in template (value) integer p_payloadLength, in template (value) UInt8 p_nextHdr ) return Oct2 { Loading @@ -566,6 +567,7 @@ module LibItsIpv6OverGeoNetworking_Functions { * @param p_sourceAddress Source address, * @param p_destinationAddress Destination address * @param p_payloadLength Upper-Layer Packet Length * @param p_payload Upper-Layer payload * @param p_nextHdr Next header value (e.g. 0x3a for ICMPv6) * @return The checksum value * <pre> Loading Loading @@ -597,6 +599,7 @@ module LibItsIpv6OverGeoNetworking_Functions { in template (value) Ipv6Address p_sourceAddress, in template (value) Ipv6Address p_destinationAddress, in template (value) integer p_payloadLength, in template (value) octetstring p_payload, in template (value) UInt8 p_nextHdr ) return Oct2; Loading Loading
Ipv6OverGeoNetworking/LibItsIpv6OverGeoNetworking_Functions.ttcn +3 −0 Original line number Diff line number Diff line Loading @@ -546,6 +546,7 @@ module LibItsIpv6OverGeoNetworking_Functions { function f_computeIPv6CheckSum( in template (value) Ipv6Address p_sourceAddress, in template (value) Ipv6Address p_destinationAddress, in template (value) integer p_payloadLength, in template (value) UInt8 p_nextHdr ) return Oct2 { Loading @@ -566,6 +567,7 @@ module LibItsIpv6OverGeoNetworking_Functions { * @param p_sourceAddress Source address, * @param p_destinationAddress Destination address * @param p_payloadLength Upper-Layer Packet Length * @param p_payload Upper-Layer payload * @param p_nextHdr Next header value (e.g. 0x3a for ICMPv6) * @return The checksum value * <pre> Loading Loading @@ -597,6 +599,7 @@ module LibItsIpv6OverGeoNetworking_Functions { in template (value) Ipv6Address p_sourceAddress, in template (value) Ipv6Address p_destinationAddress, in template (value) integer p_payloadLength, in template (value) octetstring p_payload, in template (value) UInt8 p_nextHdr ) return Oct2; Loading