Loading ttcn/CALM/ATSP/LibItsAtsp_Templates.ttcn3 +5 −5 Original line number Diff line number Diff line Loading @@ -838,8 +838,8 @@ module LibItsAtsp_Templates { * Allows ITS test system to receive frame from IUT * @param p_inSapPrimitiveUp: IN-SAP primitive to receive */ template AtspInd m_atspInd( template(value) INsapPrimitivesUp p_inSapPrimitiveUp template(present) AtspInd mw_atspInd( template INsapPrimitivesUp p_inSapPrimitiveUp ) := { msgIn:= p_inSapPrimitiveUp } // End of template m_atspInd Loading Loading @@ -882,7 +882,7 @@ module LibItsAtsp_Templates { * @see ISO 21218 - Clause 8.3.1 */ template INsapPrimitivesUp mwd_inUnitDataInd( in template (value) IN_UNITDATA_indication p_inUnitdataInd in template (present) IN_UNITDATA_indication p_inUnitdataInd ) modifies mwd_inUnitDataInd_any:= { spRef := 0, servPrimitive := { IN_UNITDATA_indication := p_inUnitdataInd } Loading Loading @@ -921,7 +921,7 @@ module LibItsAtsp_Templates { * @param p_accessParameters Access Parameters * @see ISO 21218 - Clause 8.3.3 */ template (value) IN_UNITDATA_indication mw_inUnitDataInd( template (present) IN_UNITDATA_indication mw_inUnitDataInd( in template LLserviceAddr p_insapSourceAddress, in template LLserviceAddr p_insapDestAddress, in template INdata p_inData, Loading @@ -944,7 +944,7 @@ module LibItsAtsp_Templates { * @param p_accessParameters Access Parameters * @see ISO 21218 - Clause 8.3.3 */ template (value) IN_UNITDATA_STATUS_indication mw_inUnitDataStatusInd( template (present) IN_UNITDATA_STATUS_indication mw_inUnitDataStatusInd( in template LLserviceAddr p_insapSourceAddress, in template LLserviceAddr p_insapDestAddress, in template INdata p_inData, Loading Loading
ttcn/CALM/ATSP/LibItsAtsp_Templates.ttcn3 +5 −5 Original line number Diff line number Diff line Loading @@ -838,8 +838,8 @@ module LibItsAtsp_Templates { * Allows ITS test system to receive frame from IUT * @param p_inSapPrimitiveUp: IN-SAP primitive to receive */ template AtspInd m_atspInd( template(value) INsapPrimitivesUp p_inSapPrimitiveUp template(present) AtspInd mw_atspInd( template INsapPrimitivesUp p_inSapPrimitiveUp ) := { msgIn:= p_inSapPrimitiveUp } // End of template m_atspInd Loading Loading @@ -882,7 +882,7 @@ module LibItsAtsp_Templates { * @see ISO 21218 - Clause 8.3.1 */ template INsapPrimitivesUp mwd_inUnitDataInd( in template (value) IN_UNITDATA_indication p_inUnitdataInd in template (present) IN_UNITDATA_indication p_inUnitdataInd ) modifies mwd_inUnitDataInd_any:= { spRef := 0, servPrimitive := { IN_UNITDATA_indication := p_inUnitdataInd } Loading Loading @@ -921,7 +921,7 @@ module LibItsAtsp_Templates { * @param p_accessParameters Access Parameters * @see ISO 21218 - Clause 8.3.3 */ template (value) IN_UNITDATA_indication mw_inUnitDataInd( template (present) IN_UNITDATA_indication mw_inUnitDataInd( in template LLserviceAddr p_insapSourceAddress, in template LLserviceAddr p_insapDestAddress, in template INdata p_inData, Loading @@ -944,7 +944,7 @@ module LibItsAtsp_Templates { * @param p_accessParameters Access Parameters * @see ISO 21218 - Clause 8.3.3 */ template (value) IN_UNITDATA_STATUS_indication mw_inUnitDataStatusInd( template (present) IN_UNITDATA_STATUS_indication mw_inUnitDataStatusInd( in template LLserviceAddr p_insapSourceAddress, in template LLserviceAddr p_insapDestAddress, in template INdata p_inData, Loading