Commit cb1637ad authored by tepelmann's avatar tepelmann
Browse files

Corrected Toff times from seconds to millseconds.

parent a2211228
......@@ -250,15 +250,15 @@ module LibItsDcc_Pixits {
* @see ETSI TS 102 917-2 Table 7
*/
modulepar ProfileTimeAspects PIXIT_TABLE_7_TC_STS_REL_01_03 := {
{ 0, 20.0, 50.0 },
{ 1, 10.0, 95.0 },
{ 2, 10.0, 95.0 },
{ 3, 4.0, 250.0 },
{ 4, 2.0, 500.0 },
{ 5, 1.0, 1000.0 },
{ 6, 0.2, 5000.0 },
{ 7, 0.1, 10000.0 },
{ 8, 0.1, 10000.0 }
{ 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 }
}
}
......
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