Commit 5db5318d authored by predusi's avatar predusi
Browse files

Added TC_MTS_SCH2_01, TC_MTS_SCH2_02, TC_MTS_SCH2_03, TC_MTS_SCH2_04,...

Added TC_MTS_SCH2_01, TC_MTS_SCH2_02, TC_MTS_SCH2_03, TC_MTS_SCH2_04, TC_MTS_SCH2_05, TC_MTS_SCH2_06, TC_MTS_SCH2_07, TC_MTS_SCH2_08.
parent 1b2ca365
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -437,6 +437,19 @@ module LibItsDcc_Pixits {
            { 10,  4.0,  0.250 }
        }
        
        /**
         * @desc Give the content of Table 25.
         * @see  ETSI TS 102 917-2 Table 25
         */
        modulepar ProfileTimeAspects PIXIT_TABLE_25_TC_MTS_SCH2_01_03:= {
            { 11,  0.2,  5.000 },
            { 12,  0.2,  5.000 },
            { 13,  0.2,  5.000 },
            { 14,  0.1,  10.000 },
            { 15,  0.5,  20.000 },
            { 16,  0.5,  20.000 }
        }
        
        /**
         * @desc Give the content of Table 29.
         * @see  ETSI TS 102 917-2 Table 29
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ module LibItsDcc_Templates {
        /**
         * @desc Ut Initialize Primitive template
         */
        template UtInitialize m_utInitialize(template UtRadioInitialize p_utRadioInitialize) :=
        template (value) UtInitialize m_utInitialize(template (value) UtRadioInitialize p_utRadioInitialize) :=
           {
               utRadioInitialize := p_utRadioInitialize
           }// End m_utRadioInitialize
@@ -28,7 +28,7 @@ module LibItsDcc_Templates {
        /**
         * @desc UtRadioInitialize Primitive template
         */
        template UtRadioInitialize m_utRadioInitialize :=
        template (value) UtRadioInitialize m_utRadioInitialize :=
           {
           }// End m_utRadioInitialize