Commit 01d54d02 authored by scottma's avatar scottma Committed by lengyelb
Browse files

Update _3gpp-nr-nrm-ntnfunction.yang

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

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