Loading ttcn/CALM/ATSP/LibItsAtsp_Templates.ttcn3 +16 −0 Original line number Diff line number Diff line Loading @@ -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. Loading @@ -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. Loading Loading
ttcn/CALM/ATSP/LibItsAtsp_Templates.ttcn3 +16 −0 Original line number Diff line number Diff line Loading @@ -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. Loading @@ -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. Loading