Commit 56e03099 authored by scottma's avatar scottma Committed by sunse
Browse files

Update _3gpp-common-mnsregistry.yang

parent 37c0e7ae
Loading
Loading
Loading
Loading
+11 −15
Original line number Diff line number Diff line
@@ -45,18 +45,6 @@ module _3gpp-common-mnsregistry {
    }    
  }
  
  grouping MNSInfo {
    list MNSInfo {
    description "Represents the MNSInfo IOC.";
    reference "3GPP TS 28.622";
    key "mnsType mnsVersion";
    uses top3gpp:Top_Grp;
    container attributes {
      uses MNSInfoGroup;
      }
    }
  }
    
  grouping MNSRegistry {
    description "Represents the MNSRegistry IOC.";
    reference "3GPP TS 28.622";
@@ -68,7 +56,15 @@ module _3gpp-common-mnsregistry {
  }
  
  augment "/mnsregist3gpp:MNSRegistry" {
    uses MNSInfo;
    list MNSInfo {
    description "Represents the MNSInfo IOC.";
    reference "3GPP TS 28.622";
    key "mnsType mnsVersion";
    uses top3gpp:Top_Grp;
    container attributes {
      uses MNSInfoGroup;
      }
    }
  }
  
}
 No newline at end of file