Mario Hercog
Mario Hercog
**Is this a BUG REPORT or FEATURE REQUEST?**: > Uncomment only one, leave it on its own line: > /kind bug > /kind feature **What happened**: Sending SIP MESSAGE to...
**Is this a BUG REPORT or FEATURE REQUEST?**: > Uncomment only one, leave it on its own line: > /kind bug > /kind feature **What happened**: When there are more...
Correction for https://github.com/OSGP/Documentation/issues/250 iec61850.default.port property has be removed, because it is not used. iec61850.port.client property from osgp-adapter-protocol-iec61850.properties is used instead.
OC-731 bugfix: https://github.com/OSGP/Documentation/issues/245
SmartMeteringInstallation IF contains operation to add a device (AddDeviceRequest), but operation to remove it is missing. AdminDeviceManagement IF contains RemoveDevice (RemoveDeviceRequest) operation, but this operation will not remove data from...
In the osgp-adapter-protocol-iec61850.properties there is a property for client port configuration. Default value is: `iec61850.port.client=102` But, this value is never used, instead, a hardcoded value from Iec61850DeviceConnectionService.java is used. `private...
FirmwareManagement.UpdateFirmwareRequest operation should update DeviceFirmwareHistory (device_firmware_file table in osgp_core DB) after successful installation of new FW. There is a separate FirmwareManagement.SaveCurrentDeviceFirmware operation that can be used to manually update DeviceFirmwareHistory,...
Boolean values (isTestButtonEnabled and isDhcpEnabled) from OSLP GetConfigurationResponse are not correctly mapped. OSLP GetConfigurationResponse ``` Received OSLP Response (before callback): getConfigurationResponse { status: OK lightType: LT_NOT_SET relayConfiguration { addressMap {...
If the firmware is created with one model and later on model is changed, a firmware path doesn't reflect this change and firmware can not be deleted anymore. For example:...