From f1df76a39db3983dcc1540f9230ad122c6dc9631 Mon Sep 17 00:00:00 2001 From: srinivasaraj Date: Sun, 29 Oct 2023 06:59:27 +0000 Subject: [PATCH 1/2] Adding mnsAddressForNrmProperties to MnsInfo-Single --- OpenAPI/TS28623_GenericNrm.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenAPI/TS28623_GenericNrm.yaml b/OpenAPI/TS28623_GenericNrm.yaml index 3d8607d6a..dc4ff0c96 100755 --- a/OpenAPI/TS28623_GenericNrm.yaml +++ b/OpenAPI/TS28623_GenericNrm.yaml @@ -2355,6 +2355,8 @@ components: type: array items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' + mnsAddressForNrmProperties: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/Uri' Scheduler-Single: allOf: - $ref: '#/components/schemas/Top' -- GitLab From e5e0af348dcaa9d75348a79d37003b5a3aaeb50c Mon Sep 17 00:00:00 2001 From: srinivasaraj Date: Thu, 16 Nov 2023 22:51:59 +0000 Subject: [PATCH 2/2] Description added for mnsAddressForNrmProperties --- OpenAPI/TS28623_GenericNrm.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28623_GenericNrm.yaml b/OpenAPI/TS28623_GenericNrm.yaml index dc4ff0c96..a0e7bbf69 100755 --- a/OpenAPI/TS28623_GenericNrm.yaml +++ b/OpenAPI/TS28623_GenericNrm.yaml @@ -2356,7 +2356,14 @@ components: items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' mnsAddressForNrmProperties: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/Uri' + description: >- + This attribute is used to provide addressing information (URL) for the + NRM properties schema of the MnS producer. The MnS producer advertises + the schema in the OpenAPI description in the 3GPP defined standard + YAML file format. The schema advertised by the MnS producer contains: + - list of IOCs supported by the MnS producer. + - list of supported attributes of each IOC that is supported by the MnS Producer. + $ref: 'TS28623_ComDefs.yaml#/components/schemas/Uri' Scheduler-Single: allOf: - $ref: '#/components/schemas/Top' -- GitLab