Skip to content

Commit

Permalink
Remove client-counters.IdleTimeouts from the yang model; the timeout …
Browse files Browse the repository at this point in the history
…mechanism

has been removed.

Also, change a UTF apostrophe to ascii.
  • Loading branch information
haussli authored and morrowc committed Mar 15, 2024
1 parent d03ace1 commit 614a559
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion acctz/acctz.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 servers 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
Expand Down
14 changes: 4 additions & 10 deletions acctz/gnsi-acctz.yang
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 614a559

Please sign in to comment.