Skip to content

Commit

Permalink
Remove demand of persistence in order to avoid a NOT_SUPPORTED that w…
Browse files Browse the repository at this point in the history
…as received falsely.

The dut may set the InvocationEffectiveTimeout shortly but not permanently, we want to check this.
  • Loading branch information
pstaeck committed Oct 12, 2023
1 parent 2161319 commit 3e66ed7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/t2iapi/operation/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ service OperationService {
/*
Set the @InvocationEffectiveTimeout of the pm:AbstractOperationDescriptor with the given handle to a value that is
less than or equal to the requested threshold.
The manipulated descriptor shall be persistent until a next manipulation call or an SDC operation invocation. If
the device is not able to maintain the static descriptor, it shall return RESULT_NOT_SUPPORTED.
*/
rpc SetInvocationEffectiveTimeoutLteToThreshold (SetInvocationEffectiveTimeoutLteToThresholdRequest)
returns (BasicResponse);
Expand Down

0 comments on commit 3e66ed7

Please sign in to comment.