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

Update _3gpp-nr-nrm-ntnfunction.yang

parent 01d54d02
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -274,9 +274,12 @@ module _3gpp-nr-nrm-ntnfunction {
      The attribute nTNEntityConfigList specifies configuration updates applied
      to MOI(s) during the specified timeWindow.";

    leaf timeWindow {
      type types3gpp:TimeWindowGrp;
      mandatory true;
    list timeWindow {
      key idx;
      leaf idx { type uint32 ; }
      min-elements 1;
      max-elements 1;
      uses types3gpp:TimeWindowGrp;
      description "It defines the time window.";
    }