Commit e1581fdc authored by nikolajev's avatar nikolajev
Browse files

receive template restriction changed from (value)->(present)

parent 4e7be06b
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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
@@ -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 } 
@@ -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,
@@ -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,