diff options
author | Deborah Brouwer <deborahbrouwer3563@gmail.com> | 2021-07-12 23:09:19 -0700 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2021-07-13 09:02:23 +0200 |
commit | 7e07a868f273af25a85c8cf7aec730853971d93c (patch) | |
tree | 9acb46eaea6fb6430891c256b4b3cd738a185ab0 /utils/cec-compliance/cec-compliance.h | |
parent | 6ffc5248dede6285d76c5ec5680c316f68ff98ca (diff) |
cec: expand Timer Programming tests
Check that Timer Status and Time Cleared Status replies have a valid
operand. Send timers with out-of-range dates and check follower's
response. Send an out-of-range recording sequence and check that the timer
is not set. Send a duplicate timer and check that the timer is not set.
Set overlapping timers and check that the timer overlap warning is set.
In the follower, keep track of timers that have been received and warn
if there may be insufficient space for a programmed recording.
Signed-off-by: Deborah Brouwer <deborahbrouwer3563@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'utils/cec-compliance/cec-compliance.h')
-rw-r--r-- | utils/cec-compliance/cec-compliance.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/cec-compliance/cec-compliance.h b/utils/cec-compliance/cec-compliance.h index 41e2d63d..efc828ce 100644 --- a/utils/cec-compliance/cec-compliance.h +++ b/utils/cec-compliance/cec-compliance.h @@ -167,6 +167,7 @@ struct node { __u16 phys_addr; bool in_standby; __u8 prim_devtype; + time_t current_time; }; struct remote_subtest { |