// If timestamp=0 in the RecordRequest message, the first RecordResponse
// response message will have this field as False irrespective of history
// truncation. Subsequent RecordResponses may have this field as false.
bool history_istruncated = 3;
|
bool history_istruncated = 3; |
When Record Request is received with timestamp 0, it is mentioned that first Record Response will have the history_istruncated field as False and the subsequent Record Responses will also have this field as False.
Query: Should the first Record Response have the history_istruncated field as True when the Record Request is received with timestamp 0? From the sentence, looks like it was intended to be mentioned as True but mistyped as False. Please clarify.
Thank you.
// If timestamp=0 in the RecordRequest message, the first RecordResponse
// response message will have this field as False irrespective of history
// truncation. Subsequent RecordResponses may have this field as false.
bool history_istruncated = 3;
gnsi/acctz/acctz.proto
Line 365 in 07f77e6
When Record Request is received with timestamp 0, it is mentioned that first Record Response will have the history_istruncated field as False and the subsequent Record Responses will also have this field as False.
Query: Should the first Record Response have the history_istruncated field as True when the Record Request is received with timestamp 0? From the sentence, looks like it was intended to be mentioned as True but mistyped as False. Please clarify.
Thank you.