Commit cb1637ad authored by tepelmann's avatar tepelmann
Browse files

Corrected Toff times from seconds to millseconds.

parent a2211228
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -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 }
        }
    }