Commit 98957bb6 authored by scottma's avatar scottma Committed by sunse
Browse files

Update _3gpp-common-mnsregistry.yang

parent 1fa88250
Loading
Loading
Loading
Loading
+15 −5
Original line number Diff line number Diff line
@@ -45,19 +45,29 @@ module _3gpp-common-mnsregistry {
    }    
  }

  grouping MNSRegistry {
    description "Represents the MNSRegistry IOC.";
  grouping MNSInfo {
    list MNSInfo {
    description "Represents the MNSInfo IOC.";
    reference "3GPP TS 28.622";
    key "mnsType mnsVersion";
    uses top3gpp:Top_Grp;
    list MNSInfo {
    container attributes {
      uses MNSInfoGroup;
      key "mnsType mnsVersion";
      }
    }
    
  grouping MNSRegistry {
    description "Represents the MNSRegistry IOC.";
    reference "3GPP TS 28.622";
    uses top3gpp:Top_Grp;
    }
  
  augment "/subnet3gpp:SubNetwork" {
    uses MNSRegistry;
  }
  
  augment "/mnsregist3gpp:MNSRegistry" {
    uses MNSInfo;
  }

}
 No newline at end of file