Commit 09ee7bc2 authored by scottma's avatar scottma Committed by sunse
Browse files

Update _3gpp-common-mnsregistry.yang

parent 94c591c1
Loading
Loading
Loading
Loading
+6 −10
Original line number Diff line number Diff line
@@ -64,9 +64,14 @@ module _3gpp-common-mnsregistry {
  }
  
  grouping MNSRegistry {
    list MNSInfo {
    description "Represents the MNSRegistry IOC.";
    reference "3GPP TS 28.622";
    uses top3gpp:Top_Grp;
    container attributes {
      uses MNSRegistryGrp;
      key "mnsType mnsVersion mnsAddress";
    }
  }
  
  
@@ -75,16 +80,7 @@ module _3gpp-common-mnsregistry {
  }
  
  augment "/mnsregist3gpp:MNSRegistry" {
    list MNSInfo {
    description "Represents the MNS Registry.";
    reference "3GPP TS 28.622";
    key id;
    uses top3gpp:Top_Grp;
    container attributes {
      uses AMFFunctionGrp;
    }
    uses MNSInfo;
   }
   }
  
}
 No newline at end of file