Commit 8ecb2b42 authored by schmitting's avatar schmitting
Browse files

Final brush-up

parent 77e6e565
......@@ -174,52 +174,45 @@ module LibItsDcc_Pixits {
*/
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
* @see ETSI TS 102 917-3 v1.1.1 A.2/9
*/
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
* @see ETSI TS 102 917-3 v1.1.1 A.2/10
*/
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
* @see ETSI TS 102 917-3 v1.1.1 A.2/11
*/
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
* @see ETSI TS 102 917-3 v1.1.1 A.2/12
*/
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
* @see ETSI TS 102 917-3 v1.1.1 A.2/13
*/
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
* @see ETSI TS 102 917-3 v1.1.1 A.2/14
*/
modulepar integer PIXIT_INACHIEVABLE_POWER_SCH4_RESTRICTIVE;
......@@ -238,7 +231,7 @@ module LibItsDcc_Pixits {
modulepar integer PIXIT_POWER_DELTA;
/**
* @desc Give the number of frames to be requested in a test; used to calculate overall test duration.
* @desc Give the number of frames to be requested in a test; used to calculate the overall test duration.
* @see ETSI TS 102 917-3 v1.1.1 A.3/3
*/
modulepar integer PIXIT_NUMBER_OF_FRAMES;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment