Commit 663f3be4 authored by fischerjo's avatar fischerjo
Browse files

New template for unknown MI-Command.request implemented

parent a05ef206
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -443,6 +443,21 @@ module LibItsAtsp_Templates {
						command_param := ?
                	} // End of template mw_miCommandRequest_any
					
					/**
                	* @desc Send template for MI-COMMAND.request containing unknown command
                	* @param   p_linkID		   	Link-ID of VCI / CI. 
                	* @param   p_commandRef    	Unique cyclic reference number of command. 
                	*/
                	template (value) MI_Command_request m_miUnknwonCommandRequest( 
						in template (value) Link_ID p_linkID, 
						in template (value) CommandRef p_commandRef  
                	) := { 
                    	linkID := p_linkID,
						commandRef := p_commandRef, 
						ref := 254,
						command_param := {UnknownCommand := 100}
                	} // End of template m_miUnknownCommandRequest
					
					/**
                	* @desc Send template for MI-COMMAND.request containing registration command service primitive
                	* @param   p_linkID		   	Link-ID of VCI / CI. 
@@ -460,6 +475,7 @@ module LibItsAtsp_Templates {
						command_param := {RegCmd := p_regCmd}
                	} // End of template m_miRegistrationCommandRequest

					
					/**
                	* @desc Send template for MI-COMMAND.request containing state change command service primitive
                	* @param   p_linkID		   	Link-ID of VCI / CI.