Loading yang-models/_3gpp-common-mnsregistry.yang +20 −12 Original line number Diff line number Diff line Loading @@ -32,7 +32,6 @@ module _3gpp-common-mnsregistry { enum StreamingDataReportingMnS; enum FileDataReportingMnS; } } leaf mnsVersion { description "Version of management service."; Loading @@ -55,12 +54,15 @@ module _3gpp-common-mnsregistry { } } grouping MNSRegistryGrp { description "Represents the MNSRegistry IOC."; reference "3GPP TS 28.541"; augment "/subnet3gpp:SubNetwork" { list MNSInfo { description "Represents the MNSInfo IOC."; key id; uses top3gpp:Top_Grp; container attributes { uses MNSInfoGrp; } } grouping MNSRegistryGrp { description "Represents the MNSRegistry IOC."; Loading @@ -81,7 +83,13 @@ module _3gpp-common-mnsregistry { } augment "/subnet3gpp:SubNetwork" { list MNSRegistry { description "Represents the MNSRegistry IOC."; key id; uses top3gpp:Top_Grp; container attributes { uses MNSRegistryGrp; } } } } No newline at end of file Loading
yang-models/_3gpp-common-mnsregistry.yang +20 −12 Original line number Diff line number Diff line Loading @@ -32,7 +32,6 @@ module _3gpp-common-mnsregistry { enum StreamingDataReportingMnS; enum FileDataReportingMnS; } } leaf mnsVersion { description "Version of management service."; Loading @@ -55,12 +54,15 @@ module _3gpp-common-mnsregistry { } } grouping MNSRegistryGrp { description "Represents the MNSRegistry IOC."; reference "3GPP TS 28.541"; augment "/subnet3gpp:SubNetwork" { list MNSInfo { description "Represents the MNSInfo IOC."; key id; uses top3gpp:Top_Grp; container attributes { uses MNSInfoGrp; } } grouping MNSRegistryGrp { description "Represents the MNSRegistry IOC."; Loading @@ -81,7 +83,13 @@ module _3gpp-common-mnsregistry { } augment "/subnet3gpp:SubNetwork" { list MNSRegistry { description "Represents the MNSRegistry IOC."; key id; uses top3gpp:Top_Grp; container attributes { uses MNSRegistryGrp; } } } } No newline at end of file