- IED server: fixed problem with implicit ResvTms setting when reserved with RptEna (LIB61850-400)

pull/457/head
Michael Zillgith 2 years ago
parent 097c055f96
commit 8798c739ba

@ -1909,6 +1909,9 @@ Reporting_RCBWriteAccessHandler(MmsMapping* self, ReportControl* rc, char* eleme
if (updateReportDataset(self, rc, NULL, connection)) {
if (rc->reserved == false) {
rc->resvTms = RESV_TMS_IMPLICIT_VALUE;
reserveRcb(rc, connection);
if (self->rcbEventHandler) {
@ -2445,7 +2448,6 @@ exit_function:
}
}
}
else if (rc->resvTms == -1) {
if (rc->reserved == false) {

Loading…
Cancel
Save