Commit fee5681a authored by lengyelb's avatar lengyelb
Browse files

update-1

parent c5e2cef6
Loading
Loading
Loading
Loading
Loading
+19 −1
Original line number Diff line number Diff line
@@ -15,10 +15,11 @@ module _3gpp-nr-nrm-gnbcuupfunction {
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
  description "Defines the YANG mapping of the GNBCUUPFunction 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 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 2026-04-25 { reference CR-1703; }
  revision 2024-11-01 { reference CR-1405 ; } 
  revision 2024-05-24 { reference CR-1273 ; } 
  revision 2023-09-18 { reference CR-1043 ; } 
@@ -80,6 +81,23 @@ module _3gpp-nr-nrm-gnbcuupfunction {
      uses types5g3gpp:PLMNInfo;
    }

    leaf isOnboardSatellite {
      type boolean;
      default false;
      config false;
      yext3gpp:inVariant;
      description "This attribute indicates whether the function is
      on board the satellite.";
    }
    leaf onboardSatelliteId {
      type string;
      config false;
      yext3gpp:inVariant;
      description "This attribute indicates the onboard satellite Id.
      It shall be formatted as a fixed 5-digit string, padding with
       leading digits '0' to complete a 5-digit length.";
    }
    
    leaf configurable5QISetRef {
      type types3gpp:DistinguishedName;
      description "DN of the Configurable5QISet that the GNBCUUPFunction 
+20 −2
Original line number Diff line number Diff line
@@ -19,7 +19,8 @@ module _3gpp-nr-nrm-nrcelldu {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541 5G Network Resource Model (NRM)";

  revision 2025-11-07 { reference "CR-1640 CR-1643"; } // common for r19, r20
  revision 2026-05-19 { reference CR-1702 ; }
  revision 2025-11-07 { reference "CR-1640 CR-1643"; }
  revision 2025-07-25 { reference CR-1558 ; }
  revision 2025-02-07 { reference CR-1442; }
  revision 2024-05-25 { reference CR-1412 ; }
@@ -340,6 +341,23 @@ module _3gpp-nr-nrm-nrcelldu {
      units MHz;
    }

    leaf-list uECellBarredAccess {
      type enumeration {
        enum REDCAP_1RX;
        enum REDCAP_2RX;
        enum EREDCAP_1RX;
        enum EREDCAP_2RX;
      }
      description "Represents whether the NR Cell bars access to a UE type 
        (e.g. RedCap UE).
        If present, a value indicates the UE type is not allowed access to 
        the cell.
        allowedValues: 
        - REDCAP_1RX and REDCAP_2RX for RedCap UE(s),
        - EREDCAP_1RX and EREDCAP_2RX for eRedCap UE(s).";
      reference "TS 38.331";
    }
    
    leaf-list nRSectorCarrierRef {
      description "This attribute contains the DN of the referenced 
        NRSectorCarrier.";
@@ -356,7 +374,7 @@ module _3gpp-nr-nrm-nrcelldu {
      type types3gpp:DistinguishedName;
    }

    leaf-list nRFrequencyRef {
    leaf nRFrequencyRef {
      description "Reference to corresponding NRFrequency instance.";
      type types3gpp:DistinguishedName;
    }
+26 −1
Original line number Diff line number Diff line
@@ -12,10 +12,11 @@ module _3gpp-nr-nrm-nrcellrelation {
  organization "3GPP SA5";
  description "Defines the YANG mapping of the NRCellRelation Information
    Object Class (IOC) that is part of the NR Network Resource Model (NRM).
    Copyright 2023, 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 2026-05-19 { reference CR-1702 ; } 
  revision 2023-09-18 { reference CR-1043 ; } 
  revision 2023-04-26 { reference CR-0916; }
  revision 2021-01-25 { reference CR-0454 ; }
@@ -127,6 +128,30 @@ module _3gpp-nr-nrm-nrcellrelation {
        changed to energy saving state.";
      type EnergySavingCoverage;
    }
    
    leaf isENDCAllowed {
      type boolean;
      mandatory true;
      description "This indicates if EN-DC is allowed or prohibited.
        If TRUE, the target cell is allowed to be used for EN-DC. The target 
        cell is referenced by the NRCellRelation that contains this isENDCAllowed.
        If FALSE, EN-DC shall not be allowed.";
    }
    
    leaf isMLBAllowed {
      type boolean;
      mandatory true;
      description "This indicates if mobility load balancing is allowed or 
        prohibited from source cell to target cell.
        If TRUE, load balancing is allowed from source cell to target cell. 
        The source cell is identified by the name-containing NRCellCU of the 
        NRCellRelation that contains the isMLBAllowed. The target cell is 
        referenced by the NRCellRelation that contains this isLBAllowed. In 
        case of isHOAllowed is FALSE, mobility load balancing is prohibited by 
        handover from source cell to target cell.
        If FALSE, load balancing shall be prohibited from source cell to target 
        cell.";
    }
  }

  augment /me3gpp:ManagedElement/gnbcucp3gpp:GNBCUCPFunction/nrcellcu3gpp:NRCellCU {
+3 −2
Original line number Diff line number Diff line
@@ -14,10 +14,11 @@ module _3gpp-nr-nrm-nrfreqrelation {
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
  description "Defines the YANG mapping of the NRFreqRelation 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 2026-05-19 { reference CR-1702; }
  revision 2025-11-07 { reference CR-1640; }
  revision 2025-01-25 { reference CR-1442; }
  revision 2024-02-24 { reference CR-1218; } 
@@ -205,7 +206,7 @@ module _3gpp-nr-nrm-nrfreqrelation {
      units dB;
    }

    leaf tReselectionNR {
    leaf tReselectionNr {
      description "Cell reselection timer for NR.";
      reference "TreselectionRAT for NR in 3GPP TS 38.331";
      mandatory true;