- IEC 61850 client: added additional error code to provide diagnostic information when data set cannot be created because of a non existing data set element

pull/179/head
Michael Zillgith 6 years ago
parent 3242f147be
commit 31e183d357

@ -102,6 +102,9 @@ iedConnection_mapMmsErrorToIedError(MmsError mmsError)
case MMS_ERROR_OUTSTANDING_CALL_LIMIT:
return IED_ERROR_OUTSTANDING_CALL_LIMIT_REACHED;
case MMS_ERROR_DEFINITION_OBJECT_UNDEFINED:
return IED_ERROR_OBJECT_UNDEFINED;
default:
return IED_ERROR_UNKNOWN;
}

Loading…
Cancel
Save