Loading ttcn/AtsCommon/AtsCommon_Interfaces.ttcn3 +12 −6 Original line number Diff line number Diff line Loading @@ -5,7 +5,9 @@ */ module AtsCommon_Interfaces { import from AtsNat64_Interfaces all; import from AtsNat64_Interfaces all; // TODO Move FTP port and others // import from Ats6RD_Interfaces all; // TODO Move HTTP port import from AtsDSLite_Interfaces all; // TODO Move HTTP port // LibCommon import from LibCommon_Sync {type SelfSyncComp;} Loading @@ -18,10 +20,12 @@ module AtsCommon_Interfaces { import from LibIpv6_Rfc6334Dhcp_TypesAndValues {type AFTRNameOption;} // AtsCommon import from AtsCommon_TypesAndValues {type ComponentAddress;} import from AtsCommon_Dhcpv4_CommonRfcs_TypesAndValues {type DHCPv4Msg;} import from AtsCommon_DNS_CommonRfcs_TypesAndValues {type DnsMsg;} group ports { /** * @desc IPv4 Port */ Loading @@ -37,8 +41,7 @@ module AtsCommon_Interfaces { */ type port Ipv6Port message { inout //Ipv6 Ipv6Packet Ipv6Packet, PacketTooBig } /** Loading @@ -48,6 +51,7 @@ module AtsCommon_Interfaces { inout all; } } group systemDesc { Loading Loading @@ -83,6 +87,8 @@ module AtsCommon_Interfaces { port RtspPort rtspPort; /** PPTP port. */ port PptpPort pptpPort; /** HttpPort port. Only HTTP protocol is used, connect and disconnect processes are assumed by the Test Adapter */ port HttpPort httpPort; } // End of type TestAdapter } // End of component TestAdapter Loading Loading
ttcn/AtsCommon/AtsCommon_Interfaces.ttcn3 +12 −6 Original line number Diff line number Diff line Loading @@ -5,7 +5,9 @@ */ module AtsCommon_Interfaces { import from AtsNat64_Interfaces all; import from AtsNat64_Interfaces all; // TODO Move FTP port and others // import from Ats6RD_Interfaces all; // TODO Move HTTP port import from AtsDSLite_Interfaces all; // TODO Move HTTP port // LibCommon import from LibCommon_Sync {type SelfSyncComp;} Loading @@ -18,10 +20,12 @@ module AtsCommon_Interfaces { import from LibIpv6_Rfc6334Dhcp_TypesAndValues {type AFTRNameOption;} // AtsCommon import from AtsCommon_TypesAndValues {type ComponentAddress;} import from AtsCommon_Dhcpv4_CommonRfcs_TypesAndValues {type DHCPv4Msg;} import from AtsCommon_DNS_CommonRfcs_TypesAndValues {type DnsMsg;} group ports { /** * @desc IPv4 Port */ Loading @@ -37,8 +41,7 @@ module AtsCommon_Interfaces { */ type port Ipv6Port message { inout //Ipv6 Ipv6Packet Ipv6Packet, PacketTooBig } /** Loading @@ -48,6 +51,7 @@ module AtsCommon_Interfaces { inout all; } } group systemDesc { Loading Loading @@ -83,6 +87,8 @@ module AtsCommon_Interfaces { port RtspPort rtspPort; /** PPTP port. */ port PptpPort pptpPort; /** HttpPort port. Only HTTP protocol is used, connect and disconnect processes are assumed by the Test Adapter */ port HttpPort httpPort; } // End of type TestAdapter } // End of component TestAdapter Loading