Commit adff64ba authored by cintiarosa's avatar cintiarosa
Browse files

add attributes isOnboardSatellite and onboardSatelliteId in order to aligne with statge2

parent 7de49540
Loading
Loading
Loading
Loading
Loading
+1 −0
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 2025-05-07 { reference "CR- "; }
  revision 2025-03-25 { reference "CR-1509"; }
  revision 2025-01-25 { reference "CR-1442"; }
  revision 2024-11-07 { reference "CR-1443"; } 
+0 −2
Original line number Diff line number Diff line
@@ -188,13 +188,11 @@ module _3gpp-nr-nrm-gnbdufunction {
    }
    leaf isOnboardSatellite {
      type boolean;	    
      mandatory 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.";