From bbfeaf3d95d0800a2bdaf7bb5d28576a572ff682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn?= Date: Mon, 7 Oct 2024 12:09:36 +0200 Subject: [PATCH 1/2] Update src/t2iapi/device/service.proto Co-authored-by: Ilja Antipov <157796749+antipovi-draeger@users.noreply.github.com> --- src/t2iapi/device/service.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/t2iapi/device/service.proto b/src/t2iapi/device/service.proto index 8fc8b04..fdf75a0 100644 --- a/src/t2iapi/device/service.proto +++ b/src/t2iapi/device/service.proto @@ -81,7 +81,7 @@ service DeviceService { returns (t2iapi.device.GetRemovableDescriptorsResponse); /* - Remove a descriptor from the device MDIB using a DescriptionManipulationReport. + Remove a descriptor from the device MDIB resulting in a DescriptionModificationReport. */ rpc RemoveDescriptor(BasicHandleRequest) returns (BasicResponse); From 6ec5da439ddd231495a8816d1b37be0f54e9785c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn?= Date: Mon, 7 Oct 2024 12:10:08 +0200 Subject: [PATCH 2/2] Update src/t2iapi/device/service.proto Co-authored-by: Ilja Antipov <157796749+antipovi-draeger@users.noreply.github.com> --- src/t2iapi/device/service.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/t2iapi/device/service.proto b/src/t2iapi/device/service.proto index fdf75a0..1bc2ca8 100644 --- a/src/t2iapi/device/service.proto +++ b/src/t2iapi/device/service.proto @@ -91,7 +91,7 @@ service DeviceService { rpc InsertDescriptor(BasicHandleRequest) returns (BasicResponse); /* - Insert an mds descriptor into the device MDIB using a DescriptionManipulationReport. + Insert an mds descriptor into the device MDIB resulting in a DescriptionModificationReport. */ rpc InsertMdsDescriptor (google.protobuf.Empty) returns (t2iapi.device.InsertMdsDescriptorResponse);