Commit 226e6601 authored by lengyelb's avatar lengyelb
Browse files

Merge branch...

Merge branch 'S5-214303_Rel-17_CR_28.541_Update_resourceType_PRB_for_UL_DL_and_both' into 'Integration_Rel17_SA5_138_YANG'

S5 214303 rel 17 cr 28.541 update resource type prb for ul dl and both

See merge request sa5/MnS!192
parents 9e27d259 9949c478
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 PRB_UL;
        enum PRB_DL;
        enum RRC;
        enum DRB;
      }
    }

    list rRMPolicyMemberList{