Loading ttcn/Ats464XLat/Ats464XLat_Pixits.ttcn3 +40 −1 Original line number Original line Diff line number Diff line Loading @@ -20,6 +20,9 @@ module Ats464XLat_Pixits { */ */ modulepar Oct8 PX_464XLAT_PREFIX := '0064FF9B00000000'O; modulepar Oct8 PX_464XLAT_PREFIX := '0064FF9B00000000'O; /** * @desc Provides destination information of the IPv4 host. */ modulepar Ipv4IutInfo PX_IPV4_DESTINATION_INFORMATION := { modulepar Ipv4IutInfo PX_IPV4_DESTINATION_INFORMATION := { iutAddress := '41d0e4df'O, iutAddress := '41d0e4df'O, iutPort := 80, iutPort := 80, Loading @@ -28,6 +31,9 @@ module Ats464XLat_Pixits { } } } } /** * @desc Mapping table for 1:1 mapping. */ modulepar NatMappingTable_1_to_1 PX_464XLAT_MAPPING_TABLE_1_TO_1 := { modulepar NatMappingTable_1_to_1 PX_464XLAT_MAPPING_TABLE_1_TO_1 := { etsPort := 6001, etsPort := 6001, mapInfos := { mapInfos := { Loading @@ -42,6 +48,9 @@ module Ats464XLat_Pixits { } } } } /** * @desc Mapping table for 1:n mapping. */ modulepar NatMappingTable_1_to_n PX_464XLAT_MAPPING_TABLE_1_TO_N := { modulepar NatMappingTable_1_to_n PX_464XLAT_MAPPING_TABLE_1_TO_N := { ip4Address := '91fea0ed'O, ip4Address := '91fea0ed'O, dstPort := 80, dstPort := 80, Loading @@ -57,6 +66,9 @@ module Ats464XLat_Pixits { } } } } /** * @desc Mapping table of a 464XLAT pool. */ modulepar NatMappingTable_Pool PX_464XLAT_MAPPING_TABLE_POOL := { modulepar NatMappingTable_Pool PX_464XLAT_MAPPING_TABLE_POOL := { { { clientInfos := { clientInfos := { Loading Loading @@ -92,22 +104,49 @@ module Ats464XLat_Pixits { } } } } /** * @desc Tcp Wait Time. */ modulepar float PX_TCP_TIME_WAIT := 15.0; modulepar float PX_TCP_TIME_WAIT := 15.0; /** * @desc Defines the FTP client IPv6 address. */ modulepar Ipv6Address PX_FTP_CLIENT_IPV6_ADDRESS := '20010db8000000000000000000000001'O; modulepar Ipv6Address PX_FTP_CLIENT_IPV6_ADDRESS := '20010db8000000000000000000000001'O; /** * @desc Defines the FTP server IPv4 address. */ modulepar Ipv4Address PX_FTP_SERVER_IPV4_ADDRESS := '41d0e4df'O; modulepar Ipv4Address PX_FTP_SERVER_IPV4_ADDRESS := '41d0e4df'O; /** * @desc Defines the SIP client IPv6 address. */ modulepar Ipv6Address PX_SIP_CLIENT_IPV6_ADDRESS := '20010db8000000000000000000000001'O; modulepar Ipv6Address PX_SIP_CLIENT_IPV6_ADDRESS := '20010db8000000000000000000000001'O; /** * @desc Defines the SIP server IPv4 address. */ modulepar Ipv4Address PX_SIP_SERVER_IPV4_ADDRESS := '41d0e4df'O; modulepar Ipv4Address PX_SIP_SERVER_IPV4_ADDRESS := '41d0e4df'O; /** * @desc Defines the RTSP client IPv6 address. */ modulepar Ipv6Address PX_RTSP_CLIENT_IPV6_ADDRESS := '20010db8000000000000000000000001'O; modulepar Ipv6Address PX_RTSP_CLIENT_IPV6_ADDRESS := '20010db8000000000000000000000001'O; /** * @desc Defines the RTSP server IPv4 address. */ modulepar Ipv4Address PX_RTSP_SERVER_IPV4_ADDRESS := '41d0e4df'O; modulepar Ipv4Address PX_RTSP_SERVER_IPV4_ADDRESS := '41d0e4df'O; /** * @desc Defines the PPTP client IPv6 address. */ modulepar Ipv6Address PX_PPTP_CLIENT_IPV6_ADDRESS := '20010db8000000000000000000000001'O; modulepar Ipv6Address PX_PPTP_CLIENT_IPV6_ADDRESS := '20010db8000000000000000000000001'O; /** * @desc Defines the PPTP server IPv4 address. */ modulepar Ipv4Address PX_PPTP_SERVER_IPV4_ADDRESS := '41d0e4df'O; modulepar Ipv4Address PX_PPTP_SERVER_IPV4_ADDRESS := '41d0e4df'O; /** /** Loading @@ -116,7 +155,7 @@ module Ats464XLat_Pixits { modulepar UInt PX_464XLAT_MSS_SIZE := 1500; modulepar UInt PX_464XLAT_MSS_SIZE := 1500; /** /** * @desc The NAT64-Tunnel-MTU value. * @desc The 464XLAT-Tunnel-MTU value. */ */ modulepar UInt16 PX_464XLAT_PLAT_MTU := 1500; modulepar UInt16 PX_464XLAT_PLAT_MTU := 1500; Loading Loading
ttcn/Ats464XLat/Ats464XLat_Pixits.ttcn3 +40 −1 Original line number Original line Diff line number Diff line Loading @@ -20,6 +20,9 @@ module Ats464XLat_Pixits { */ */ modulepar Oct8 PX_464XLAT_PREFIX := '0064FF9B00000000'O; modulepar Oct8 PX_464XLAT_PREFIX := '0064FF9B00000000'O; /** * @desc Provides destination information of the IPv4 host. */ modulepar Ipv4IutInfo PX_IPV4_DESTINATION_INFORMATION := { modulepar Ipv4IutInfo PX_IPV4_DESTINATION_INFORMATION := { iutAddress := '41d0e4df'O, iutAddress := '41d0e4df'O, iutPort := 80, iutPort := 80, Loading @@ -28,6 +31,9 @@ module Ats464XLat_Pixits { } } } } /** * @desc Mapping table for 1:1 mapping. */ modulepar NatMappingTable_1_to_1 PX_464XLAT_MAPPING_TABLE_1_TO_1 := { modulepar NatMappingTable_1_to_1 PX_464XLAT_MAPPING_TABLE_1_TO_1 := { etsPort := 6001, etsPort := 6001, mapInfos := { mapInfos := { Loading @@ -42,6 +48,9 @@ module Ats464XLat_Pixits { } } } } /** * @desc Mapping table for 1:n mapping. */ modulepar NatMappingTable_1_to_n PX_464XLAT_MAPPING_TABLE_1_TO_N := { modulepar NatMappingTable_1_to_n PX_464XLAT_MAPPING_TABLE_1_TO_N := { ip4Address := '91fea0ed'O, ip4Address := '91fea0ed'O, dstPort := 80, dstPort := 80, Loading @@ -57,6 +66,9 @@ module Ats464XLat_Pixits { } } } } /** * @desc Mapping table of a 464XLAT pool. */ modulepar NatMappingTable_Pool PX_464XLAT_MAPPING_TABLE_POOL := { modulepar NatMappingTable_Pool PX_464XLAT_MAPPING_TABLE_POOL := { { { clientInfos := { clientInfos := { Loading Loading @@ -92,22 +104,49 @@ module Ats464XLat_Pixits { } } } } /** * @desc Tcp Wait Time. */ modulepar float PX_TCP_TIME_WAIT := 15.0; modulepar float PX_TCP_TIME_WAIT := 15.0; /** * @desc Defines the FTP client IPv6 address. */ modulepar Ipv6Address PX_FTP_CLIENT_IPV6_ADDRESS := '20010db8000000000000000000000001'O; modulepar Ipv6Address PX_FTP_CLIENT_IPV6_ADDRESS := '20010db8000000000000000000000001'O; /** * @desc Defines the FTP server IPv4 address. */ modulepar Ipv4Address PX_FTP_SERVER_IPV4_ADDRESS := '41d0e4df'O; modulepar Ipv4Address PX_FTP_SERVER_IPV4_ADDRESS := '41d0e4df'O; /** * @desc Defines the SIP client IPv6 address. */ modulepar Ipv6Address PX_SIP_CLIENT_IPV6_ADDRESS := '20010db8000000000000000000000001'O; modulepar Ipv6Address PX_SIP_CLIENT_IPV6_ADDRESS := '20010db8000000000000000000000001'O; /** * @desc Defines the SIP server IPv4 address. */ modulepar Ipv4Address PX_SIP_SERVER_IPV4_ADDRESS := '41d0e4df'O; modulepar Ipv4Address PX_SIP_SERVER_IPV4_ADDRESS := '41d0e4df'O; /** * @desc Defines the RTSP client IPv6 address. */ modulepar Ipv6Address PX_RTSP_CLIENT_IPV6_ADDRESS := '20010db8000000000000000000000001'O; modulepar Ipv6Address PX_RTSP_CLIENT_IPV6_ADDRESS := '20010db8000000000000000000000001'O; /** * @desc Defines the RTSP server IPv4 address. */ modulepar Ipv4Address PX_RTSP_SERVER_IPV4_ADDRESS := '41d0e4df'O; modulepar Ipv4Address PX_RTSP_SERVER_IPV4_ADDRESS := '41d0e4df'O; /** * @desc Defines the PPTP client IPv6 address. */ modulepar Ipv6Address PX_PPTP_CLIENT_IPV6_ADDRESS := '20010db8000000000000000000000001'O; modulepar Ipv6Address PX_PPTP_CLIENT_IPV6_ADDRESS := '20010db8000000000000000000000001'O; /** * @desc Defines the PPTP server IPv4 address. */ modulepar Ipv4Address PX_PPTP_SERVER_IPV4_ADDRESS := '41d0e4df'O; modulepar Ipv4Address PX_PPTP_SERVER_IPV4_ADDRESS := '41d0e4df'O; /** /** Loading @@ -116,7 +155,7 @@ module Ats464XLat_Pixits { modulepar UInt PX_464XLAT_MSS_SIZE := 1500; modulepar UInt PX_464XLAT_MSS_SIZE := 1500; /** /** * @desc The NAT64-Tunnel-MTU value. * @desc The 464XLAT-Tunnel-MTU value. */ */ modulepar UInt16 PX_464XLAT_PLAT_MTU := 1500; modulepar UInt16 PX_464XLAT_PLAT_MTU := 1500; Loading