Commit dab306b7 authored by lengyelb's avatar lengyelb
Browse files

cucp updates 1

parent 11a7971a
Loading
Loading
Loading
Loading
Loading
+26 −6
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ module _3gpp-nr-nrm-gnbcucpfunction {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541 5G Network Resource Model (NRM)";

  revision 2026-04-26 { reference "CR-xxxx" ; }
  revision 2026-04-02 { reference "CR-1698" ; }
  revision 2025-05-25 { reference "CR-1527" ; }
  revision 2025-05-07 { reference "CR-1548"; }
@@ -257,6 +258,13 @@ module _3gpp-nr-nrm-gnbcucpfunction {
        enabled or disabled.";
    }

    leaf dLTMControl {
      type boolean;
      default false;
      description "Determines whether the LTM cell switch function is enabled 
        or disabled.";
    }
    
    list qceIdMappingInfoList {
      description "List of the mapping relationship between QoE collection entity
        identity, PLMN where QoE collection entity resides, and the IP address of
@@ -294,12 +302,6 @@ module _3gpp-nr-nrm-gnbcucpfunction {
      uses types5g3gpp:MappedCellIdInfoGrp;
    }

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

    leaf isOnboardSatellite {
      type boolean;
      default false;
@@ -307,6 +309,13 @@ module _3gpp-nr-nrm-gnbcucpfunction {
       on board the satellite.";
    }

    leaf isNRFemtoNode {
      type boolean;
      default false;
      description "This attribute indicates whether the function represents an 
        NR Femto Node";
    }
    
    leaf onboardSatelliteId {
      type string;
      config false;
@@ -322,6 +331,11 @@ module _3gpp-nr-nrm-gnbcucpfunction {
      configured to accept Xn connection requests from WAB-gNBs.";
    }

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

    leaf dynamic5QISetRef {
      type types3gpp:DistinguishedName;
@@ -347,6 +361,12 @@ module _3gpp-nr-nrm-gnbcucpfunction {
      (See sub clause 5.49 [11]). This attribute contains the DN of the
      referenced MWAB.";
    }
    
    leaf nRFemtoGWRef {
      type types3gpp:DistinguishedName;
      mandatory true;
      description "The DN of a NRFemtoGW";
    }
  }

  grouping QceIdMappingInfoGrp {