Commit 6e654684 authored by scottma's avatar scottma Committed by sunse
Browse files

Update _3gpp-common-mnsregistry.yang

parent 4eaf42c6
Loading
Loading
Loading
Loading
+7 −13
Original line number Diff line number Diff line
@@ -47,7 +47,6 @@ module _3gpp-common-mnsregistry {
  }

  grouping MNSRegistryGrp {
    list MNSInfo {
    description "Represents the MNSRegistry IOC.";
    reference "3GPP TS 28.622";
    key id;
@@ -56,17 +55,12 @@ module _3gpp-common-mnsregistry {
      uses MNSInfoGrp;
    }
  }
  }
 
  augment "/mnsregist3gpp:MNSRegistryGrp" {
    description "Represents the MNS Registry.";
    reference "3GPP TS 28.622";
    uses MNSInfoGrp;
  }

  augment "/subnet3gpp:SubNetwork" {
    description "Represents the MNS Registry IOC.";
    reference "3GPP TS 28.622";
    uses MNSRegistryGrp;
  }