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

Update _3gpp-common-mnsregistry.yang

parent bb5b788f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -55,11 +55,21 @@ module _3gpp-common-mnsregistry {
    }
  }

  grouping MNSRegistryGrp {
    description "Represents the MNSRegistry IOC.";
    reference "3GPP TS 28.622";
    uses top3gpp:Top_Grp;
  }
  
  grouping MNSRegistry {
    description "Represents the MNSRegistry IOC.";
    reference "3GPP TS 28.622";
    uses top3gpp:Top_Grp;
    container attributes {
      uses MNSRegistryGrp;
    }
  }
  
  
  augment "/mnsregist3gpp:MNSRegistry" {
    description "Represents the MNSRegistry IOC.";