From 9ddf2d4b65835f9f8aa9466e9b88156c7dcb9621 Mon Sep 17 00:00:00 2001 From: Kai Zhang Date: Thu, 28 Sep 2023 10:10:52 +0000 Subject: [PATCH] Rel-18 CR 28.623 Add energy saving attributes to IOC ManagedFunction --- OpenAPI/TS28623_GenericNrm.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/OpenAPI/TS28623_GenericNrm.yaml b/OpenAPI/TS28623_GenericNrm.yaml index e04340444..efb03c10c 100755 --- a/OpenAPI/TS28623_GenericNrm.yaml +++ b/OpenAPI/TS28623_GenericNrm.yaml @@ -1819,6 +1819,16 @@ components: type: array items: $ref: '#/components/schemas/PeeParameter' + energySavingControl: + type: string + enum: + - TO_BE_ENERGYSAVING + - TO_BE_NOT_ENERGYSAVING + energySavingState: + type: string + enum: + - IS_NOT_ENERGYSAVING + - IS_ENERGYSAVING priorityLabel: type: integer supportedPerfMetricGroups: -- GitLab