Commit a8250ac1 authored by scottma's avatar scottma Committed by sunse
Browse files

Update _3gpp-common-mnsregistry.yang

parent 8c02491a
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ module _3gpp-common-mnsregistry {
    }
  }
  
  grouping MNSRegistry {
  grouping MNSRegistryGrp {
    description "Represents the MNSRegistry IOC.";
    reference "3GPP TS 28.622";
    uses top3gpp:Top_Grp;
@@ -63,6 +63,14 @@ module _3gpp-common-mnsregistry {
    }
  }
  
  grouping MNSRegistry {
    description "Represents the MNSRegistry IOC.";
    reference "3GPP TS 28.622";
    uses top3gpp:Top_Grp;
    uses MNSRegistryGrp;
  }
  
  
  augment "/subnet3gpp:SubNetwork" {
    uses MNSRegistry;
  }