Loading ttcn/AtsNAT64/AtsNat64_Interfaces.ttcn3 +0 −8 Original line number Diff line number Diff line Loading @@ -32,14 +32,6 @@ module AtsNat64_Interfaces { group mtcDesc { type component Nat64Component extends UtComponent, LibIpv6Node { /** IPv6 port (inside network) */ // port Ipv6Port ipPort - Inherited from LibIpv6Node /** IPv4 port (outside network) */ // port Ipv4Port ipv4Port - Inherited from LibIpv6Node /** Host IPv6 port to simulate IPv6 client */ port Ipv6Port ipv6HostPort; /** Host IPv4 port to simulate IPv4 client */ port Ipv4Port ipv4HostPort; /** LSN component reference */ var LSNComponents vc_lsnComponents; /** LSN FTP component reference */ Loading Loading
ttcn/AtsNAT64/AtsNat64_Interfaces.ttcn3 +0 −8 Original line number Diff line number Diff line Loading @@ -32,14 +32,6 @@ module AtsNat64_Interfaces { group mtcDesc { type component Nat64Component extends UtComponent, LibIpv6Node { /** IPv6 port (inside network) */ // port Ipv6Port ipPort - Inherited from LibIpv6Node /** IPv4 port (outside network) */ // port Ipv4Port ipv4Port - Inherited from LibIpv6Node /** Host IPv6 port to simulate IPv6 client */ port Ipv6Port ipv6HostPort; /** Host IPv4 port to simulate IPv4 client */ port Ipv4Port ipv4HostPort; /** LSN component reference */ var LSNComponents vc_lsnComponents; /** LSN FTP component reference */ Loading