Commit c0874f9d authored by scottma's avatar scottma Committed by lengyelb
Browse files

Update _3gpp-nr-nrm-ntnfunction.yang

parent c07d00be
Loading
Loading
Loading
Loading
+12 −3
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ module _3gpp-nr-nrm-ntnfunction {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541";
  
  revision 2025-01-29 { reference CR-1479 ; }
  revision 2025-02-13 { reference CR-1479 ; }
  revision 2024-05-24 { reference CR-1273 ; } 

  
@@ -265,8 +265,8 @@ module _3gpp-nr-nrm-ntnfunction {
  }

  grouping NTNTimeBasedConfigGrp {
    description "This IOC represents a configuration to be applied during
      a specified time window.
    description "Define configuration to be applied during a specified time
      window.
      The attribute timeWindow specifies the time window during which the 
      specified configuration is applied.
      The attribute nTNEntityRefList specifies MOI(s) to be used during the 
@@ -352,6 +352,15 @@ module _3gpp-nr-nrm-ntnfunction {
          uses EphemerisInfoSetGrp;
        }
      }

      list NTNTimeBasedConfig {
        description "This IOC represents the NTN time-based configuration.";
        key id;
        uses top3gpp:Top_Grp;
        container attributes {
          uses NTNTimeBasedConfigGrp;
        }
      }
    }
  }