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