Commit 9eda061b authored by tepelmann's avatar tepelmann
Browse files

Added pixit tables and execution in control part for active and restrictive CCH test cases.

parent cb1637ad
......@@ -260,6 +260,28 @@ module LibItsDcc_Pixits {
{ 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
\ No newline at end of file
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