Commit 4495465b authored by garciay's avatar garciay
Browse files

Add Http and Ftp ports. To be moved in AtsCommon later

parent d87017e9
Loading
Loading
Loading
Loading
+12 −6
Original line number Diff line number Diff line
@@ -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;}
@@ -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
        */
@@ -37,8 +41,7 @@ module AtsCommon_Interfaces {
        */
        type port Ipv6Port message {
            inout
            //Ipv6
            Ipv6Packet
                Ipv6Packet, PacketTooBig 
        }
        
        /**
@@ -48,6 +51,7 @@ module AtsCommon_Interfaces {
            inout all;
        }
        
        
    }
    
    group systemDesc {
@@ -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