Loading ttcn3/EtsiLibrary/LibIpv6/LibCore/LibIpv6_Rfc2461NeighborDiscovery_Templates.ttcn +2 −6 Original line number Diff line number Diff line Loading @@ -417,8 +417,6 @@ }} } group NeighborDiscovery_Ah { /* * @param p_nextHeader Next header identifier value to be used. * @param p_src Binary IPv6 address associated with the Loading @@ -426,7 +424,7 @@ * @param p_dst Binary IPv6 address associated with NUT. * @param p_extHdrList List of extension header in the packet. */ template NeighborSolicitationWithAh m_nbrSol_ah( template NeighborSolicitation m_nbrSol_extHdr( UInt8 p_nextHeader, template Ipv6Address p_src, template Ipv6Address p_dst, Loading @@ -449,7 +447,7 @@ * test component. * @param p_dst Binary IPv6 address associated with NUT. */ template NeighborSolicitationWithAh mw_nbrSol_ah( template NeighborSolicitation mw_nbrSol_extHdr( template Ipv6Address p_src, template Ipv6Address p_dst) := { ipv6Hdr := mw_ipHdr_nextHdr_srcDst(c_icmpHdr, p_src, p_dst), Loading @@ -465,8 +463,6 @@ } } } //end group NeighborDiscovery_Ah }//end group neighborDiscovery Loading ttcn3/EtsiLibrary/LibIpv6/LibCore/LibIpv6_Rfc2463Icmpv6_Templates.ttcn +5 −6 Original line number Diff line number Diff line Loading @@ -615,7 +615,7 @@ module LibIpv6_Rfc2463Icmpv6_Templates { ipv6Payload := omit } } //end group ICMPv6_Echo_Request_Esp group ICMPv6_Echo_Request_Ah { /* * @param p_nextHeader Next header identifier value to be used. * @param p_src Binary IPv6 address associated with the Loading @@ -623,7 +623,7 @@ module LibIpv6_Rfc2463Icmpv6_Templates { * @param p_dst Binary IPv6 address associated with NUT. * @param p_extHdrList List of extension header in the packet. */ template EchoRequestWithAh m_echoRequest_ah( template EchoRequest m_echoRequest_extHdr( UInt8 p_nextHeader, template Ipv6Address p_src, template Ipv6Address p_dst, Loading @@ -638,7 +638,7 @@ module LibIpv6_Rfc2463Icmpv6_Templates { * test component. * @param p_dst Binary IPv6 address associated with NUT. */ template EchoRequestWithAh mw_echoRequest_ah( template EchoRequest mw_echoRequest_extHdr( template Ipv6Address p_src, template Ipv6Address p_dst) := { ipv6Hdr := mw_ipHdr_nextHdr_srcDst(c_icmpHdr, p_src, p_dst), Loading @@ -661,7 +661,7 @@ module LibIpv6_Rfc2463Icmpv6_Templates { * @param p_dst Binary IPv6 address associated with NUT. * @param p_extHdrList List of extension header in the packet. */ template EchoReplyWithAh m_echoReply_ah( template EchoReply m_echoReply_extHdr( UInt8 p_nextHeader, template Ipv6Address p_src, template Ipv6Address p_dst, Loading @@ -676,7 +676,7 @@ module LibIpv6_Rfc2463Icmpv6_Templates { * test component. * @param p_dst Binary IPv6 address associated with NUT. */ template EchoReplyWithAh mw_echoReply_ah( template EchoReply mw_echoReply_extHdr( template Ipv6Address p_src, template Ipv6Address p_dst) := { ipv6Hdr := mw_ipHdr_nextHdr_srcDst(c_icmpHdr, p_src, p_dst), Loading @@ -693,7 +693,6 @@ module LibIpv6_Rfc2463Icmpv6_Templates { } } //end group ICMPv6_Echo_Request_Ah group ICMPv6_EchoRequestMsg { template EchoRequestMsg m_echoRequestMsg(UInt16 p_id, UInt16 p_seqNr) := { icmpType := c_echoRequestMsg, Loading Loading
ttcn3/EtsiLibrary/LibIpv6/LibCore/LibIpv6_Rfc2461NeighborDiscovery_Templates.ttcn +2 −6 Original line number Diff line number Diff line Loading @@ -417,8 +417,6 @@ }} } group NeighborDiscovery_Ah { /* * @param p_nextHeader Next header identifier value to be used. * @param p_src Binary IPv6 address associated with the Loading @@ -426,7 +424,7 @@ * @param p_dst Binary IPv6 address associated with NUT. * @param p_extHdrList List of extension header in the packet. */ template NeighborSolicitationWithAh m_nbrSol_ah( template NeighborSolicitation m_nbrSol_extHdr( UInt8 p_nextHeader, template Ipv6Address p_src, template Ipv6Address p_dst, Loading @@ -449,7 +447,7 @@ * test component. * @param p_dst Binary IPv6 address associated with NUT. */ template NeighborSolicitationWithAh mw_nbrSol_ah( template NeighborSolicitation mw_nbrSol_extHdr( template Ipv6Address p_src, template Ipv6Address p_dst) := { ipv6Hdr := mw_ipHdr_nextHdr_srcDst(c_icmpHdr, p_src, p_dst), Loading @@ -465,8 +463,6 @@ } } } //end group NeighborDiscovery_Ah }//end group neighborDiscovery Loading
ttcn3/EtsiLibrary/LibIpv6/LibCore/LibIpv6_Rfc2463Icmpv6_Templates.ttcn +5 −6 Original line number Diff line number Diff line Loading @@ -615,7 +615,7 @@ module LibIpv6_Rfc2463Icmpv6_Templates { ipv6Payload := omit } } //end group ICMPv6_Echo_Request_Esp group ICMPv6_Echo_Request_Ah { /* * @param p_nextHeader Next header identifier value to be used. * @param p_src Binary IPv6 address associated with the Loading @@ -623,7 +623,7 @@ module LibIpv6_Rfc2463Icmpv6_Templates { * @param p_dst Binary IPv6 address associated with NUT. * @param p_extHdrList List of extension header in the packet. */ template EchoRequestWithAh m_echoRequest_ah( template EchoRequest m_echoRequest_extHdr( UInt8 p_nextHeader, template Ipv6Address p_src, template Ipv6Address p_dst, Loading @@ -638,7 +638,7 @@ module LibIpv6_Rfc2463Icmpv6_Templates { * test component. * @param p_dst Binary IPv6 address associated with NUT. */ template EchoRequestWithAh mw_echoRequest_ah( template EchoRequest mw_echoRequest_extHdr( template Ipv6Address p_src, template Ipv6Address p_dst) := { ipv6Hdr := mw_ipHdr_nextHdr_srcDst(c_icmpHdr, p_src, p_dst), Loading @@ -661,7 +661,7 @@ module LibIpv6_Rfc2463Icmpv6_Templates { * @param p_dst Binary IPv6 address associated with NUT. * @param p_extHdrList List of extension header in the packet. */ template EchoReplyWithAh m_echoReply_ah( template EchoReply m_echoReply_extHdr( UInt8 p_nextHeader, template Ipv6Address p_src, template Ipv6Address p_dst, Loading @@ -676,7 +676,7 @@ module LibIpv6_Rfc2463Icmpv6_Templates { * test component. * @param p_dst Binary IPv6 address associated with NUT. */ template EchoReplyWithAh mw_echoReply_ah( template EchoReply mw_echoReply_extHdr( template Ipv6Address p_src, template Ipv6Address p_dst) := { ipv6Hdr := mw_ipHdr_nextHdr_srcDst(c_icmpHdr, p_src, p_dst), Loading @@ -693,7 +693,6 @@ module LibIpv6_Rfc2463Icmpv6_Templates { } } //end group ICMPv6_Echo_Request_Ah group ICMPv6_EchoRequestMsg { template EchoRequestMsg m_echoRequestMsg(UInt16 p_id, UInt16 p_seqNr) := { icmpType := c_echoRequestMsg, Loading