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

Update _3gpp-common-mnsregistry.yang

parent d0e06bca
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -54,11 +54,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.";