- fixed problem in control service tracking

pull/266/head
Michael Zillgith 5 years ago
parent a165d1698d
commit 49cc901263

@ -267,6 +267,7 @@ copyControlValuesToTrackingObject(MmsMapping* self, ControlObject* controlObject
}
else if (serviceType == IEC61850_SERVICE_TYPE_CANCEL) {
if (controlObject->cancel) {
operVal = controlObject->cancel;
if (trkInst->Test) {
MmsValue_update(trkInst->Test->mmsValue, getCancelParameterTest(operVal));
}

Loading…
Cancel
Save