Skip to content

Commit

Permalink
Fix comments from morrowc
Browse files Browse the repository at this point in the history
  • Loading branch information
haussli committed Dec 4, 2023
1 parent f2b2b61 commit 2d0b6c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions acctz/gnsi-acctz.yang
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ module gnsi-acctz {
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 ddid not exist in the
request was made for a timestamp that did not exist in the
history.";
}
leaf IdleTimeouts {
Expand All @@ -119,19 +119,19 @@ module gnsi-acctz {
leaf RecordRequests {
type oc-yang:counter64;
description
"The total number of RecordRequest RPCs have been received.";
"The total number of RecordRequest RPCs that have been received.";
}
leaf RecordResponses {
type oc-yang:counter64;
description
"The total number of RecordRequest RPCs have been received.";
"The total number of RecordRequest RPCs that have been sent.";
}
}

// gnsi.acctz producer statistics
grouping source-counters {
description
"A collection of counters for gNSI.acctz record produces per
"A collection of counters for gNSI.acctz record production per
service request type.";

list source-records {
Expand Down

0 comments on commit 2d0b6c7

Please sign in to comment.