Commit 8c962627 authored by scottma's avatar scottma Committed by sunse
Browse files

Update _3gpp-common-mnsregistry.yang

parent 0e1e928f
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ module _3gpp-common-mnsregistry {
    }
  }
  
  grouping MNSRegistry {
  grouping MNSRegistryGrp {
    description "Represents the MNSRegistry IOC.";
    reference "3GPP TS 28.622";
    uses top3gpp:Top_Grp;
@@ -64,6 +64,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;
  }