Loading ttcn/MGT/LibItsMgt_Templates.ttcn3 +2 −4 Original line number Original line Diff line number Diff line Loading @@ -132,11 +132,9 @@ module LibItsMgt_Templates { template MF_Command_request mdw_CommandRequest( template MF_Command_request mdw_CommandRequest( in template (present) CommandRef p_commandRef, in template (present) CommandRef p_commandRef, in template (present) MF_Command p_mfCmd in template (present) MF_Command p_mfCmd ) modifies mw_mfCommandRequest_any := { ) := { commandRef := p_commandRef, commandRef := p_commandRef, command_param := { command_param := p_mfCmd mfCmd := p_mfCmd } // End of field 'command_param' } // End of template mdw_CommandRequest } // End of template mdw_CommandRequest template MF_Command_request mdw_mfCommandRequest_iICrequestTX( template MF_Command_request mdw_mfCommandRequest_iICrequestTX( Loading Loading
ttcn/MGT/LibItsMgt_Templates.ttcn3 +2 −4 Original line number Original line Diff line number Diff line Loading @@ -132,11 +132,9 @@ module LibItsMgt_Templates { template MF_Command_request mdw_CommandRequest( template MF_Command_request mdw_CommandRequest( in template (present) CommandRef p_commandRef, in template (present) CommandRef p_commandRef, in template (present) MF_Command p_mfCmd in template (present) MF_Command p_mfCmd ) modifies mw_mfCommandRequest_any := { ) := { commandRef := p_commandRef, commandRef := p_commandRef, command_param := { command_param := p_mfCmd mfCmd := p_mfCmd } // End of field 'command_param' } // End of template mdw_CommandRequest } // End of template mdw_CommandRequest template MF_Command_request mdw_mfCommandRequest_iICrequestTX( template MF_Command_request mdw_mfCommandRequest_iICrequestTX( Loading