Proto commits in OSGP/open-smart-grid-platform

These 16 commits are when the Protocol Buffers files have changed:

Commit:5ee522e
Author:unknown
Committer:Luciano Favoroso

almost all files have licesing information Signed-off-by: unknown <lucianofavoroso@gmail.com> Signed-off-by: Luciano Favoroso <luciano.favoroso@alliander.com>

The documentation is generated from this commit.

Commit:548af13
Author:Kevin Smeets

FLEX-3787 ~ Adds deprecation comments to no longer used fields for OSLP.

Commit:cece3e3
Author:Bart van der Zwet
Committer:GitHub

FLEX-3787 Remove metered functionality from the platform (#433) * FLEX-3787 ~ Removes metered functionality from the platform Removes the metered boolean from DeviceModel, and removes the meter type with short interval, long interval and long interval type from the device configuration (setting and getting). * FLEX-3787 ~ Removes power usage functionality. Removes get actual power usage and get power usage history functionaly from platform, test-suite and simulator. * FLEX-3787 ~ Removes no longer used class TimePeriod. This class is based on a type in the OSLP protobuf specification, but no longer used. All classes which relate to it have been deleted. * FLEX-3787 ~ Removes obsolete property. The property 'jms.get.power.usage.history.response.time.to.live' is no longer used and can be deleted. Co-authored-by: Kevin Smeets <kevin.smeets@cgi.com>

Commit:ca00912
Author:René van Reeuwijk

OC-478 Move Protocol-Adapter-OSLP files to subdirectory.

Commit:3e7e641
Author:Rob van Maris
Committer:Rob van Maris

OC-251: Rename packages com.alliander.osgp.* to org.opensmartgridplatform.*.

Commit:5d5cf2c
Author:Kevin Smeets

FLEX-2737 ~ Initial implemenation of timestamp in EventNotificationRequest.

Commit:2ecf0d3
Author:Kevin Smeets

Disables TLS configuration values.

Commit:c2f2ed4
Author:Kevin Smeets

FLEX-2294 ~ Adds variables for TLS configuration. - new variables in GetConfigurationResponse and SetConfigurationRequest to OSLP - expands device-simulator with these new TLS settings

Commit:6fedf9d
Author:Kevin Smeets

FLEX-1878 ~ Adds events to OSLP proto file.

Commit:f8e03c5
Author:Kevin Smeets

FLEX-1857 ~ Adds gateway and netmask to proto file. - Protocol expanded with 2 new variables: gateway and netmask which together with fixed IP are part of the IP configuration - Protocol-adapter implement the GetConfiguration and SetConfiguration functions / OSLP messages - Device-simulator returns some default values for these new variables, 192.168.0.100 as fixed IP, 192.168.0.1 as gateway, 255.255.255.0 as netmask

Commit:23640d9
Author:Kevin Smeets

Removes LocationInfo from GetStatusResponse. FLEX-1366

Commit:8f46c06
Author:Kevin Smeets

Adds all messages and fields from interop-document to OSLP. FLEX-1366 - Adds UpdateDeviceSslCertification messages - Adds SetDeviceVerificationKey messages - Adds SwitchFirmware messages - Adds SwitchConfiguration messages - Adds extra fields isEnabled and index to Schedule type - Adds additional events to Event enum - Changes default value for ResumeScheduleRequest.immediate from false to true - Formats comments and adds extra comments

Commit:4847c4f
Author:Kevin Smeets

Adds new OSLP messages, types and variables. FLEX-1366

Commit:0521d10
Author:Kevin Smeets

Updates Shared sumo.

Commit:f9c9aac
Author:Kevin Smeets

Adds events to OSLP. #99

Commit:405111b
Author:Kevin Smeets

Initial commit. - adding protocol adapter OSLP - adding dev-sim OSLP