From 72385c8dda9039dc5d5f17c92dd728bfed85090f Mon Sep 17 00:00:00 2001 From: "U-ERICSSON\\ETHBLL" Date: Tue, 25 Jul 2023 15:01:57 -0700 Subject: [PATCH 1/3] Update MNSInfo description CR0242 --- yang-models/_3gpp-common-mnsregistry.yang | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/yang-models/_3gpp-common-mnsregistry.yang b/yang-models/_3gpp-common-mnsregistry.yang index 84bb4332f..4972a906a 100755 --- a/yang-models/_3gpp-common-mnsregistry.yang +++ b/yang-models/_3gpp-common-mnsregistry.yang @@ -13,7 +13,7 @@ module _3gpp-common-mnsregistry { Class (IOC) that is part of the Generic Network Resource Model (NRM)."; reference "3GPP TS 28.623 Generic Network Resource Model (NRM)"; - revision 2023-05-09 { reference "S5-216090"; } + revision 2023-05-09 { reference CR-0242; } revision 2021-11-23 { reference "S5-216090"; } revision 2021-10-18 { reference "S5-215263"; } revision 2021-08-29 { reference "Initial revision, S5-214388"; } @@ -70,6 +70,11 @@ module _3gpp-common-mnsregistry { and provides the data required to support its discovery. It is name-contained by MnsRegistry. + The MnS discovery service producer shall expose an MnsInfo MOI for + each discoverable MnS producer. How the MnS discovery service + producer obtains the information to populate the MnsInfo MOIs is + out of scope. + This information is used by the consumer to discover the producers of specific Management Services and to derive the addresses of the Management Service. @@ -90,5 +95,5 @@ module _3gpp-common-mnsregistry { uses MnsInfoGrp; } } - } + } } \ No newline at end of file -- GitLab From 48734907de0a0fca44ec894e16a672f19de9d58f Mon Sep 17 00:00:00 2001 From: "U-ERICSSON\\ETHBLL" Date: Thu, 24 Aug 2023 17:13:06 +0200 Subject: [PATCH 2/3] text update --- yang-models/_3gpp-common-mnsregistry.yang | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/yang-models/_3gpp-common-mnsregistry.yang b/yang-models/_3gpp-common-mnsregistry.yang index 4972a906a..cfd1ce783 100755 --- a/yang-models/_3gpp-common-mnsregistry.yang +++ b/yang-models/_3gpp-common-mnsregistry.yang @@ -70,10 +70,8 @@ module _3gpp-common-mnsregistry { and provides the data required to support its discovery. It is name-contained by MnsRegistry. - The MnS discovery service producer shall expose an MnsInfo MOI for - each discoverable MnS producer. How the MnS discovery service - producer obtains the information to populate the MnsInfo MOIs is - out of scope. + MnsInfo instances are created and deleted by the system. They + cannot be created nor deleted by MnS consumers. This information is used by the consumer to discover the producers of specific Management Services and to derive the addresses of the -- GitLab From be57f377c8281d138fe1eb68ee8d7460db7d5634 Mon Sep 17 00:00:00 2001 From: "U-ERICSSON\\ETHBLL" Date: Mon, 4 Sep 2023 13:23:18 +0200 Subject: [PATCH 3/3] Update description --- yang-models/_3gpp-common-mnsregistry.yang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yang-models/_3gpp-common-mnsregistry.yang b/yang-models/_3gpp-common-mnsregistry.yang index cfd1ce783..f39037e45 100755 --- a/yang-models/_3gpp-common-mnsregistry.yang +++ b/yang-models/_3gpp-common-mnsregistry.yang @@ -70,8 +70,8 @@ module _3gpp-common-mnsregistry { and provides the data required to support its discovery. It is name-contained by MnsRegistry. - MnsInfo instances are created and deleted by the system. They - cannot be created nor deleted by MnS consumers. + This specification does not specify how 'MnsInfo' objects are + created and maintained. This information is used by the consumer to discover the producers of specific Management Services and to derive the addresses of the -- GitLab