LibItsBtp_Templates.ttcn 459 Bytes
Newer Older
berge's avatar
berge committed
/**
 *  @author   ETSI / STF405
 *  @version  $URL$
 *            $Id$
 *  @desc     Basic Transport Protocol Templates
 *
 */
module LibItsBtp_Templates {
    
    // LibIts
    import from LibIts_Interface all;
    import from LibItsBtp_TypesAndValues all;
    
    group btpPrimitivesTemplates {
    
    } // btpPrimitivesTemplates
    
    group btpPduTemplates {

    } // end btpPduTemplates
    
    
} // end LibItsBtp_Templates