From 9f3ef053939ddff40a49e5efbf3b5f9248df3421 Mon Sep 17 00:00:00 2001 From: Brendan Hassett Date: Fri, 29 Apr 2022 07:14:31 +0000 Subject: [PATCH] S5-223244 Update genericNrm.yaml --- OpenAPI/genericNrm.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/OpenAPI/genericNrm.yaml b/OpenAPI/genericNrm.yaml index 8e3015099..97d6d5cf6 100755 --- a/OpenAPI/genericNrm.yaml +++ b/OpenAPI/genericNrm.yaml @@ -1829,7 +1829,11 @@ components: description: Resource URI as defined in the relevant Technical Specification $ref: 'comDefs.yaml#/components/schemas/Uri' mnsScope: - description: List of top level addresses (Root DN) of the 3GPP models supported by the MnS + description: >- + List of the managed object instances that can be accessed using the MnS. + If a complete SubNetwork can be accessed using the MnS, this attribute may contain the + DN of the SubNetwork instead of the DNs of the individual managed entities within the + SubNetwork. type: array items: $ref: 'comDefs.yaml#/components/schemas/Dn' -- GitLab