Commit 732b5e37 authored by scottma's avatar scottma Committed by sunse
Browse files

Update _3gpp-common-mnsregistry.yang

parent 56e03099
Loading
Loading
Loading
Loading
+21 −8
Original line number Diff line number Diff line
@@ -45,26 +45,39 @@ module _3gpp-common-mnsregistry {
    }    
  }
  
  grouping MNSRegistry {
    description "Represents the MNSRegistry IOC.";
  grouping MNSInfo {
    description "Represents the MNSInfo IOC.";
    reference "3GPP TS 28.622";
    uses top3gpp:Top_Grp;
    key "mnsType mnsVersion mnsAddress";
    container attributes {
      uses MNSInfoGrp;
    }
  }

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