Commit e6446ae1 authored by garciay's avatar garciay
Browse files

Add MAP-E technology

parent e692a6c0
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
/*
 *  @author     STF 440
 *  @version    $Id$
 *  @desc       This module defines the ATS interface
 */
module AtsMapE_Functions {
    
    // LibCommon
    
} // End of module AtsMapE_Functions
 No newline at end of file
+40 −0
Original line number Diff line number Diff line
/*
 *  @author     STF 440
 *  @version    $Id$
 *  @desc       This module defines the ATS interface
 */
module AtsMapE_Interfaces {
    
    // LibCommon
    
    // LibIPv6
    import from LibIpv6_CommonRfcs_TypesAndValues {
        type Ipv6Address 
    };
    import from LibIpv6_Interface_TypesAndValues {
        type 
            LibIpv6Node,
            Ipv4Port, Ipv6Port 
    };
    
    group systemDesc {
        
    } // End of component TestAdapter
    
    group mtcDesc {
        
        type component MapEComponent extends LibIpv6Node {
            
        } // End of component Nat64Component
        
    } // End of group mtcDesc
    
    group componentDesc {
        
        group componentPorts {
            
        } // End of group componentPorts
        
    } // End of group componentDesc
    
} // End of module AtsMapE_Interfaces
 No newline at end of file
+10 −0
Original line number Diff line number Diff line
/*
 *  @author     STF 440
 *  @version    $Id$
 *  @desc       This module defines the ATS interface
 */
module AtsMapE_Pics {
    
    // LibCommon
    
} // End of module AtsMapE_Pics
 No newline at end of file
+11 −0
Original line number Diff line number Diff line
/*
 *  @author     STF 440
 *  @version    $Id$
 *  @desc       This module defines the ATS interface
 */
module AtsMapE_Pixits {
    
    // LibCommon
    
    
} // End of module AtsMapE_Pixits
 No newline at end of file
+10 −0
Original line number Diff line number Diff line
/*
 *  @author     STF 440
 *  @version    $Id$
 *  @desc       This module defines the ATS interface
 */
module AtsMapE_Templates {
    
    // LibIPv6
    
} // End of module AtsMapE_Templates
 No newline at end of file
Loading