LibItsBtp_Pixits.ttcn 1.03 KB
Newer Older
fischer's avatar
fischer committed
/**
 *  @author   ETSI / STF405
 *  @version  $URL: svn+ssh://vcs.etsi.org/TTCN3/LIB/LibIts/trunk/ttcn/BTP/LibItsBtp_Templates.ttcn $
 *            $Id: LibItsBtp_Templates.ttcn 172 2010-09-23 09:42:27Z berge $
 *  @desc     Basic Transport Protocol Templates
 *
 */
module LibItsBtp_Pixits {
    
    // LibIts
    import from LibIts_Interface all;
    import from LibItsBtp_TypesAndValues all;
    
fischer's avatar
fischer committed

        /**
         * @desc BTP source port of the IUT
         * 		 
         */
    	modulepar BtpPortId PX_SOURCE_PORT := 0;

        /**
         * @desc BTP Destination port of the IUT
         * 		 
         */
    	modulepar BtpPortId PX_DESTINATION_PORT := 0;

        /**
         * @desc BTP Destination port Info of the IUT
         * 		 
         */
    	modulepar BtpPortId PX_DESTINATION_PORT_INFO := 0;

        /**
         * @desc Payload to be sent to the IUT for testing matter
         * 		 
         */
    	modulepar BtpPayload PX_PAYLOAD := '0102030405'O;

fischer's avatar
fischer committed
    
} // end LibItsBtp_Pixits