- IEC 61850 server: fixed control handling to comply with test case sCtl25

pull/217/head
Michael Zillgith 6 years ago
parent 3a248a4f20
commit d8153483b5

@ -1700,6 +1700,9 @@ Control_writeAccessControlObject(MmsMapping* self, MmsDomain* domain, char* vari
ctlNum, origin, true); ctlNum, origin, true);
} }
} }
else {
indication = DATA_ACCESS_ERROR_SUCCESS;
}
} }
if (controlObject->timeActivatedOperate) { if (controlObject->timeActivatedOperate) {

Loading…
Cancel
Save