Loading ttcn/Ipv6OverGeoNetworking/LibItsIpv6OverGeoNetworking_Functions.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ module LibItsIpv6OverGeoNetworking_Functions { m_ipv6Packet( p_sourceAddr, p_destinationAddr, c_noNextHdr, c_icmpHdr, m_rtAdvWithOptions( m_rtAdvOpt_prefixOpt( p_gvl.prefixLength, Loading ttcn/Ipv6OverGeoNetworking/LibItsIpv6OverGeoNetworking_TypesAndValues.ttcn +14 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,20 @@ module LibItsIpv6OverGeoNetworking_TypesAndValues { Ipv6Address destinationAddress } group ExtensionHeaderIds { const UInt8 c_hopHdr := 0; const UInt8 c_tcpHdr := 6; const UInt8 c_udpHdr := 17; const UInt8 c_tunneledIpHdr := 41; const UInt8 c_routeHdr := 43; const UInt8 c_fragHdr := 44; const UInt8 c_espHdr := 50; const UInt8 c_authHdr := 51; const UInt8 c_icmpHdr := 58; const UInt8 c_noNextHdr := 59; const UInt8 c_dstHdr := 60; const UInt8 c_mobileHdr := 135; } /** * @desc IPv6 extension header list Loading Loading
ttcn/Ipv6OverGeoNetworking/LibItsIpv6OverGeoNetworking_Functions.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ module LibItsIpv6OverGeoNetworking_Functions { m_ipv6Packet( p_sourceAddr, p_destinationAddr, c_noNextHdr, c_icmpHdr, m_rtAdvWithOptions( m_rtAdvOpt_prefixOpt( p_gvl.prefixLength, Loading
ttcn/Ipv6OverGeoNetworking/LibItsIpv6OverGeoNetworking_TypesAndValues.ttcn +14 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,20 @@ module LibItsIpv6OverGeoNetworking_TypesAndValues { Ipv6Address destinationAddress } group ExtensionHeaderIds { const UInt8 c_hopHdr := 0; const UInt8 c_tcpHdr := 6; const UInt8 c_udpHdr := 17; const UInt8 c_tunneledIpHdr := 41; const UInt8 c_routeHdr := 43; const UInt8 c_fragHdr := 44; const UInt8 c_espHdr := 50; const UInt8 c_authHdr := 51; const UInt8 c_icmpHdr := 58; const UInt8 c_noNextHdr := 59; const UInt8 c_dstHdr := 60; const UInt8 c_mobileHdr := 135; } /** * @desc IPv6 extension header list Loading