Commit dd9d4a7c authored by cintiarosa's avatar cintiarosa
Browse files

alignment with Stage 2 RRMPolicy Name convation, from yaml CR S5-251972

parent cdc7275c
Loading
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ module _3gpp-nr-nrm-rrmpolicy {
  revision 2020-04-28 { reference "CR0285"; }
  revision 2020-02-14 { reference "Initial revision"; }

  grouping rRMPolicyMemberGrp {
  grouping RRMPolicyMemberGrp {
    description "This data type represents an RRM Policy member that will be 
      part of a rRMPolicyMemberList. A RRMPolicyMember is defined by its 
      pLMNId and sNSSAI (S-NSSAI).
@@ -70,7 +70,7 @@ module _3gpp-nr-nrm-rrmpolicy {
        the PLMNId <<dataType>> and S-NSSAI <<dataType>>." ;
      min-elements 1;
      key "mcc mnc sd sst";
      uses rRMPolicyMemberGrp;
      uses RRMPolicyMemberGrp;
    }
  } // grouping

@@ -114,7 +114,7 @@ module _3gpp-nr-nrm-rrmpolicy {
      }
    }

  grouping RrmPolicySubtree {
  grouping RRMPolicySubtree {
    description "Contains RrmPolicy related classes.
      Should be used in all classes (or classes inheriting from)
      - NRCellCU, NRCellDU, GNBCUUPFunction, GNBCUCPFunction, GNBDUFunction
@@ -179,24 +179,24 @@ module _3gpp-nr-nrm-rrmpolicy {
  
  augment "/me3gpp:ManagedElement/gnbcucp3gpp:GNBCUCPFunction/" +
      "nrcellcu3gpp:NRCellCU" {
    uses RrmPolicySubtree;
    uses RRMPolicySubtree;
  }  
  
  augment "/me3gpp:ManagedElement/gnbdu3gpp:GNBDUFunction/" +
      "nrcelldu3gpp:NRCellDU" {
    uses RrmPolicySubtree;
    uses RRMPolicySubtree;
  }

  augment "/me3gpp:ManagedElement/gnbcuup3gpp:GNBCUUPFunction" {
    uses RrmPolicySubtree;
    uses RRMPolicySubtree;
  }

  augment "/me3gpp:ManagedElement/gnbcucp3gpp:GNBCUCPFunction" {
    uses RrmPolicySubtree;
    uses RRMPolicySubtree;
  }

  augment "/me3gpp:ManagedElement/gnbdu3gpp:GNBDUFunction" {
    uses RrmPolicySubtree;
    uses RRMPolicySubtree;
  }

}
 No newline at end of file