Commit 3bb944a4 authored by lengyelb's avatar lengyelb
Browse files

attribute corrections-2

parent fee5681a
Loading
Loading
Loading
Loading
Loading
+12 −8
Original line number Diff line number Diff line
@@ -9,31 +9,35 @@ module _3gpp-nr-nrm-ecmappingrule {
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
  description "This IOC represents the unified mapping rule input to support
    Energy Cost Index Mapping when Energy Cost Reporting.
    Copyright 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI,
    Copyright 2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI,
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541";

  revision 2025-05-06 { reference "CR-1526 CR-1527" ; }  // common for R18, R19
  revision 2026-05-19 { reference "CR-1702 CR-1703" ; }  // common for R19, R20
  revision 2025-05-06 { reference "CR-1526 CR-1527" ; }  
  revision 2024-08-12 { reference "CR-1336 CR-1337"; }

  grouping NRECMappingRuleGrp {
    description "Represents the unified mapping rule to support Energy Cost Mapping
      when Energy Cost Reporting is supported.  Can be name-contained by SubNetwork
      or ManagedElement.  It applies to all ManagedEntity contained by the parent.";
    leaf eCMRInputMinValue {
      type uint8;
    leaf ecMRInputMinimumValue {
      type uint32;
      mandatory true;
      description "The minimum value of to be applied
        for mapping from this attribute to the energy cost.";
    }

    leaf eCMRInputMaxValue {
      type uint8;
    leaf ecMRInputMaximumValue {
      type uint32;
      mandatory true;
      description "The maximum value of to be applied
        for mapping from this attribute to the energy cost.";
    }

    leaf eCTimeInterval {
      type uint8;
    leaf ecTimeInterval {
      type uint32;
      mandatory true;
      description "Time interval (in seconds) that
        should be applied for collecting values of mapping
        rule attribute to be used for computing the energy cost.";
+4 −3
Original line number Diff line number Diff line
@@ -13,11 +13,12 @@ module _3gpp-nr-nrm-nrfrequency {
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
  description "Defines the YANG mapping of the NRFrequency Information Object
    Class (IOC) that is part of the NR Network Resource Model (NRM).
    Copyright 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI,
    Copyright 2026, 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-04-25 { reference "CR-1526 CR-1527"; } // common for r18, r19
  revision 2026-05-19 { reference "CR-1702 CR-1703"; } // common for r19, r20
  revision 2025-04-25 { reference "CR-1526 CR-1527"; } 
  revision 2023-09-18 { reference CR-1043 ; }
  revision 2019-10-28 { reference S5-193518 ; }
  revision 2019-06-17 { reference "Initial version"; }
@@ -32,7 +33,7 @@ module _3gpp-nr-nrm-nrfrequency {
      type uint32 { range "0.. 3279165"; }
    }

    leaf ssBSubCarrierSpacing {
    leaf ssbSubCarrierSpacing {
      description "Sub-carrier spacing of the SSB.
        Note that the allowed values of SSB used for representing data,
        by e.g. a BWP, are: 15, 30, 60 and 120 in units of kHz.";