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

Update _3gpp-common-mnsregistry.yang

parent 732b5e37
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -49,7 +49,6 @@ module _3gpp-common-mnsregistry {
    description "Represents the MNSInfo IOC.";
    reference "3GPP TS 28.622";
    uses top3gpp:Top_Grp;
    key "mnsType mnsVersion mnsAddress";
    container attributes {
      uses MNSInfoGrp;
    }
@@ -62,13 +61,12 @@ module _3gpp-common-mnsregistry {
  }
  
  augment "/mnsregist3gpp:MNSRegistry" {
    list MNSInfo {
    description "Represents the MNSRegistry IOC.";
    reference "3GPP TS 28.622";
    uses top3gpp:Top_Grp;
    container attributes {
    list MNSInfo {
      uses MNSInfo;
    }
      key "mnsType mnsVersion mnsAddress";
    }
  }