Commit 0742c87e authored by scottma's avatar scottma Committed by lengyelb
Browse files

Update _3gpp-nr-nrm-rrmpolicy.yang

parent 9e27d259
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -50,9 +50,15 @@ module _3gpp-nr-nrm-rrmpolicy {
    leaf resourceType {
      description "The resourceType attribute defines type of resource (PRB, 
        RRC connected users, DRB usage etc.) that is subject to policy. 
       Valid values are 'PRB', 'RRC' or 'DRB'";
       Valid values are 'PRB', 'PRB-UL', 'PRB-DL', 'RRC' or 'DRB'";
      mandatory true;
      type string;
      type enumeration {
        enum prb;
        enum prbUl;
		enum prbDl;
        enum rrc;
		enum drb
      };
    }

    list rRMPolicyMemberList{