From 3f91bab7236cc2ae4398a9655714687eea8e9e0a Mon Sep 17 00:00:00 2001 From: "Vachhani, Shweta (sv111y)" Date: Wed, 18 Aug 2021 13:51:34 +0200 Subject: [PATCH] Update karaf cache nc-notifications YANG schema https://github.com/sysrepo/sysrepo/issues/2365 JIRA: TRNSPRTPCE-493 Signed-off-by: guillaume.lambert Change-Id: I52050644ac9e05b9edc46f589ac613f759201d45 Signed-off-by: Balagangadhar Bathula --- .../cache/schema/nc-notifications@2008-07-14.yang | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/karaf/src/main/assembly/cache/schema/nc-notifications@2008-07-14.yang b/karaf/src/main/assembly/cache/schema/nc-notifications@2008-07-14.yang index 1812d4e46..63c26fbd3 100644 --- a/karaf/src/main/assembly/cache/schema/nc-notifications@2008-07-14.yang +++ b/karaf/src/main/assembly/cache/schema/nc-notifications@2008-07-14.yang @@ -75,6 +75,20 @@ module nc-notifications { supported."; type yang:date-and-time; // xsd:dateTime is wrong! } + + leaf replayLogAgedTime { + when "current()/../replaySupport" { + description + "This object MUST be present if replay is supported + and any notifications have been aged out of the log."; + } + type yang:date-and-time; + description + "The timestamp of the last notification aged + out of the log. This object MUST be present + if replay is supported and any notifications + have been aged out of the log."; + } } } } -- 2.36.6