Commit 0cfc4670 authored by lengyelb's avatar lengyelb
Browse files

Locally rebased and merged !1774

parent 54248275
Loading
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ module _3gpp-nr-nrm-gnbcucpfunction {
  reference "3GPP TS 28.541 5G Network Resource Model (NRM)";

  revision 2025-05-25 { reference "CR-1527" ; }
  revision 2025-05-07 { reference "CR-1548"; }
  revision 2025-03-25 { reference "CR-1509"; }
  revision 2025-01-25 { reference "CR-1442"; }
  revision 2024-11-07 { reference "CR-1443"; } 
@@ -297,6 +298,21 @@ module _3gpp-nr-nrm-gnbcucpfunction {
        supports (is associated to).";
    }

    leaf isOnboardSatellite {
      type boolean;
      default false;
      description "This attribute indicates whether the function is
       on board the satellite.";
    }
    
    leaf onboardSatelliteId {
      type string;
      config false;
      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 dynamic5QISetRef {
      type types3gpp:DistinguishedName;
      description "DN of the Dynamic5QISet that the GNBCUCPFunction supports 
+2 −3
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ module _3gpp-nr-nrm-gnbdufunction {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541 5G Network Resource Model (NRM)";

  revision 2025-05-07 { reference CR-1527; }
  revision 2025-05-07 { reference "CR-1527 CR-1548"; }
  revision 2025-02-05 { reference CR-1441; }
  revision 2024-02-24 { reference CR-1218; } 
  revision 2023-09-18 { reference CR-1043 ; } 
@@ -188,13 +188,12 @@ module _3gpp-nr-nrm-gnbdufunction {
    }
    leaf isOnboardSatellite {
      type boolean;	    
      mandatory false;
      default false;
      description "This attribute indicates whether the function is 
      on board the satellite.";
    }
    leaf onboardSatelliteId {
      type string;	    
      config false;
      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.";