Commit f3a21927 authored by tepelmann's avatar tepelmann
Browse files

Removed module.

parent c42a402c
Loading
Loading
Loading
Loading

ttcn/CAM/LibItsCam_Pixits.ttcn

deleted100644 → 0
+0 −50
Original line number Diff line number Diff line
/**
 *	@author 	ETSI / STF405
 *  @version 	$URL$
 *				$Id$
 *	@desc		CAM PICS
 *
 */
module LibItsCam_Pixits {
    
    // LibCommon
    import from LibCommon_BasicTypesAndValues all;
	import from CAM_PDU_Descriptions language "ASN.1:1997" all;
	import from DENM_PDU_Descriptions language "ASN.1:1997" all;
    
    group camPixits {

        /**
         * @desc IUT Course of Journey (PT Line Description)
         */
        modulepar CourseOfJourney PX_PTLINE_COURSE;
           	        
        /**
         * @desc IUT Line Reference (PT Line Description)
         */
        modulepar LineRef PX_PTLINE_REF;
           	        
        /**
         * @desc IUT Route Reference (PT Line Description)
         */
        modulepar RouteRef PX_PTLINE_ROUTE;
        
        /**
         * @desc Determines whether Tester is a mobile ITS station
         */
        modulepar boolean PX_TESTER_IS_MOBILE := true;
        
        /**
         * @desc Determines whether Tester is a private ITS station
         */
        modulepar boolean PX_TESTER_IS_PRIVATE := true;
        
        /**
         * @desc Determines whether Tester is a physically relevant ITS station
         */        
        modulepar boolean PX_TESTER_IS_PHYSICAL_RELEVANT := true;
           	        

    } // end of group cam_Pixits
    
} // end of module ItsCam_Pixits