Commit 6078f2c7 authored by tepelmann's avatar tepelmann
Browse files

Added TC_MTS_SCH1_09, TC_MTS_SCH1_10, TC_MTS_SCH1_11, TC_MTS_SCH1_12.

parent 2e48701c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -91,7 +91,7 @@ module LibItsDcc_Pics {
         * @desc Give the maximum Transmission power for the SCH1 in the Restrictive state. Value in dBm.
         * @desc Give the maximum Transmission power for the SCH1 in the Restrictive state. Value in dBm.
         * @see  ETSI TS 102 917-1 v1.1.1 A.5/6 
         * @see  ETSI TS 102 917-1 v1.1.1 A.5/6 
         */
         */
		modulepar boolean PICS_MAXPOWER_SCH1_RESTRICTIVE;
		modulepar integer PICS_MAXPOWER_SCH1_RESTRICTIVE;


        /**
        /**
         * @desc Give the maximum Transmission power for the SCH2 in the Relaxed state. Value in dBm.
         * @desc Give the maximum Transmission power for the SCH2 in the Relaxed state. Value in dBm.
+11 −2
Original line number Original line Diff line number Diff line
@@ -50,7 +50,7 @@ module LibItsDcc_Pixits {
         * @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/6.
         * @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/6.
         * @see  ETSI TS 102 917-3 v1.1.1 A.1/6 
         * @see  ETSI TS 102 917-3 v1.1.1 A.1/6 
         */
         */
        modulepar boolean PIXIT_ACCEPTABLE_POWER_SCH1_RESTRICTIVE;
        modulepar integer PIXIT_ACCEPTABLE_POWER_SCH1_RESTRICTIVE;


        /**
        /**
         * @desc Give an acceptable Transmission power for the SCH2 in the Relaxed state. Value in dBm.
         * @desc Give an acceptable Transmission power for the SCH2 in the Relaxed state. Value in dBm.
@@ -158,7 +158,7 @@ module LibItsDcc_Pixits {
         * @desc The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/6.
         * @desc The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/6.
         * @see  ETSI TS 102 917-3 v1.1.1 A.2/6 
         * @see  ETSI TS 102 917-3 v1.1.1 A.2/6 
         */
         */
        modulepar boolean PIXIT_INACHIEVABLE_POWER_SCH1_RESTRICTIVE;
        modulepar integer PIXIT_INACHIEVABLE_POWER_SCH1_RESTRICTIVE;


        /**
        /**
         * @desc Give a Transmission power that cannot be achieved for the SCH2 in the Relaxed state. Value in dBm.
         * @desc Give a Transmission power that cannot be achieved for the SCH2 in the Relaxed state. Value in dBm.
@@ -428,6 +428,15 @@ module LibItsDcc_Pixits {
            { 11,  2.0,  0.500 }
            { 11,  2.0,  0.500 }
        }
        }
        
        
        /**
         * @desc Give the content of Table 24.
         * @see  ETSI TS 102 917-2 Table 24
         */
        modulepar ProfileTimeAspects PIXIT_TABLE_24_TC_MTS_SCH1_09_11 := {
            {  9,  4.0,  0.250 },
            { 10,  4.0,  0.250 }
        }
        
    }
    }
    
    
} // End of module LibItsDcc_Pixits
} // End of module LibItsDcc_Pixits
 No newline at end of file