JeanQuilbeufHuawei / draft-collected-data-manifest

1 stars 1 forks source link

when statement #21

Closed bclaise closed 2 years ago

bclaise commented 2 years ago

Provide when statement for the following entries

    leaf requested-period {
      type uint64;
      description
        "Requested period, in millisecond, between two successive
         updates.";
      // when on-change is false;
    }
    leaf actual-period {
      type uint64;
      description
        "Period in milisecond between two successive updates
         actually applied by the plaftorm at configuration time.
         This period can be larger than the requested period as the
         platform might adjust it for performance reasons.";
      // when on-change is false;
    }