Loading ttcn/Common/LibItsCommon_TestSystem.ttcn +1 −1 Original line number Original line Diff line number Diff line Loading @@ -27,7 +27,7 @@ module LibItsCommon_TestSystem { // timers // timers timer tc_guard := PX_TDONE; timer tc_guard := PX_TDONE; } // end ItsMtc } // end ItsBaseMtc /** /** * @desc Upper tester and Adapter control component * @desc Upper tester and Adapter control component Loading ttcn/IVIM/LibItsIvim_Templates.ttcn +8 −8 Original line number Original line Diff line number Diff line Loading @@ -167,7 +167,7 @@ module LibItsIvim_Templates { * @param p_connectedIviStructures List of ConnectedIviStructure (Default: omit) * @param p_connectedIviStructures List of ConnectedIviStructure (Default: omit) * @param p_optional_ Optional field (Default: omit) * @param p_optional_ Optional field (Default: omit) */ */ template (value) UtIvimUpdate m_utUpdateEvent( template (value) UtIvimUpdate m_utIvimUpdateEvent( template (value) IviIdentificationNumber p_iviIdentificationNumber, template (value) IviIdentificationNumber p_iviIdentificationNumber, template (omit) TimestampIts p_timeStamp := c_duration_2sec, template (omit) TimestampIts p_timeStamp := c_duration_2sec, template (omit) TimestampIts p_validFrom := omit, template (omit) TimestampIts p_validFrom := omit, Loading @@ -181,7 +181,7 @@ module LibItsIvim_Templates { validTo := p_validTo, validTo := p_validTo, connectedIviStructures := p_connectedIviStructures, connectedIviStructures := p_connectedIviStructures, optional_ := p_optional_ optional_ := p_optional_ } // End of template m_utUpdateEvent } // End of template m_utIvimUpdateEvent /** /** * @desc Send template for Upper Tester event cancellation * @desc Send template for Upper Tester event cancellation Loading Loading
ttcn/Common/LibItsCommon_TestSystem.ttcn +1 −1 Original line number Original line Diff line number Diff line Loading @@ -27,7 +27,7 @@ module LibItsCommon_TestSystem { // timers // timers timer tc_guard := PX_TDONE; timer tc_guard := PX_TDONE; } // end ItsMtc } // end ItsBaseMtc /** /** * @desc Upper tester and Adapter control component * @desc Upper tester and Adapter control component Loading
ttcn/IVIM/LibItsIvim_Templates.ttcn +8 −8 Original line number Original line Diff line number Diff line Loading @@ -167,7 +167,7 @@ module LibItsIvim_Templates { * @param p_connectedIviStructures List of ConnectedIviStructure (Default: omit) * @param p_connectedIviStructures List of ConnectedIviStructure (Default: omit) * @param p_optional_ Optional field (Default: omit) * @param p_optional_ Optional field (Default: omit) */ */ template (value) UtIvimUpdate m_utUpdateEvent( template (value) UtIvimUpdate m_utIvimUpdateEvent( template (value) IviIdentificationNumber p_iviIdentificationNumber, template (value) IviIdentificationNumber p_iviIdentificationNumber, template (omit) TimestampIts p_timeStamp := c_duration_2sec, template (omit) TimestampIts p_timeStamp := c_duration_2sec, template (omit) TimestampIts p_validFrom := omit, template (omit) TimestampIts p_validFrom := omit, Loading @@ -181,7 +181,7 @@ module LibItsIvim_Templates { validTo := p_validTo, validTo := p_validTo, connectedIviStructures := p_connectedIviStructures, connectedIviStructures := p_connectedIviStructures, optional_ := p_optional_ optional_ := p_optional_ } // End of template m_utUpdateEvent } // End of template m_utIvimUpdateEvent /** /** * @desc Send template for Upper Tester event cancellation * @desc Send template for Upper Tester event cancellation Loading