Commit 674a8996 authored by berge's avatar berge
Browse files

Added Lib files for BTP

parent f14144be
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
/**
 *  @author     ETSI / STF405
 *  @version    $URL$
 *              $Id$
 *  @desc       Module containing functions for basic Transport Protocol
 *
 */
module LibItsBtp_Functions {
    
    
} // end LibItsBtp_Functions
 No newline at end of file
+23 −0
Original line number Diff line number Diff line
/**
 *  @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
 No newline at end of file
+13 −0
Original line number Diff line number Diff line
/**
 *  @author   ETSI / STF405
 *  @version  $URL$
 *            $Id$
 *  @desc     Module containing types and values for Basic Transport Protocol
 *
 */
module LibItsBtp_TypesAndValues {

}
with {
    encode "LibItsBtp_TypesAndValues"
}