Loading ttcn/Ipv6OverGeoNetworking/LibItsIpv6OverGeoNetworking_Templates.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -31,9 +31,9 @@ module LibItsIpv6OverGeoNetworking_Templates { } template IPv6OverGeoNetworkingInd mw_ipv6OverGeoNwInd( template (value) charstring p_interface, template (value) MacAddress p_srcMacAddr, template (value) MacAddress p_dstMacAddr, template (present) charstring p_interface, template (present) MacAddress p_srcMacAddr, template (present) MacAddress p_dstMacAddr, template (present) Ipv6Packet p_ipv6Packet ) := { interface := p_interface, Loading ttcn/Ipv6OverGeoNetworking/LibItsIpv6OverGeoNetworking_TypesAndValues.ttcn +2 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,8 @@ module LibItsIpv6OverGeoNetworking_TypesAndValues { */ type Oct6 MacAddress; const MacAddress c_macBroadcastAddr := '333300000001'O; } // end ethernet group ipv6 { Loading Loading
ttcn/Ipv6OverGeoNetworking/LibItsIpv6OverGeoNetworking_Templates.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -31,9 +31,9 @@ module LibItsIpv6OverGeoNetworking_Templates { } template IPv6OverGeoNetworkingInd mw_ipv6OverGeoNwInd( template (value) charstring p_interface, template (value) MacAddress p_srcMacAddr, template (value) MacAddress p_dstMacAddr, template (present) charstring p_interface, template (present) MacAddress p_srcMacAddr, template (present) MacAddress p_dstMacAddr, template (present) Ipv6Packet p_ipv6Packet ) := { interface := p_interface, Loading
ttcn/Ipv6OverGeoNetworking/LibItsIpv6OverGeoNetworking_TypesAndValues.ttcn +2 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,8 @@ module LibItsIpv6OverGeoNetworking_TypesAndValues { */ type Oct6 MacAddress; const MacAddress c_macBroadcastAddr := '333300000001'O; } // end ethernet group ipv6 { Loading