From a1b08624c40b8bcf3702cb6409972788f5ea8d29 Mon Sep 17 00:00:00 2001 From: Kai Zhang Date: Wed, 9 Aug 2023 07:16:16 +0000 Subject: [PATCH] Update TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 9ba9997e3..7cf806cd3 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -1190,10 +1190,16 @@ components: properties: rRMPolicyMaxRatio: type: integer + minimum: 0 + maximum: 100 rRMPolicyMinRatio: type: integer + minimum: 0 + maximum: 100 rRMPolicyDedicatedRatio: type: integer + minimum: 0 + maximum: 100 NRCellRelation-Single: allOf: -- GitLab