/** * @author ETSI / STF421 * @version $URL:$ * $Id:$ * @desc DCC (TS 102 724) Pixits * @see ETSI TS 102 917-3 */ module LibItsDcc_Pixits { import from LibItsDcc_TypesAndValues {type ProfileTimeAspects;} group acceptableTransmissionPower { /** * @desc Give an acceptable Transmission power for the CCH in the Relaxed state. Value in dBm. * @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/1. * @see ETSI TS 102 917-3 v1.1.1 A.1/1 */ modulepar integer PIXIT_ACCEPTABLE_POWER_CCH_RELAXED; /** * @desc Give an acceptable Transmission power for the CCH in the Active state. Value in dBm. * @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/2. * @see ETSI TS 102 917-3 v1.1.1 A.1/2 */ modulepar integer PIXIT_ACCEPTABLE_POWER_CCH_ACTIVE; /** * @desc Give an acceptable Transmission power for the CCH in the Restrictive state. Value in dBm. * @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/3. * @see ETSI TS 102 917-3 v1.1.1 A.1/3 */ modulepar integer PIXIT_ACCEPTABLE_POWER_CCH_RESTRICTIVE; /** * @desc Give an acceptable Transmission power for the SCH1 in the Relaxed state. Value in dBm. * @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/4. * @see ETSI TS 102 917-3 v1.1.1 A.1/4 */ modulepar integer PIXIT_ACCEPTABLE_POWER_SCH1_RELAXED; /** * @desc Give an acceptable Transmission power for the SCH1 in the Active state. Value in dBm. * @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/5. * @see ETSI TS 102 917-3 v1.1.1 A.1/5 */ modulepar integer PIXIT_ACCEPTABLE_POWER_SCH1_ACTIVE; /** * @desc Give an acceptable Transmission power for the SCH1 in the Restrictive state. Value in dBm. * @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 */ modulepar boolean PIXIT_ACCEPTABLE_POWER_SCH1_RESTRICTIVE; /** * @desc Give an acceptable Transmission power for the SCH2 in the Relaxed state. Value in dBm. * @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/7. * @see ETSI TS 102 917-3 v1.1.1 A.1/7 */ modulepar integer PIXIT_ACCEPTABLE_POWER_SCH2_RELAXED; /** * @desc Give an acceptable Transmission power for the SCH2 in the Active state. Value in dBm. * @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/8. * @see ETSI TS 102 917-3 v1.1.1 A.1/8 */ modulepar integer PIXIT_ACCEPTABLE_POWER_SCH2_ACTIVE; /** * @desc Give an acceptable Transmission power for the SCH2 in the Restrictive state. Value in dBm. * @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/9. * @see ETSI TS 102 917-3 v1.1.1 A.1/9 */ modulepar integer PIXIT_ACCEPTABLE_POWER_SCH2_RESTRICTIVE; /** * @desc Give an acceptable Transmission power for the SCH3 in the Relaxed state. Value in dBm. * @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/10. * @see ETSI TS 102 917-3 v1.1.1 A.1/10 */ modulepar integer PIXIT_ACCEPTABLE_POWER_SCH3_RELAXED; /** * @desc Give an acceptable Transmission power for the SCH3 in the Active state. Value in dBm. * @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/11. * @see ETSI TS 102 917-3 v1.1.1 A.1/11 */ modulepar integer PIXIT_ACCEPTABLE_POWER_SCH3_ACTIVE; /** * @desc Give an acceptable Transmission power for the SCH3 in the Restrictive state. Value in dBm. * @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/12. * @see ETSI TS 102 917-3 v1.1.1 A.1/12 */ modulepar integer PIXIT_ACCEPTABLE_POWER_SCH3_RESTRICTIVE; /** * @desc Give an acceptable Transmission power for the SCH4 in the Relaxed state. Value in dBm. * @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/13. * @see ETSI TS 102 917-3 v1.1.1 A.1/13 */ modulepar integer PIXIT_ACCEPTABLE_POWER_SCH4_RELAXED; /** * @desc Give an acceptable Transmission power for the SCH4 in the Active state. Value in dBm. * @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/14. * @see ETSI TS 102 917-3 v1.1.1 A.1/14 */ modulepar integer PIXIT_ACCEPTABLE_POWER_SCH4_ACTIVE; /** * @desc Give an acceptable Transmission power for the SCH4 in the Restrictive state. Value in dBm. * @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/15. * @see ETSI TS 102 917-3 v1.1.1 A.1/15 */ modulepar integer PIXIT_ACCEPTABLE_POWER_SCH4_RESTRICTIVE; } // end group acceptableTransmissionPower group inachievableTransmissionPower { /** * @desc Give a Transmission power that cannot be achieved for the CCH in the Relaxed state. Value in dBm. * @desc The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/1. * @see ETSI TS 102 917-3 v1.1.1 A.2/1 */ modulepar integer PIXIT_INACHIEVABLE_POWER_CCH_RELAXED; /** * @desc Give a Transmission power that cannot be achieved for the CCH in the Active state. Value in dBm. * @desc The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/2. * @see ETSI TS 102 917-3 v1.1.1 A.2/2 */ modulepar integer PIXIT_INACHIEVABLE_POWER_CCH_ACTIVE; /** * @desc Give a Transmission power that cannot be achieved for the CCH in the Restrictive state. Value in dBm. * @desc The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/3. * @see ETSI TS 102 917-3 v1.1.1 A.2/3 */ modulepar integer PIXIT_INACHIEVABLE_POWER_CCH_RESTRICTIVE; /** * @desc Give a Transmission power that cannot be achieved for the SCH1 in the Relaxed state. Value in dBm. * @desc The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/4. * @see ETSI TS 102 917-3 v1.1.1 A.2/4 */ modulepar integer PIXIT_INACHIEVABLE_POWER_SCH1_RELAXED; /** * @desc Give a Transmission power that cannot be achieved for the SCH1 in the Active state. Value in dBm. * @desc The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/5. * @see ETSI TS 102 917-3 v1.1.1 A.2/5 */ modulepar integer PIXIT_INACHIEVABLE_POWER_SCH1_ACTIVE; /** * @desc Give a Transmission power that cannot be achieved for the SCH1 in the Restrictive state. Value in dBm. * @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 */ modulepar boolean 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 The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/7. * @see ETSI TS 102 917-3 v1.1.1 A.2/7 */ modulepar integer PIXIT_INACHIEVABLE_POWER_SCH2_RELAXED; /** * @desc Give a Transmission power that cannot be achieved for the SCH2 in the Active state. Value in dBm. * @desc The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/8. * @see ETSI TS 102 917-3 v1.1.1 A.2/8 */ modulepar integer PIXIT_INACHIEVABLE_POWER_SCH2_ACTIVE; /** * @desc Give a Transmission power that cannot be achieved for the SCH2 in the Restrictive state. Value in dBm. * @desc The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/9. * @see ETSI TS 102 917-3 v1.1.1 A.2/9 */ modulepar integer PIXIT_INACHIEVABLE_POWER_SCH2_RESTRICTIVE; /** * @desc Give a Transmission power that cannot be achieved for the SCH3 in the Relaxed state. Value in dBm. * @desc The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/10. * @see ETSI TS 102 917-3 v1.1.1 A.2/10 */ modulepar integer PIXIT_INACHIEVABLE_POWER_SCH3_RELAXED; /** * @desc Give a Transmission power that cannot be achieved for the SCH3 in the Active state. Value in dBm. * @desc The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/11. * @see ETSI TS 102 917-3 v1.1.1 A.2/11 */ modulepar integer PIXIT_INACHIEVABLE_POWER_SCH3_ACTIVE; /** * @desc Give a Transmission power that cannot be achieved for the SCH3 in the Restrictive state. Value in dBm. * @desc The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/12. * @see ETSI TS 102 917-3 v1.1.1 A.2/12 */ modulepar integer PIXIT_INACHIEVABLE_POWER_SCH3_RESTRICTIVE; /** * @desc Give a Transmission power that cannot be achieved for the SCH4 in the Relaxed state. Value in dBm. * @desc The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/13. * @see ETSI TS 102 917-3 v1.1.1 A.2/13 */ modulepar integer PIXIT_INACHIEVABLE_POWER_SCH4_RELAXED; /** * @desc Give a Transmission power that cannot be achieved for the SCH4 in the Active state. Value in dBm. * @desc The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/14. * @see ETSI TS 102 917-3 v1.1.1 A.2/14 */ modulepar integer PIXIT_INACHIEVABLE_POWER_SCH4_ACTIVE; /** * @desc Give a Transmission power that cannot be achieved for the SCH4 in the Restrictive state. Value in dBm. * @desc The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/15. * @see ETSI TS 102 917-3 v1.1.1 A.2/15 */ modulepar integer PIXIT_INACHIEVABLE_POWER_SCH4_RESTRICTIVE; } // end group inachievableTransmissionPower /** * @desc Give the content of the reference burst to be sent on the radio interface. * @see ETSI TS 102 917-3 v1.1.1 A.3/1 */ modulepar octetstring PIXIT_REFERENCE_BURST; /** * @desc Give the allowed delta between requested and measured power value. * @see ETSI TS 102 917-3 v1.1.1 A.3/2 */ modulepar integer PIXIT_POWER_DELTA; /** * @desc Give the number of frames to be requested in a test; used to calculate overall test duration. * @see ETSI TS 102 917-3 v1.1.1 A.3/3 */ modulepar integer PIXIT_NUMBER_OF_FRAMES; group testcaseDataTables { /** * @desc Give the content of Table 7. * @see ETSI TS 102 917-2 Table 7 */ modulepar ProfileTimeAspects PIXIT_TABLE_7_TC_STS_REL_01_03 := { { 0, 20.0, 0.050 }, { 1, 10.0, 0.095 }, { 2, 10.0, 0.095 }, { 3, 4.0, 0.250 }, { 4, 2.0, 0.500 }, { 5, 1.0, 1.000 }, { 6, 0.2, 5.000 }, { 7, 0.1, 10.000 }, { 8, 0.1, 10.000 } } /** * @desc Give the content of Table 8. * @see ETSI TS 102 917-2 Table 8 */ modulepar ProfileTimeAspects PIXIT_TABLE_8_TC_STS_ACT_01_03 := { { 0, 20.0, 0.050 }, { 1, 5.0, 0.190 }, { 2, 5.0, 0.190 }, { 3, 2.0, 0.500 } } /** * @desc Give the content of Table 9. * @see ETSI TS 102 917-2 Table 9 */ modulepar ProfileTimeAspects PIXIT_TABLE_9_TC_STS_RES_01_03 := { { 0, 20.0, 0.050 }, { 1, 4.0, 0.250 }, { 2, 4.0, 0.250 }, { 3, 1.0, 1.000 } } } } // End of module LibItsDcc_Pixits