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

v1.6_develop_417_rbac2
Michael Zillgith 2 years ago
parent a786198c87
commit e929867964

@ -2011,6 +2011,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) {
@ -2547,7 +2550,6 @@ exit_function:
}
}
}
else if (rc->resvTms == -1) {
if (rc->reserved == false) {

Loading…
Cancel
Save