Loading yang-models/_3gpp-common-mnsregistry.yang +21 −25 Original line number Diff line number Diff line Loading @@ -45,18 +45,6 @@ module _3gpp-common-mnsregistry { } } augment "mnsregist3gpp:MNSRegistry" { list MNSInfo { description "Represents the MNSInfo IOC."; key id; uses top3gpp:Top_Grp; container attributes { uses MNSInfoGrp; } } } grouping MNSRegistryGrp { description "Represents the MNSRegistry IOC."; reference "3GPP TS 28.622"; Loading @@ -73,11 +61,18 @@ module _3gpp-common-mnsregistry { uses MNSInfoGrp; } } augment "mnsregist3gpp:MNSRegistry" { list MNSInfo { description "Represents the MNSInfo IOC."; key id; uses top3gpp:Top_Grp; container attributes { uses MNSInfoGrp; } } augment "/subnet3gpp:SubNetwork" { list MNSRegistry { description "Represents the MNSRegistry IOC."; key id; uses top3gpp:Top_Grp; Loading @@ -85,5 +80,6 @@ module _3gpp-common-mnsregistry { uses MNSRegistryGrp; } } } } Loading
yang-models/_3gpp-common-mnsregistry.yang +21 −25 Original line number Diff line number Diff line Loading @@ -45,18 +45,6 @@ module _3gpp-common-mnsregistry { } } augment "mnsregist3gpp:MNSRegistry" { list MNSInfo { description "Represents the MNSInfo IOC."; key id; uses top3gpp:Top_Grp; container attributes { uses MNSInfoGrp; } } } grouping MNSRegistryGrp { description "Represents the MNSRegistry IOC."; reference "3GPP TS 28.622"; Loading @@ -73,11 +61,18 @@ module _3gpp-common-mnsregistry { uses MNSInfoGrp; } } augment "mnsregist3gpp:MNSRegistry" { list MNSInfo { description "Represents the MNSInfo IOC."; key id; uses top3gpp:Top_Grp; container attributes { uses MNSInfoGrp; } } augment "/subnet3gpp:SubNetwork" { list MNSRegistry { description "Represents the MNSRegistry IOC."; key id; uses top3gpp:Top_Grp; Loading @@ -85,5 +80,6 @@ module _3gpp-common-mnsregistry { uses MNSRegistryGrp; } } } }