Commit 43753f6a authored by scottma's avatar scottma Committed by sunse
Browse files

Update _3gpp-common-mnsregistry.yang

parent d5ae0af1
Loading
Loading
Loading
Loading
+9 −5
Original line number Diff line number Diff line
@@ -14,11 +14,7 @@ module _3gpp-common-mnsregistry {

  revision 2021-08-29 { reference "Initial revision, S5-214388"; }

  grouping MNSRegistryGrp {
    description "Represents the MNSRegistry IOC.";
    reference "3GPP TS 28.541";
    uses top3gpp:Top_Grp;
    
  grouping MNSInfoGrp {
    leaf mnsLabel {
      description "Human-readable name of management service.";
      mandatory true;
@@ -45,6 +41,14 @@ module _3gpp-common-mnsregistry {
      mandatory true;
      type string;
    }    
  
  }
  
  grouping MNSRegistryGrp {
    description "Represents the MNSRegistry IOC.";
    reference "3GPP TS 28.541";
    uses top3gpp:Top_Grp;
    uses MNSInfoGrp;
    }
    
    augment "/subnet3gpp:SubNetwork" {