diff --git a/acctz/acctz.proto b/acctz/acctz.proto index f1d2905..138bbe8 100644 --- a/acctz/acctz.proto +++ b/acctz/acctz.proto @@ -322,7 +322,7 @@ message RecordResponse { // since the unix epoch (Jan 1, 1970 00:00:00 UTC). google.protobuf.Timestamp timestamp = 2; - // True, if the server’s history is missing records prior to the time + // True, if the server's history is missing records prior to the time // specified in the timestamp of the RecordResponse message. This can happen // in the below scenarios, // 1. A client connects and sends RecordRequest(timestamp=t1). If the server diff --git a/acctz/gnsi-acctz.yang b/acctz/gnsi-acctz.yang index 752628e..7db98ba 100644 --- a/acctz/gnsi-acctz.yang +++ b/acctz/gnsi-acctz.yang @@ -111,16 +111,10 @@ module gnsi-acctz { leaf history_istruncated { type oc-yang:counter64; description - "The total number of times that a RecordRequest resulted in - a RecordResponse being marked history_istruncated. ie: a - request was made for a timestamp that did not exist in the - history."; - } - leaf IdleTimeouts { - type oc-yang:counter64; - description - "The total number of times that a client was disconnected - due to missing keepalives (ie: RecordRequests)."; + "The total number of times that a RecordResponse were marked + with history_istruncated true. ie: a request was made for a + timestamp that did not exist in the history or another + qualifying event as documented in acctz.prot."; } leaf RecordRequests { type oc-yang:counter64; @@ -130,7 +124,7 @@ module gnsi-acctz { leaf RecordResponses { type oc-yang:counter64; description - "The total number of RecordRequest RPCs that have been sent."; + "The total number of RecordResponse RPCs that have been sent."; } }