Commit 7de49540 authored by cintiarosa's avatar cintiarosa
Browse files

add attributes isOnboardSatellite and onboardSatelliteId in order to aligne with statge2

parent 6ffc7204
Loading
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -302,6 +302,19 @@ module _3gpp-nr-nrm-gnbcucpfunction {
      description "DN of the Configurable5QISet that the GNBCUCPFunction 
        supports (is associated to).";
    }
    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.";
    }

    leaf dynamic5QISetRef {
      type types3gpp:DistinguishedName;