Commit 32721d17 authored by tepelmann's avatar tepelmann
Browse files

Added missing import.

parent 3b196225
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -30,7 +30,8 @@ module Ats6RD_Interfaces {
    import from AtsCommon_Interfaces {
        type 
            DHCPv4Port, DHCPv6Port,
            DHCPv4Component, DHCPv6Component
            DHCPv4Component, DHCPv6Component,
            UtComponent
    };
    
    group mtcDesc {
@@ -69,7 +70,7 @@ module Ats6RD_Interfaces {
                timer tc_ac:= PX_TAC;
                /** Timer used for unexpected received message */
                timer tc_noac:= PX_TNOAC;
                /** Timer used for receive meceige */
                /** Timer used for receive message */
                timer tc_twait:= PX_TWAIT;
            } // End of component HostComponent
            
@@ -82,7 +83,7 @@ module Ats6RD_Interfaces {
                timer tc_ac:= PX_TAC;
                /** Timer used for unexpected received message */
                timer tc_noac:= PX_TNOAC;
                /** Timer used for receive meceige */
                /** Timer used for receive message */
                timer tc_twait:= PX_TWAIT;
            } // End of component BRComponent
        
+2 −1
Original line number Diff line number Diff line
@@ -40,7 +40,8 @@ module AtsDSLite_Interfaces {
    import from AtsCommon_Interfaces {
        type 
            DHCPv6Port, DNSPort,
            DHCPv6Component, DNSComponent
            DHCPv6Component, DNSComponent,
            UtComponent
    };
    
    group mtcDesc {
+3 −0
Original line number Diff line number Diff line
@@ -17,6 +17,9 @@ module AtsMapE_Interfaces {
            Ipv4Port, Ipv6Port 
    };
    
    // AtsCommon
    import from AtsCommon_Interfaces all;
    
    group systemDesc {
        
    } // End of component TestAdapter