Commit 1499743e authored by scottma's avatar scottma Committed by sunse
Browse files

Update _3gpp-common-mnsregistry.yang

parent 7c5fd9dd
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -58,19 +58,16 @@ module _3gpp-common-mnsregistry {
    description "Represents the MNSRegistry IOC.";
    reference "3GPP TS 28.622";
    uses top3gpp:Top_Grp;
    container attributes {
      uses MNSInfo;
    }
  }
  
  grouping MNSRegistry {
    list MNSRegistry {
    list mnsRegistry {
    description "Represents the MNSRegistry IOC.";
    reference "3GPP TS 28.622";
    uses top3gpp:Top_Grp;
    key "mnsType mnsVersion mnsAddress";
    container attributes {
      uses MNSInfo;
      uses MNSInfoGrp;
    }
  }
  }