Commit b646a0ba authored by lengyelb's avatar lengyelb
Browse files

Merge branch...

Merge branch 'TS28.541_Rel19__CR1441_Corrections_to_energy_cost_mapping_rule_for_split_gNB_support' into 'Integration_Rel19_SA5_159_YANG'

TS28.541_Rel19__CR1441_Corrections_to_energy_cost_mapping_rule_for_split_gNB_support into Integration

See merge request !1574
parents 3d2b593b 5a3da3bc
Loading
Loading
Loading
Loading
Loading
+14 −4
Original line number Diff line number Diff line
@@ -14,10 +14,11 @@ module _3gpp-nr-nrm-gnbdufunction {
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
  description "Defines the YANG mapping of the GNBDUFunction Information
    Object Class (IOC) that is part of the NR Network Resource Model (NRM).
    Copyright 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    Copyright 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541 5G Network Resource Model (NRM)";

  revision 2025-02-05 { reference CR-1441; }
  revision 2024-02-24 { reference CR-1218; } 
  revision 2023-09-18 { reference CR-1043 ; } 
  revision 2023-04-26 { reference CR-0916; }
@@ -187,14 +188,23 @@ module _3gpp-nr-nrm-gnbdufunction {

    leaf configurable5QISetRef {
      type types3gpp:DistinguishedName;
      description "DN of the Configurable5QISet that the GNBDUFunction supports (is associated      
        to).";
      description "DN of the Configurable5QISet that the GNBDUFunction supports 
      (is associated to).";
    }

    leaf dynamic5QISetRef {
      type types3gpp:DistinguishedName;
      description "DN of the Dynamic5QISet that the GNBDUFunction supports (is associated to).";
      description "DN of the Dynamic5QISet that the GNBDUFunction supports 
      (is associated to).";
    }

    leaf nRECMappingRuleRef {
      type types3gpp:DistinguishedName;
      description "DN of a NRECMappingRule.  An empty value indicates the 
        NRECMappingRule contained by parent, e.g. ManagedElement or
        SubNetwork, applies.";
    }

  }

  augment "/me3gpp:ManagedElement" {